From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:36:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:36:35 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #37 from M. Tompsett --- Created attachment 65376 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65376&action=edit Bug 14385: Properly trigger all changes in C4/Search.pm prove t/db_dependent/Search.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:40:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:40:10 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #38 from M. Tompsett --- Created attachment 65377 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65377&action=edit Bug 14385: Fix QA Test tool failures C4/Search.pm had some tabs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:43:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:43:20 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64688|0 |1 is obsolete| | --- Comment #39 from M. Tompsett --- Created attachment 65378 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65378&action=edit Bug 14385: Extend OpacHiddenItems to allow specifying exempt borrower categories Edit: Fixing merge conflicts in - t/db_dependent/Items.t - t/db_dependent/Search.t - C4/Search.pm Changes the API for calling GetHiddenItems and all the places in the code that call it. This is to allow borrower categories to be passed in. Adds an OpacHiddenItemsExceptions syspref to allow certain borrower categories to be able to see items, even if they are marked hidden by OpacHiddenItems To test: 1) Make two borrowers, one in a category that should see everything (ie Adult), and another in a category that should only see certain things (ie Adult - exceptions) 2) Add the borrower that can see everything (the Adult) to OpacHiddenItemsExceptions 3) To the OpacHiddenItems syspref, add an item type (ensure that you have some records that fall under this type in your library). 4) Log in as the borrower that should only see certain things (Adult - exception) 5) Do a search, filtered to show records which are the item type that you specified in the OpacHiddenItems syspref. No records should show for this borrower as this item type is hidden to them. 6) Log in as the borrower that should see everything (Adult) 7) Do the same search. There should be results from this search, as this borrower category has been specified as an exception to the hidden items Signed-off-by: Claire Gravely Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:43:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:43:31 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64689|0 |1 is obsolete| | --- Comment #40 from M. Tompsett --- Created attachment 65379 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65379&action=edit Bug 14385 Followup: C4::Borrowers not found GetMember is in C4::Members, not C4::Borrowers Signed-off-by: Claire Gravely Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:43:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:43:40 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64690|0 |1 is obsolete| | --- Comment #41 from M. Tompsett --- Created attachment 65380 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65380&action=edit Bug 14385: Followup: changes to sysprefs.sql and atomicupdate Run updatedatabase.pl when testing Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:43:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:43:59 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64692|0 |1 is obsolete| | --- Comment #43 from M. Tompsett --- Created attachment 65382 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65382&action=edit Bug 14385: Always use mocks, not set_preference Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:43:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:43:50 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64691|0 |1 is obsolete| | --- Comment #42 from M. Tompsett --- Created attachment 65381 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65381&action=edit Bug 14385: Added missing GetHiddenItems parameter change case Without this prove t had a failure. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:44:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:44:15 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65322|0 |1 is obsolete| | --- Comment #45 from M. Tompsett --- Created attachment 65384 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65384&action=edit Bug 14385: Tweak t/db_dependent/Items.t to fully test changes This will test all the if structures fully in GetHiddenItemnumbers. prove t/db_dependent/Items.t Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:44:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:44:23 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65323|0 |1 is obsolete| | --- Comment #46 from M. Tompsett --- Created attachment 65385 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65385&action=edit Bug 14385: Tweak borrower category code $borrower->{categorycode} on a Koha::Patron is not the same as $borrower->categorycode. Fixed error. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:44:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:44:07 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64693|0 |1 is obsolete| | --- Comment #44 from M. Tompsett --- Created attachment 65383 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65383&action=edit Bug 14385: Tweaks so t/db_dependent/00-strict.t passes There was a typo botcat vs borcat and borrowernumber was never defined. Grabbing from userenv, like other code does. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:44:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:44:38 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65324|0 |1 is obsolete| | --- Comment #47 from M. Tompsett --- Created attachment 65386 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65386&action=edit Bug 14385: Search was returning URLS for wrong interface There was one search context place wrong. Changed it to $is_opac as the logic for setting $is_opac was modified correctly. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:44:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:44:46 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65325|0 |1 is obsolete| | --- Comment #48 from M. Tompsett --- Created attachment 65387 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65387&action=edit Bug 14385: Corrected issues with category code. When a user isn't logged in, $borrower is undef and causes error when determining category code. Added conditional check. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:44:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:44:53 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65376|0 |1 is obsolete| | --- Comment #49 from M. Tompsett --- Created attachment 65388 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65388&action=edit Bug 14385: Properly trigger all changes in C4/Search.pm Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:45:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:45:04 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65377|0 |1 is obsolete| | --- Comment #50 from M. Tompsett --- Created attachment 65389 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65389&action=edit Bug 14385: Fix QA Test tool failures C4/Search.pm had some tabs. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 03:50:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 01:50:09 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #51 from M. Tompsett --- Follow the test plan in comment #32 and add a prove t/db_dependent/Search.t to complete it. :) Run QA Test tools, and all should be good. Read the code, make sure all the searchResults() and GetHiddenItemnumbers() calls were tweaked with the new parameters. Thanks to Aleisha Amohia for dealing with the searchResult() issues that I had failed to handle in my previous attempt on bug 10589, which will now become dependent on this patch, as I seek to add PatronEveryBranch (which this is), vs. PatronSingleBranch (which will be added). I have signed off all the code (including Catalyst's), and so if anyone else could sign off all the code, I would consider this signed off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:19:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:19:19 +0000 Subject: [Koha-bugs] [Bug 16711] OPAC Password recovery: Handling if multiple accounts have the same mail address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16711 --- Comment #28 from Katrin Fischer --- This patch has been pushed to 16.11.x and will be in 16.11.10. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:25:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:25:28 +0000 Subject: [Koha-bugs] [Bug 18982] selenium tests needs too many prerequisites In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18982 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #14 from Katrin Fischer --- Hm, I installed the module, but still seeing: ok 1 # skip Selenium::Remote::Driver is needed for selenium tests These patches have been pushed to 16.11.x and will be in 16.11.10. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:26:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:26:57 +0000 Subject: [Koha-bugs] [Bug 18918] Exporting bibs in CSV when you have no CSV profiles created causes error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18918 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor CC| |katrin.fischer at bsz-bw.de --- Comment #6 from Katrin Fischer --- This patch has been pushed to 16.11.x and will be in 16.11.10. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:29:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:29:02 +0000 Subject: [Koha-bugs] [Bug 18839] suggestion.pl: 'unknown' is spelled 'unkown' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18839 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #12 from Katrin Fischer --- This patch has been pushed to 16.11.x and will be in 16.11.10. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:31:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:31:06 +0000 Subject: [Koha-bugs] [Bug 18832] Missing space between icon and label in button 'Patron lists' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18832 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #8 from Katrin Fischer --- Patch adapted for 16.11.x (buttons are different) This patch has been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:31:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:31:36 +0000 Subject: [Koha-bugs] [Bug 16711] OPAC Password recovery: Handling if multiple accounts have the same mail address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16711 --- Comment #29 from Katrin Fischer --- Sorry, 16.11.11! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:32:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:32:07 +0000 Subject: [Koha-bugs] [Bug 18982] selenium tests needs too many prerequisites In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18982 --- Comment #15 from Katrin Fischer --- Sorry, 16.11.11! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:35:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:35:59 +0000 Subject: [Koha-bugs] [Bug 18918] Exporting bibs in CSV when you have no CSV profiles created causes error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18918 --- Comment #7 from Katrin Fischer --- Sorry, 16.11.11! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:36:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:36:22 +0000 Subject: [Koha-bugs] [Bug 18839] suggestion.pl: 'unknown' is spelled 'unkown' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18839 --- Comment #13 from Katrin Fischer --- Sorry, 16.11.11! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:39:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:39:45 +0000 Subject: [Koha-bugs] [Bug 18976] Fix t/db_dependent/Auth.t cleanup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18976 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal CC| |katrin.fischer at bsz-bw.de --- Comment #9 from Katrin Fischer --- Patches apply, but don't work on 16.11.x: kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ perl t/db_dependent/Search/History.t 1..26 Undefined subroutine &t::lib::Mocks::mock_preference called at t/db_dependent/Search/History.t line 19. # Looks like your test exited with 255 before it could output anything. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:41:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:41:12 +0000 Subject: [Koha-bugs] [Bug 18977] Rollback branch in t/db_dependent/SIP/Message.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18977 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal CC| |katrin.fischer at bsz-bw.de --- Comment #6 from Katrin Fischer --- This patch has been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:42:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:42:38 +0000 Subject: [Koha-bugs] [Bug 18965] branch transfer limits pagination save bug In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18965 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #9 from Katrin Fischer --- This patch has been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:44:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:44:02 +0000 Subject: [Koha-bugs] [Bug 18605] Remove TRUNCATE from C4/HoldsQueue.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18605 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #7 from Katrin Fischer --- This patch has been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:52:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:52:09 +0000 Subject: [Koha-bugs] [Bug 18545] Remove use of onclick from OPAC Cart In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18545 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #18 from Katrin Fischer --- These patches have been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:52:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:52:47 +0000 Subject: [Koha-bugs] [Bug 19000] about page - Typo in closing p tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19000 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer --- This patch has been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:53:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:53:47 +0000 Subject: [Koha-bugs] [Bug 18987] When browsing for a patron by last name the page processes indefinitely In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18987 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Resolution|--- |FIXED Status|Pushed to Stable |RESOLVED --- Comment #14 from Katrin Fischer --- Dependency and bug are not in 16.11.x. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:55:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:55:11 +0000 Subject: [Koha-bugs] [Bug 18991] Fix cleanup in t/db_dependent/Log.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18991 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #7 from Katrin Fischer --- These patches have been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 07:56:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 05:56:42 +0000 Subject: [Koha-bugs] [Bug 18367] Fix untranslatable string from Bug 18264 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18367 --- Comment #12 from Katrin Fischer --- These patches have been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 08:11:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 06:11:14 +0000 Subject: [Koha-bugs] [Bug 7443] Change the mysql commands in the INSTALL.* files In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7443 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Magnus Enger --- Bug 17626 removed the INSTALL.* files, so this bug is no longer relevant. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 08:11:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 06:11:44 +0000 Subject: [Koha-bugs] [Bug 14809] INSTALL.debian needs to be updated for wheezy and jessie In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14809 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Magnus Enger --- Bug 17626 removed the INSTALL.* files, so this bug is no longer relevant. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 08:13:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 06:13:58 +0000 Subject: [Koha-bugs] [Bug 9400] On a multi-arch debian system, parts of the INSTALL.debian fail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9400 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no --- Comment #2 from Magnus Enger --- Bug 17626 removed the INSTALL.* files, so the part of this bug that relates to INSTALL.debian is no longer relevant. debian.packages might still need to be fixed, though? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 08:17:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 06:17:52 +0000 Subject: [Koha-bugs] [Bug 11830] Document disk space requirements for git install on Ubuntu In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11830 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|In Discussion |RESOLVED CC| |magnus at libriotech.no --- Comment #13 from Magnus Enger --- Bug 17626 removed the INSTALL.* files, so this bug is no longer relevant. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 10:07:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 08:07:21 +0000 Subject: [Koha-bugs] [Bug 18929] Merging records mandate 003 and 040 fields though in framework its not mandatory In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18929 Indranil Das Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |indradg at l2c2.co.in Resolution|--- |WORKSFORME -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 13:20:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 11:20:18 +0000 Subject: [Koha-bugs] [Bug 18982] selenium tests needs too many prerequisites In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18982 --- Comment #16 from Jonathan Druart --- (In reply to Katrin Fischer from comment #14) > Hm, I installed the module, but still seeing: > ok 1 # skip Selenium::Remote::Driver is needed for selenium tests What returns `pmversion Selenium::Remote::Driver`? You could also try to remove the eval in the SKIP block to know what is the error. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 13:27:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 11:27:35 +0000 Subject: [Koha-bugs] [Bug 19014] New: Limit auto-renewal notice to item due immediately. Template Toolkit change ? Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 Bug ID: 19014 Summary: Limit auto-renewal notice to item due immediately. Template Toolkit change? Change sponsored?: --- Product: Koha Version: 17.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs at lists.koha-community.org Reporter: r.delahunty at arts.ac.uk QA Contact: testopia at bugs.koha-community.org Current functionality in 17.05: All copies of an item with auto-renewal enabled, reserved at the title level. Due dates of copies on loan include today, and various dates into the future, some many weeks ahead. When the auto-renewal job runs, Koha is sending an AUTO_RENEWAL email to ALL the users warning them ALL of renewal failure, using the [% ELSIF checkout.auto_renew_error == 'on_reserve' %] Desired functionality in 17.05: When the auto-renewal job runs, Koha should only send an AUTO_RENEWAL email to the user (or possibly users) whose copy is due back today, on the day the auto-renewal job runs. Other people who have copies on loan but which are not yet due back yet should not be contacted by the AUTO_RENEWAL email. Users contacted in this way are being very puzzled and confused. Could this be achieved by an edit to the condition in the template toolkit? So rather this: [% ELSIF checkout.auto_renew_error == 'on_reserve' %] This item has been reserved by another reader. ? we have something like this: [% ELSIF checkout.auto_renew_error == 'on_reserve' && checkout.date_due %==today %] This item has been reserved by another reader. Would that work? Is a second condition permissible? How should it be worded? Ray Delahunty University of the Arts London -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 13:32:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 11:32:06 +0000 Subject: [Koha-bugs] [Bug 18976] Fix t/db_dependent/Auth.t cleanup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18976 --- Comment #10 from Jonathan Druart --- Created attachment 65390 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65390&action=edit Bug 18976: [16.11] Add missing use statement Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 14:02:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 12:02:03 +0000 Subject: [Koha-bugs] [Bug 18949] OPAC MARC details holdings table is not styled with In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18949 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65087|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 65391 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65391&action=edit [SIGNED-OFF] Bug 18949: Adding thead tags to OPAC MARC details holdings table So that it can be styled alongside other tables in the OPAC. To test: 1) Log into staff side 2) Find OPACUserCSS syspref and add the following CSS: th, .table-bordered>thead>tr:first-child>th { color: red; } 3) Log into the OPAC 4) Go to your fines, your search history, your reading history etc - notice all of these table's headings are styled with red text 5) Go to the detail page of an item, then the MARC view. Notice this table's headings are now styled with red text 6) Apply patch and refresh page 7) Your holdings table should now have red headings. (You can delete the CSS from OPACUserCSS if you'd like.) Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 14:02:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 12:02:16 +0000 Subject: [Koha-bugs] [Bug 18949] OPAC MARC details holdings table is not styled with In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18949 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 14:28:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 12:28:56 +0000 Subject: [Koha-bugs] [Bug 17897] Koha:: SearchMappingManager - Simplify search mapping modifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17897 --- Comment #3 from Lari Taskula --- Created attachment 65392 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65392&action=edit Bug 17897 - (follow-up) Cleanup after tests Adds rollback to test data in t/db_dependent/Koha/SearchEngine/ElasticSearch.t To test: 1. prove t/db_dependent/Koha/SearchEngine/ElasticSearch.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 14:35:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 12:35:24 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 --- Comment #15 from Marcel de Rooy --- Created attachment 65393 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65393&action=edit Bug 18996: Resolve an uninitialized warning from ILS/Item.pm >From the syslog call on line 107/108. The field $item->{title} has not been initialized. When catching the warns in a test script with Test::Warn, I got: Use of uninitialized value $args[1] in sprintf at /usr/lib/x86_64-linux-gnu/perl/5.20/Sys/Syslog.pm line 423. This simply resolves the warning. We might have a closer look to this title field on another report though. Test plan: Run Message.t from the next patch without this fix. It will fail since the additional warning makes warnings_like return false. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 14:35:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 12:35:29 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 --- Comment #16 from Marcel de Rooy --- Created attachment 65394 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65394&action=edit Bug 18996: Add checkin subtest in SIP/Message.t Variable $branch was not used. Promoted some global vars to our. Shared the branchcode between all three subtests now. The third subtest contains all six cases mentioned in the first patch. Test plan: Run t/db_dependent/SIP/Message.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 14:46:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 12:46:12 +0000 Subject: [Koha-bugs] [Bug 17672] Items table should have a damaged_on column In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672 --- Comment #3 from Owen Leonard --- I haven't seen how withdrawn_on and itemlost_on behave, but I would think it could be useful to store the date the status was changed no matter what it changed to. Why not store the date if you're setting it to 0? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 14:53:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 12:53:14 +0000 Subject: [Koha-bugs] [Bug 19015] New: Searches fail with error Fielddata is disabled on text fields by default for elastic search 5.3 and 5.4 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19015 Bug ID: 19015 Summary: Searches fail with error Fielddata is disabled on text fields by default for elastic search 5.3 and 5.4 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: Linux Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: david.holoshka at ub.lu.se QA Contact: testopia at bugs.koha-community.org There is a work around but it would save space and trouble if this was fixed. [illegal_argument_exception] Fielddata is disabled on text fields by default. Set fielddata=true on [Heading.phrase] in order to load fielddata in memory by uninverting the inverted index. Note that this can however use significant memory. Alternatively use a keyword field instead., called from sub Search::Elasticsearch::Role::Client::Direct::__ANON__ at /usr/local/share/perl/5.20.2/Catmandu/Store/ElasticSearch/Bag.pm line 168. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:03:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:03:17 +0000 Subject: [Koha-bugs] [Bug 19016] New: Add a script to fix corrupted data Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 Bug ID: 19016 Summary: Add a script to fix corrupted data Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz Depends on: 18966 We must provide a fix to deal with corrupted data. For more information, see bug 18966 and https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18966 [Bug 18966] Move of checkouts - Deal with duplicate IDs at DBMS level -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:03:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:03:17 +0000 Subject: [Koha-bugs] [Bug 18966] Move of checkouts - Deal with duplicate IDs at DBMS level In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18966 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19016 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 [Bug 19016] Add a script to fix corrupted data -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:06:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:06:48 +0000 Subject: [Koha-bugs] [Bug 16485] Collection column in Item search is always empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16485 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:06:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:06:51 +0000 Subject: [Koha-bugs] [Bug 16485] Collection column in Item search is always empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16485 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64682|0 |1 is obsolete| | --- Comment #15 from Owen Leonard --- Created attachment 65395 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65395&action=edit [SIGNED-OFF] Bug 16485: collection column in Item search is always empty This patch fills the column 'Collection' in item search from the item values. To test: - Go to item search - Reproduce issue from initial comment - Apply patch - Verify that the column 'Collection' is filled Still to do, but outside of my datatable skills: Filter by drop down in the column header does a substring search. Example: Filter for 'Fiction" returns both 'Fiction' and 'Non-fiction' items. Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:08:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:08:04 +0000 Subject: [Koha-bugs] [Bug 19017] New: Script that checks and transforms SMS alert numbers Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19017 Bug ID: 19017 Summary: Script that checks and transforms SMS alert numbers Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs at lists.koha-community.org Reporter: alex.arnaud at biblibre.com QA Contact: testopia at bugs.koha-community.org Here is a proposal for a script that would check SMS alert number field. Our need is to have number that are correctly formatted as expetced by the SMS provider (ie: 0033678240967 or +33678240967 and not 0678240967). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:08:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:08:15 +0000 Subject: [Koha-bugs] [Bug 19017] Script that checks and transforms SMS alert numbers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19017 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |alex.arnaud at biblibre.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:08:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:08:47 +0000 Subject: [Koha-bugs] [Bug 19017] Script that checks and transforms SMS alert numbers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19017 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:09:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:09:09 +0000 Subject: [Koha-bugs] [Bug 16485] Collection column in Item search is always empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16485 --- Comment #16 from Owen Leonard --- This solution works well for me as a MARC21 user. I agree that a separate bug is the right place for the matching issue. Since this changes the way the search works for UNIMARC users I think it would be good to get an additional signoff from someone who can test with UNIMARC data. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:10:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:10:45 +0000 Subject: [Koha-bugs] [Bug 19017] Script that checks and transforms SMS alert numbers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19017 --- Comment #1 from Alex Arnaud --- Created attachment 65396 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65396&action=edit Checks and transform SMS alert number This patch adds a new package C4::SMSNumber::Fr (new ones could be added for other countries) and a scrip (misc/check_smsalertnumber.pl): check_smsalertnumber.pl -a|--area fr [-h|--help] [-c|--confirm] [-o|--country-option] [-l|--liste-mode] Test plan #1: - Create or modify patrons and add some SMS alert numbers like: 06 98 35 72 28, 0656871221, +336-01-55-83-11, 0033 6.23.54.54.00, 0126698376 - launch perl misc/check_smsalertnumber.pl -a Fr - Transformation proposal should be like: - 06 98 35 72 28 => 0698357228, - 0656871221 => no proposal (number Ok), - +336-01-55-83-11 => 0601558311, - 0033 6.23.54.54.00 => 0623545400, - 0126698376 => Can't find a replacement Test plan #2: - with the same numbers launch perl misc/check_smsalertnumber.pl -a Fr -o +33 - Transformation proposal should be like: - 06 98 35 72 28 => +33698357228, - 0656871221 => +33656871221, - +336-01-55-83-11 => +33601558311, - 0033 6.23.54.54.00 => +33623545400, - 0126698376 => Can't find a replacement Test plan #3: - with the same numbers launch perl misc/check_smsalertnumber.pl -a Fr -o 0033 - Transformation proposal should be like: - 06 98 35 72 28 => 0033698357228, - 0656871221 => 0033656871221, - +336-01-55-83-11 => 0033601558311, - 0033 6.23.54.54.00 => 0033623545400, - 0126698376 => Can't find a replacement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:11:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:11:01 +0000 Subject: [Koha-bugs] [Bug 19017] Script that checks and transforms SMS alert numbers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19017 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:18:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:18:05 +0000 Subject: [Koha-bugs] [Bug 19017] Script that checks and transforms SMS alert numbers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19017 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex.arnaud at biblibre.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:37:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:37:29 +0000 Subject: [Koha-bugs] [Bug 19018] New: Can we make XSLT_Handler a little bit less verbose ? Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19018 Bug ID: 19018 Summary: Can we make XSLT_Handler a little bit less verbose ? Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org As reported on bug 17807, XSLT_Handler reports that a XSLT file is not found for each record it wants to process (running oai.pl). Additionally, we also have: Can't locate object method "nodeType" via package " [ And a complete MARC record dump. ] " (perhaps you forgot to load " [ Same MARC record dump again ] "?) at /usr/share/perl5/HTTP/OAI/Encapsulation.pm line 68. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:40:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:40:18 +0000 Subject: [Koha-bugs] [Bug 19018] Can we make XSLT_Handler a little bit less verbose ? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19018 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17807 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17807 [Bug 17807] Use XSLT_Handler in oai.pl -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:40:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:40:18 +0000 Subject: [Koha-bugs] [Bug 17807] Use XSLT_Handler in oai.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17807 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19018 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19018 [Bug 19018] Can we make XSLT_Handler a little bit less verbose ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:41:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:41:19 +0000 Subject: [Koha-bugs] [Bug 17807] Use XSLT_Handler in oai.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17807 --- Comment #17 from Marcel de Rooy --- (In reply to Nick Clemens from comment #16) > Everything seems to work fine here, however, errors are really noisy if the > file is not found - this shouldn't be an issue really since file isn't > configurable, but should it be a little quieter? Waiting for answer before > PQA File should be there obviously, but you are right. We could reduce the noise a bit. Opened a new report for that. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:47:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:47:30 +0000 Subject: [Koha-bugs] [Bug 19019] New: Patron clubs feature needs documentation Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19019 Bug ID: 19019 Summary: Patron clubs feature needs documentation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Documentation Assignee: koha-bugs at lists.koha-community.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Depends on: 12461 This bug is a good argument for a "no docs no pushie" rule. We should have documentation in place for any feature in a stable release. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12461 [Bug 12461] Add patron clubs feature -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 15:47:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 13:47:30 +0000 Subject: [Koha-bugs] [Bug 12461] Add patron clubs feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12461 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19019 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19019 [Bug 19019] Patron clubs feature needs documentation -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:00:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:00:52 +0000 Subject: [Koha-bugs] [Bug 13796] Alert in OPAC when renewing an item with a rental charge In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13796 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:00:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:00:55 +0000 Subject: [Koha-bugs] [Bug 13796] Alert in OPAC when renewing an item with a rental charge In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13796 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62535|0 |1 is obsolete| | --- Comment #24 from Owen Leonard --- Created attachment 65397 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65397&action=edit [SIGNED-OFF] Bug 13796: OPAC: Display rental charge for renewing This patch displays the rental fee that will be applied for renewing (near "Renew" link on patron's summary page) To test: - Apply patch - Enable system preference 'OpacRenewalAllowed' - Verify that you have item types with and without rental fee for testing - Issue items with an without rental fee to a patron - In OPAC, display patron's summary page - Verify in table 'Checked out', items with rental charge display an information as appropriate (near the link 'Renew') Patch rewritten because of merge issues with previous patches. 2017-04-21 mv Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:12:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:12:02 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Status|Signed Off |Failed QA --- Comment #20 from Marcel de Rooy --- Looks good to me, but I am wondering if we really need an additional module to test the behavior of BorrowerRenewalPeriodBase. Does this new dependency really bring us great benefits here? Time::Fake is Debian packaged though. It seems to me that testing the "now" variant could be done too with current time. The other variant "dateexpiry" allows you to set dates so that you can see that the end_of_month limit really works. And if we should use it anyway, I would prefer to see the offset call just before the code it should actually work on and an additional Time::Fake->reset after that block. Changing status to reflect need for feedback. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:18:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:18:15 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major --- Comment #17 from Marcel de Rooy --- Raising Severity: SIP is fooling us. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:20:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:20:19 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #1 from Marcel de Rooy --- Would be great imo if this fix could be used in cleanup_database somehow too. Put the core fix in some module? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:31:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:31:54 +0000 Subject: [Koha-bugs] [Bug 18779] Translatability: Get rid of exposed tt directives in authorities-search-results.inc (OPAC) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18779 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:31:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:31:57 +0000 Subject: [Koha-bugs] [Bug 18779] Translatability: Get rid of exposed tt directives in authorities-search-results.inc (OPAC) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18779 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64190|0 |1 is obsolete| | --- Comment #5 from Owen Leonard --- Created attachment 65398 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65398&action=edit [SIGNED-OFF] Bug 18779: Translatability: Get rid of exposed tt directives in authorities-search-results.inc (OPAC) The file opac-tmpl/bootstrap/en/includes/authorities-search-results.inc exposes template directives to translation where translators should not be confronted with. Example: "[%% PROCESS showreference heading=seeals.heading linkType='seealso' " "type=seeals.type authid=seeals.authid %%] " To test: - Apply patch - Verify that Authority search in OPAC works as before - Bonus test: create a new language 'aa-AA', verify that line above does not show up in aa-AA-opac-bootstrap.po Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:42:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:42:22 +0000 Subject: [Koha-bugs] [Bug 18652] Translatability: Get rid of tt directive in translation for uncertainprice.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18652 --- Comment #10 from Owen Leonard --- Created attachment 65399 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65399&action=edit [SIGNED-OFF] Bug 18652: Get rid of tt directive in translation for uncertainprice.tt Translation tool shows toe following for ncertainprice.tt 0; url=[% scriptname %]?booksellerid=[% booksellerid %] This patch fixes it. To test: - Apply patch - Verify that code change makes sense - Verify that Home > Acquisitions > [vendor] > Uncertain prices for [vendor] works as before - Additional test (for a langunage 'aa-AA') perl translate create aa-AA verify that line 41 no longer appears in aa-AA-staff-prog.po Amended to switch from BLOCK to a template variable, see comment #5 Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:42:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:42:47 +0000 Subject: [Koha-bugs] [Bug 18652] Translatability: Get rid of tt directive in translation for uncertainprice.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18652 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:43:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:43:36 +0000 Subject: [Koha-bugs] [Bug 18652] Translatability: Get rid of tt directive in translation for uncertainprice.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18652 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64151|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:45:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:45:48 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 --- Comment #21 from Jonathan Druart --- Created attachment 65400 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65400&action=edit Bug 17699: Reset time simulation -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:47:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:47:50 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 --- Comment #22 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #20) > Looks good to me, but I am wondering if we really need an additional module > to test the behavior of BorrowerRenewalPeriodBase. Does this new dependency > really bring us great benefits here? > Time::Fake is Debian packaged though. It's already a Koha dependency. > It seems to me that testing the "now" variant could be done too with current > time. The other variant "dateexpiry" allows you to set dates so that you can > see that the end_of_month limit really works. I think it is less error prone to use Time::Fake > And if we should use it anyway, I would prefer to see the offset call just > before the code it should actually work on and an additional > Time::Fake->reset after that block. I added the ->reset call, but I do not understand your other remark. Where do you want it to be moved? It sounds better to me to have it visible at the beginning of the loop. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:57:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:57:52 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 --- Comment #23 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #22) > It's already a Koha dependency. So it is indeed. Wrong assumption.. t/Circulation/AgeRestrictionMarkers.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 16:59:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 14:59:55 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 --- Comment #24 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #22) > I added the ->reset call, but I do not understand your other remark. Where > do you want it to be moved? It sounds better to me to have it visible at the > beginning of the loop. Do you need it in the whole loop? I would say that you only need it somewhere deeper when you calculate the new expiry date for 'now'. But adding the reset is good enough, I suppose. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 17:00:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 15:00:10 +0000 Subject: [Koha-bugs] [Bug 18660] Translatability: Get rid of template directives [ %% in translation for patroncards-errors.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18660 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #6 from Owen Leonard --- I still see some problematic areas: #. %1$s: IF ( element_id ) #. %2$s: card_element #. %3$s: element_id #. %4$s: END #: intranet-tmpl/prog/en/includes/patroncards-errors.inc:30 #, c-format msgid "An unsupported operation was attempted%s on %s %s%s. " msgstr "" I notice some lines where there is a placeholder which doesn't belong. I think some simple whitespace problems? #. %1$s: END #: intranet-tmpl/prog/en/includes/patroncards-errors.inc:28 #, c-format msgid "The database returned an error while attempting a delete operation%s. " msgstr "" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 17:00:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 15:00:13 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 17:02:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 15:02:17 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 --- Comment #25 from Marcel de Rooy --- QA: Finish this one tomorrow -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 17:43:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 15:43:55 +0000 Subject: [Koha-bugs] [Bug 19020] New: No "hold available" notification when an item on hold is transferred Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19020 Bug ID: 19020 Summary: No "hold available" notification when an item on hold is transferred Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: sophie.meynieux at biblibre.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com When an item is returned, if it comes from a transfer for a reserve, reserve status is changed to 'W', but not notification is sent The function C4::Circulation::AddReturn should use ModReserveAffect() instead of C4::Reserves::ModReserveStatus($item->{'itemnumber'}, 'W') in the part dedicated to transfer -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 17:44:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 15:44:29 +0000 Subject: [Koha-bugs] [Bug 19020] No "hold available" notification when an item on hold is transferred In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19020 Sophie MEYNIEUX changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P4 Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 17:46:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 15:46:06 +0000 Subject: [Koha-bugs] [Bug 10589] Override OpacHiddenItems based on Patron Category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10589 --- Comment #42 from M. Tompsett --- (In reply to M. Tompsett from comment #39) > Oops. Missed C4::Search::searchResults. That comment is right about it being > messy. On a positive note, that is dealt with in bug 14385. This further patch is simpler as a result. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 17:46:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 15:46:47 +0000 Subject: [Koha-bugs] [Bug 10589] Override OpacHiddenItems based on Patron Category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10589 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30806|0 |1 is obsolete| | --- Comment #43 from M. Tompsett --- Comment on attachment 30806 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30806 [SIGNED-OFF] Bug 10589 - Override OpacHiddenItems based on Patron Category Going to rework based on bug 14385. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 17:59:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 15:59:18 +0000 Subject: [Koha-bugs] [Bug 18966] Move of checkouts - Deal with duplicate IDs at DBMS level In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18966 --- Comment #32 from Jonathan Druart --- Looks like the "update the fines" part should be removed (it should not hurt, no side-effects expected); 2177 # Update the fines 2178 $dbh->do(q|UPDATE accountlines SET issue_id = ? WHERE issue_id = ?|, undef, $old_checkout->issue_id, $issue->issue_id); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 18:02:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 16:02:27 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 --- Comment #18 from Colin Campbell --- (In reply to Marcel de Rooy from comment #15) > Created attachment 65393 [details] [review] > Bug 18996: Resolve an uninitialized warning from ILS/Item.pm > > From the syslog call on line 107/108. The field $item->{title} has not > been initialized. When catching the warns in a test script with Test::Warn, > I got: > Use of uninitialized value $args[1] in sprintf at > /usr/lib/x86_64-linux-gnu/perl/5.20/Sys/Syslog.pm line 423. > > This simply resolves the warning. We might have a closer look to this title > field on another report though. > > Test plan: > Run Message.t from the next patch without this fix. It will fail since the > additional warning makes warnings_like return false. > > Signed-off-by: Marcel de Rooy (In reply to Marcel de Rooy from comment #16) > Created attachment 65394 [details] [review] > Bug 18996: Add checkin subtest in SIP/Message.t > > Variable $branch was not used. > Promoted some global vars to our. > Shared the branchcode between all three subtests now. > The third subtest contains all six cases mentioned in the first patch. > > Test plan: > Run t/db_dependent/SIP/Message.t > > Signed-off-by: Marcel de Rooy unnecessarily making lexical variables package variables is potentially introducing bugs. If you want to do it, it should not really be slipped in as part of another patch, but have its own rationale -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 18:42:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 16:42:00 +0000 Subject: [Koha-bugs] [Bug 18978] Amazon returns 1x1 pixel image on shelf browse, preventing the "no cover image" image from showing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18978 --- Comment #1 from Owen Leonard --- Amazon always returns a 1x1 pixel if they don't have a cover image. That's why we have some JavaScript which is supposed to check for them: /koha-tmpl/opac-tmpl/bootstrap/js/amazonimages.js This technique originated here: http://archive.oreilly.com/pub/a/javascript/2003/10/21/amazonhacks.html It sounds like the problem is that either the script isn't running correctly in the shelf browser or the shelf browser is using markup which prevents the images from being recognized by the script. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:05:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:05:15 +0000 Subject: [Koha-bugs] [Bug 18985] SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18985 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |oleonard at myacpl.org |ity.org | Severity|enhancement |normal Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:09:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:09:07 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|make opac holdings table |Make opac holdings table |configurable |configurable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:14:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:14:09 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:14:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:14:12 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 65401 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65401&action=edit Bug 16759: Make OPAC holdings table configurable This patch makes the holdings table in the OPAC biblio detail page configurable using the Columns configuration tools. This patch: - Moves the holdingst table from plain DataTable to KohaTable - Creates a sample yml colvis configuration for this table containing all the currently available columns To test: - Visit some record's detail page in the OPAC - Apply this patch - Reload => SUCCESS: The page shows the same information - On the staff interface, go to: Home > Administration > Columns settings => SUCCESS: There's a new OPAC section containing the configuration for holdingst. - Choose to hide some fields (both currently displayed and currently hidden). - Reload the OPAC detail page => SUCCESS: - Required fields are hidden - It doesn't explode because of trying to hide stuff that is not there to start with - Sign off :-D Sponsored-by: DOVER -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:19:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:19:23 +0000 Subject: [Koha-bugs] [Bug 18989] Allow displaying biblios with all items hidden by OpacHiddenItems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18989 --- Comment #3 from Owen Leonard --- It would be great if this could be done per itemtype. That would allow you to easily define an electronic record itemtype without having to create dummy items. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:20:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:20:59 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 --- Comment #2 from Tom?s Cohen Arazi --- I've attached this preliminary patch, that makes the holdings table in the OPAC detail page easily configurable using the Columns settings configuration page. YAY! A few remarks for testers and other devs taking a look: - The original request includes 'shelving location' column. The shelving location is already displayed below the home/holding library. I'm looking forward for opinions on this. - Some of the currently used sysprefs controlling what's displayed could be removed in favour of using this column configuration. For example ShowCourseReservesHeader, OPACShowBarcode and OpacLocationBranchToDisplay. I can implement that if required by QA. It would be a simple upgrade step setting the right options based on the sysprefs. - No-js, should we completely remove the columns at template level so non-js browsers can render it properly? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:25:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:25:12 +0000 Subject: [Koha-bugs] [Bug 18989] Allow displaying biblios with all items hidden by OpacHiddenItems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18989 --- Comment #4 from Tom?s Cohen Arazi --- (In reply to Owen Leonard from comment #3) > It would be great if this could be done per itemtype. That would allow you > to easily define an electronic record itemtype without having to create > dummy items. I think this is already covered. The problem this bug higlights is that if all items are marked as hidden, then the biblio is hidden. You can safely create a biblio without items and it will be displayed correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:25:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:25:50 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18989 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18989 [Bug 18989] Allow displaying biblios with all items hidden by OpacHiddenItems -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:25:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:25:50 +0000 Subject: [Koha-bugs] [Bug 18989] Allow displaying biblios with all items hidden by OpacHiddenItems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18989 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17277 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 [Bug 17277] Current Location column in Holdings table showing empty under OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:26:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:26:10 +0000 Subject: [Koha-bugs] [Bug 18989] Allow displaying biblios with all items hidden by OpacHiddenItems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18989 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|17277 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 [Bug 17277] Current Location column in Holdings table showing empty under OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:26:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:26:10 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|18989 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18989 [Bug 18989] Allow displaying biblios with all items hidden by OpacHiddenItems -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:26:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:26:13 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17277 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 [Bug 17277] Current Location column in Holdings table showing empty under OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:26:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:26:13 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16759 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 [Bug 16759] Make opac holdings table configurable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:29:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:29:31 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 --- Comment #2 from Jonathan Druart --- Created attachment 65402 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65402&action=edit Bug 19016: Add a script to fix corrupted data This patch add two new options to the cleanup_database.pl script: * --list-corrupted-data to list the different rows that are affected * --fix-corrupted-data to fix and reassign an id to the corrupted rows TO NOT USE IT IN PRODUCTION YET! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:29:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:29:37 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 --- Comment #3 from Jonathan Druart --- Created attachment 65403 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65403&action=edit Bug 19016: Update other values Here we have a problem! If we assign a new id to the different rows that cannot be moved safetly, we need to modify the other tables that do not have a foreign key (for historical or laziness reasons). For instance: John is borrowernumber=42 and create a suggestion (suggestion.suggestedby=42) Jane is borrowernumber=42 in the deletedborrowers table. She created a suggestion (same suggestedby value). John will get a new id and the suggestion.suggestedby will not be replaced without this patch. But with this fix, the 2 suggestions will be marked as suggested by him. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:31:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:31:19 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org CC| |fridolin.somers at biblibre.co | |m, | |katrin.fischer at bsz-bw.de, | |nick at bywatersolutions.com, | |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:33:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:33:55 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED --- Comment #52 from M. Tompsett --- *sigh* found an issue. EmbedItemsInMarcBiblio. If $opac, we should be passing borcat. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 19:42:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 17:42:36 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65115|0 |1 is obsolete| | --- Comment #93 from Tom?s Cohen Arazi --- Created attachment 65404 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65404&action=edit Bug 18137: List Mojolicious::Plugin::OpenAPI and JSON::Validator as dependencies Edit (tcohen): I've changed the version numbers to match those Mirko has already successfully packaged and are known to work for this patchset. Signed-off-by: Olli-Antti Kivilahti Signed-off-by: Josef Moravec Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 20:14:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 18:14:07 +0000 Subject: [Koha-bugs] [Bug 16413] Prototype for GetLatestAutoRenewDate and GetSoonestRenewDate should be changed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16413 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |kyle at bywatersolutions.com Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61514|0 |1 is obsolete| | Attachment #61515|0 |1 is obsolete| | --- Comment #14 from Kyle M Hall --- Calls to GetSoonestRenewDate haven't been updated in opac-user.pl and svc/checkouts at the very least. --- Comment #15 from Jonathan Druart --- Created attachment 65405 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65405&action=edit Bug 16413: Change prototype of GetLatestAutoRenewDate Currently the 2 GetLatestAutoRenewDate and GetSoonestRenewDate subroutines takes $borrowernumber and $itemnumber in parameter. They refetch the patron, item and issue information but they already are available from where they are called. It would make sense to change the prototype of these 2 subroutines to accept the patron, item and issue information directly to avoid unnecessary refetches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 20:14:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 18:14:12 +0000 Subject: [Koha-bugs] [Bug 16413] Prototype for GetLatestAutoRenewDate and GetSoonestRenewDate should be changed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16413 --- Comment #16 from Jonathan Druart --- Created attachment 65406 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65406&action=edit Bug 16413: Change prototype of GetSoonestRenewDate Same change as previous patch for the GetSoonestRenewDate subroutine. This is not finished, 2 other calls could not be updated (performance issue). They may be later, when objects will be used in svc/checkouts and opac-user.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 22:11:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 20:11:31 +0000 Subject: [Koha-bugs] [Bug 19019] Patron clubs feature needs documentation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19019 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Keywords| |Manual -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 22:26:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 20:26:05 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 1 22:49:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 20:49:14 +0000 Subject: [Koha-bugs] [Bug 18966] Move of checkouts - Deal with duplicate IDs at DBMS level In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18966 --- Comment #33 from Katrin Fischer --- (In reply to Jonathan Druart from comment #32) > Looks like the "update the fines" part should be removed (it should not > hurt, no side-effects expected); > > 2177 # Update the fines > 2178 $dbh->do(q|UPDATE accountlines SET issue_id = ? WHERE issue_id > = ?|, undef, $old_checkout->issue_id, $issue->issue_id); hm? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 00:14:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 22:14:12 +0000 Subject: [Koha-bugs] [Bug 18046] Problem with redirect on logout with CAS In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18046 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |chris at bigballofwax.co.nz --- Comment #3 from Chris Cormack --- Ah yes, because opac-main.pl looks for the existence of the logout param it will just log them out again and again and again. So your fix is the right fix. I will attach a patch here soon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 00:39:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 22:39:32 +0000 Subject: [Koha-bugs] [Bug 18654] Translatability: Get rid of tt directives starting with [ %% in translation for itemsearch.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18654 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64723|0 |1 is obsolete| | --- Comment #8 from Alex Buckley --- Created attachment 65407 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65407&action=edit Bug 18654 - Translatability: Get rid of tt directives starting with [%% in translation for itemsearch.tt This patch removes entries like the following in translations of itemsearch.tt: "[%% INCLUDE form_field_select name=\"homebranch\" options = branches " "empty_option = \"All libraries\" %%] [%% INCLUDE form_field_select name=" "\"holdingbranch\" options = branches empty_option = \"All libraries\" %%] %s " "[%% INCLUDE form_field_select name=\"location\" options = locations " "empty_option = \"All locations\" %%] %s " New patch on top of Bug 18633 that resolves parts of initial comment. To test: - Verify that in itemsearch.tt no tt directives are splitted by new lines (search for [% INCLUDE ) - Verify that itemsearch.tt works as before Followed test plan and verified that tt directives are not split by new lines, the changes to the fieldset tags in comment 3 have been removed and itemtype.tt still works correctly as before Signed-off-by: Alex Buckley -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 00:39:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 22:39:27 +0000 Subject: [Koha-bugs] [Bug 18654] Translatability: Get rid of tt directives starting with [ %% in translation for itemsearch.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18654 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 01:16:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 23:16:20 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #53 from M. Tompsett --- Created attachment 65408 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65408&action=edit Bug 14385: Add some commenting to make sense of logic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 01:16:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 23:16:26 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #54 from M. Tompsett --- Created attachment 65409 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65409&action=edit Bug 14385: Refactor EmbedItemsInMarcBiblio parameters to hashref -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 01:16:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 23:16:32 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #55 from M. Tompsett --- Created attachment 65410 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65410&action=edit Bug 14385: Trigger GetMarcBiblio's EmbedItemsInMarcBiblio call. prove t/db_dependent/Items.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 01:16:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 23:16:39 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #56 from M. Tompsett --- Created attachment 65411 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65411&action=edit Bug 14385: Add missing test to trigger Koha/BiblioUtils/Iterator change -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 01:31:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 01 Aug 2017 23:31:17 +0000 Subject: [Koha-bugs] [Bug 7419] Add authority deduplication script In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7419 Agnes Rivers-Moore changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arm at hanover.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 02:42:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 00:42:25 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #57 from M. Tompsett --- The problem with this, as it stands is the GetMarcBiblio call does not receive the patron category code, so it can't pass it to EmbedItemsInMarcBiblio which can't then pass it to GetHiddenItemnumbers. And while I'm tempted to hack in a user category code and branch lookup, that would defeat the niceness of the refactored parameter passing thus far. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 07:09:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 05:09:11 +0000 Subject: [Koha-bugs] [Bug 18754] Translatability: Get rid of exposed tt directives in opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64178|0 |1 is obsolete| | --- Comment #4 from Alex Buckley --- Created attachment 65412 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65412&action=edit Bug 18754: Translatability: Get rid of exposed tt directives in opac-detail.tt The file opac-detail.tt exposes a lot of template directives to translation where translators should not be confronted with. Some examples from po file are: $[% SUBFIELD.code %] [% SUBFIELD.value %] %s [%% INCLUDE \"openlibrary-readapi.inc\" bib = { normalized_isbn => " "normalized_isbn, lccn => lccn, normalized_oclc => normalized_oclc } %%] See: [% IF ( nextTitle ) %][% nextTitle |html %][% ELSE %]next biblio[% END " "%] To test: - Apply patch - Do a search in OPAC that has more than 1 results - Go to the detail page of one of the items found - Verify that the details display as before and that you can browse the results with Previous and Next - In staff client, change OPACXSLTDetailsDisplay from 'default' to empty for "no xslt" and repeat steps above - In staff client, set HTML5MediaEnabled to 'OPAC' or 'OPAC and staff client' - Verify that media catalogued in field 856 still work - Create a new translation for a 'language' aa-AA (perl translate create aa-AA) - Verify that template directives ar no longer exposed in aa-AA-opac-bootstrap.po Followed test plan which works as intended Signed-off-by: Alex Buckley -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 07:09:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 05:09:07 +0000 Subject: [Koha-bugs] [Bug 18754] Translatability: Get rid of exposed tt directives in opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 10:34:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 08:34:32 +0000 Subject: [Koha-bugs] [Bug 19021] New: inventory column not sortable Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19021 Bug ID: 19021 Summary: inventory column not sortable Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: fridolin.somers at biblibre.com QA Contact: testopia at bugs.koha-community.org In inventory result page, items are shown in a JS DataTable. A column is not sortable for no reason. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 10:34:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 08:34:39 +0000 Subject: [Koha-bugs] [Bug 19021] inventory column not sortable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19021 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |fridolin.somers at biblibre.co |ity.org |m -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 10:38:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 08:38:37 +0000 Subject: [Koha-bugs] [Bug 19021] inventory column not sortable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19021 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 10:38:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 08:38:40 +0000 Subject: [Koha-bugs] [Bug 19021] inventory column not sortable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19021 --- Comment #1 from Fridolin SOMERS --- Created attachment 65413 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65413&action=edit Bug 19021 - inventory column not sortable In inventory result page, items are shown in a JS DataTable. A column is not sortable for no reason. This patch removes code that sets column not sortable, maybe some changes in table made it obsolete. Test plan : - perform inventory - look at result table => Without patch second column is not sortable => With patch all columns are sortable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 10:41:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 08:41:58 +0000 Subject: [Koha-bugs] [Bug 19022] New: inventory location and author display Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19022 Bug ID: 19022 Summary: inventory location and author display Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: fridolin.somers at biblibre.com QA Contact: testopia at bugs.koha-community.org In inventory result page : Location is displayed after branch without any difference. Author is displayed into a paragraph making row hight. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 10:51:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 08:51:59 +0000 Subject: [Koha-bugs] [Bug 19022] inventory location and author display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19022 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 10:52:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 08:52:02 +0000 Subject: [Koha-bugs] [Bug 19022] inventory location and author display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19022 --- Comment #1 from Fridolin SOMERS --- Created attachment 65414 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65414&action=edit Bug 19022 - inventory location and author display In inventory result page : Location is displayed after branch without any difference. Author is displayed into a paragraph making row hight. This patch adds for location a span with class like in catalogue detail page, and changes author to be on same line in order to have a more compact display for this table that may be huge. Test plan : - Perform inventory with a barcode file - Look at result => you see localtion in a new line after library and in italic => you see author after title on same line with "by" separator -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 10:52:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 08:52:13 +0000 Subject: [Koha-bugs] [Bug 19022] inventory location and author display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19022 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19021 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 10:52:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 08:52:13 +0000 Subject: [Koha-bugs] [Bug 19021] inventory column not sortable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19021 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19022 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 10:54:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 08:54:57 +0000 Subject: [Koha-bugs] [Bug 19022] inventory location and author display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19022 --- Comment #2 from Fridolin SOMERS --- Created attachment 65415 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65415&action=edit Screenshot with patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 11:12:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 09:12:17 +0000 Subject: [Koha-bugs] [Bug 19023] New: inventory tool performance Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Bug ID: 19023 Summary: inventory tool performance Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: fridolin.somers at biblibre.com QA Contact: testopia at bugs.koha-community.org Inventory tool performance seems to be worst since 16.11. I think it is because of authorized values computing changed by Bug 17249. For each subfield of each item, we try to get the authorized value description with Koha::AuthorisedValues->search_by_marc_field. But this method does not use cache like Koha::AuthorisedValues->get_description_by_koha_field. I propose to use Koha::AuthorisedValues->get_description_by_koha_field and also to look for authorized value description only for item fields used in TT : location, notforloan, itemlost, damaged, withdrawn. I have experimented inventory time on 100 items from 5s to 1s. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 11:12:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 09:12:25 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17249 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17249 [Bug 17249] Koha::AuthorisedValues - Remove GetKohaAuthorisedValuesFromField -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 11:12:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 09:12:25 +0000 Subject: [Koha-bugs] [Bug 17249] Koha:: AuthorisedValues - Remove GetKohaAuthorisedValuesFromField In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17249 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19023 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 [Bug 19023] inventory tool performance -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 11:26:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 09:26:31 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 11:26:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 09:26:33 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 --- Comment #1 from Fridolin SOMERS --- Created attachment 65416 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65416&action=edit Bug 19023 - inventory tool performance Inventory tool performance seems to be worst since 16.11. I think it is because of authorized values computing changed by Bug 17249. For each subfield of each item, we try to get the authorized value description with Koha::AuthorisedValues->search_by_marc_field. But this method does not use cache like Koha::AuthorisedValues->get_description_by_koha_field. I propose to use Koha::AuthorisedValues->get_description_by_koha_field and also to look for authorized value description only for item fields used in TT : location, notforloan, itemlost, damaged, withdrawn. I have experimented inventory time on 100 items from 5s to 1s. Test plan : - Without patch - Perform inventory with barcode file - Check results and mesure execution time - Apply patch - Reperform inventory with same barcode file - Check results is the same - Compare execution time - Run prove t/db_dependent/Items/GetItemsForInventory.t -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 11:27:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 09:27:51 +0000 Subject: [Koha-bugs] [Bug 19021] inventory column not sortable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19021 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19023 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 11:27:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 09:27:51 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19021 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 11:28:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 09:28:02 +0000 Subject: [Koha-bugs] [Bug 19022] inventory location and author display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19022 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19023 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 11:28:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 09:28:02 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19022 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 11:45:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 09:45:17 +0000 Subject: [Koha-bugs] [Bug 19021] inventory column not sortable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19021 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65413|0 |1 is obsolete| | --- Comment #2 from Fridolin SOMERS --- Created attachment 65417 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65417&action=edit Bug 19021 - inventory column sorting In inventory result page, items are shown in a JS DataTable. For an inventory with barcode file second column is not sortable for no reason. For an inventory without barcode file first column is not sortable but since it is the default sort order the sorting icon is still displayed. This patch corrects by setting default sort order on barcode column. Test plan : - perform inventory with barcode file - look at result table - table is sorted by barcode => Without patch second column is not sortable => With patch all columns are sortable - perform inventory without barcode file - look at result table => Without patch first column show sort icon and table is not sorted by barcode => With patch first column is not sortable and table is sorted by barcode -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 11:46:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 09:46:04 +0000 Subject: [Koha-bugs] [Bug 19021] inventory column not sortable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19021 --- Comment #3 from Fridolin SOMERS --- Oh I see, this JS code is usefull for inventory without barcode file. I have correct patch and renamed bug a little -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 11:46:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 09:46:20 +0000 Subject: [Koha-bugs] [Bug 19021] inventory column sorting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19021 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|inventory column not |inventory column sorting |sortable | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 13:26:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 11:26:34 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 --- Comment #19 from Marcel de Rooy --- Created attachment 65418 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65418&action=edit Bug 18996: [QA Follow-up] Remove global variables from Message.t As per request of Colin in comment18, this patch makes the use of global variables in Message.t no longer needed. The three subtests are now completely independent and could well be moved to separate test scripts. Note: Strictly speaking, the use of global (package) variables could potentially introduce new bugs (e.g. if the value is modified outside the script). This seems not to be the case here, but we are safe now. Test plan: Run the test again. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 13:27:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 11:27:13 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 --- Comment #20 from Marcel de Rooy --- (In reply to Colin Campbell from comment #18) > unnecessarily making lexical variables package variables is potentially > introducing bugs. If you want to do it, it should not really be slipped in > as part of another patch, but have its own rationale Added a follow-up to address your concerns. Thx for testing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 13:45:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 11:45:38 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 Michael Kuhn changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mik at adminkuhn.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 14:03:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 12:03:35 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 --- Comment #26 from Marcel de Rooy --- Just a remark: Date::Calc's Add_Delta_YM does the same as what you are doing now with limit. ($year,$month,$day) = Add_Delta_YM($year,$month,$day, $Dy,$Dm); >From POD: This function does no "wrapping" into the next month if the day happens to lie outside the valid range for the resulting year and month (after adding the year and month offsets). Instead, it simply truncates the day to the last possible day of the resulting month. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 14:04:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 12:04:42 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 14:04:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 12:04:45 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65370|0 |1 is obsolete| | Attachment #65371|0 |1 is obsolete| | Attachment #65372|0 |1 is obsolete| | --- Comment #27 from Marcel de Rooy --- Created attachment 65419 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65419&action=edit Bug 17699: Add more tests to highlight the problem Add problematic cases to highlight the problem. Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 14:04:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 12:04:50 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 --- Comment #28 from Marcel de Rooy --- Created attachment 65420 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65420&action=edit Bug 17699: Use limit as end_of_month >From DateTime::Duration pod: "" For positive durations, the "end_of_month" parameter defaults to wrap. For negative durations, the default is "limit". This should match how most people "intuitively" expect datetime math to work. """" We need end_of_month => limit for positive durations as well. Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 14:04:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 12:04:54 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 --- Comment #29 from Marcel de Rooy --- Created attachment 65421 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65421&action=edit Bug 17699: Add test descriptions Test plan: prove -v t/db_dependent/Koha/Patrons.t Subtest: renew_account 1..30 ok 1 - 2016-02-29T00:00:00 + 12 months must be 2017-02-28T00:00:00 ok 2 - 2016-02-29T00:00:00 + 12 months must be 2017-02-28T00:00:00 ok 3 - With BorrowerLogs, Koha::Patron->renew_account should have logged ok 4 - today + 12 months must be 2017-03-31T00:00:00 ok 5 - today + 12 months must be 2017-03-31T00:00:00 ok 6 - Without BorrowerLogs, Koha::Patron->renew_account should not have logged ok 7 - today + 12 months must be 2017-03-31T00:00:00 ok 8 - today + 12 months must be 2017-03-31T00:00:00 ok 9 - 2016-04-30T00:00:00 + 12 months must be 2017-04-30T00:00:00 ok 10 - 2016-04-30T00:00:00 + 12 months must be 2017-04-30T00:00:00 ok 11 - 2016-10-30T00:00:00 + 12 months must be 2017-10-30T00:00:00 ok 12 - 2016-10-30T00:00:00 + 12 months must be 2017-10-30T00:00:00 ok 13 - With BorrowerLogs, Koha::Patron->renew_account should have logged ok 14 - today + 12 months must be 2017-11-30T00:00:00 ok 15 - today + 12 months must be 2017-11-30T00:00:00 ok 16 - Without BorrowerLogs, Koha::Patron->renew_account should not have logged ok 17 - today + 12 months must be 2017-11-30T00:00:00 ok 18 - today + 12 months must be 2017-11-30T00:00:00 ok 19 - 2016-12-30T00:00:00 + 12 months must be 2017-12-30T00:00:00 ok 20 - 2016-12-30T00:00:00 + 12 months must be 2017-12-30T00:00:00 ok 21 - 2017-06-30T00:00:00 + 12 months must be 2018-06-30T00:00:00 ok 22 - 2017-06-30T00:00:00 + 12 months must be 2018-06-30T00:00:00 ok 23 - With BorrowerLogs, Koha::Patron->renew_account should have logged ok 24 - today + 12 months must be 2018-07-31T00:00:00 ok 25 - today + 12 months must be 2018-07-31T00:00:00 ok 26 - Without BorrowerLogs, Koha::Patron->renew_account should not have logged ok 27 - today + 12 months must be 2018-07-31T00:00:00 ok 28 - today + 12 months must be 2018-07-31T00:00:00 ok 29 - 2017-08-31T00:00:00 + 12 months must be 2018-08-31T00:00:00 ok 30 - 2017-08-31T00:00:00 + 12 months must be 2018-08-31T00:00:00 Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 14:04:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 12:04:58 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65400|0 |1 is obsolete| | --- Comment #30 from Marcel de Rooy --- Created attachment 65422 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65422&action=edit Bug 17699: Reset time simulation Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 14:47:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 12:47:11 +0000 Subject: [Koha-bugs] [Bug 18985] SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18985 --- Comment #2 from Owen Leonard --- Created attachment 65423 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65423&action=edit Bug 18985 - SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically This patch alters the DataTables configuration of the SQL reports list so that date columns are identified via class rather than position. To test, apply the patch and go to Reports -> Use saved. Test the re-ordering of the creation date, last edit, and last run columns. Each should sort correctly based on the date. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 14:47:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 12:47:09 +0000 Subject: [Koha-bugs] [Bug 18985] SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18985 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 15:20:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 13:20:14 +0000 Subject: [Koha-bugs] [Bug 19024] New: order cancelled status is reset on basket close Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Bug ID: 19024 Summary: order cancelled status is reset on basket close Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: colin.campbell at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Similar to bug 15036 orderstatus is being set to ordered when a basket is closed including for lines which have been cancelled. In the acquisition screens if you view the basket the lines are clearly cancelled as this uses cancellationdate as the determiner of status. But from the staff title view the acquisitions tab now shows ordered incorrectly. Simple fix - need to check cancellation_date and cancelled status are not getting out of sync elsewhere -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 15:34:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 13:34:49 +0000 Subject: [Koha-bugs] [Bug 19021] inventory column sorting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19021 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 15:34:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 13:34:52 +0000 Subject: [Koha-bugs] [Bug 19021] inventory column sorting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19021 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65417|0 |1 is obsolete| | --- Comment #4 from Owen Leonard --- Created attachment 65424 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65424&action=edit [SIGNED-OFF] Bug 19021 - inventory column sorting In inventory result page, items are shown in a JS DataTable. For an inventory with barcode file second column is not sortable for no reason. For an inventory without barcode file first column is not sortable but since it is the default sort order the sorting icon is still displayed. This patch corrects by setting default sort order on barcode column. Test plan : - perform inventory with barcode file - look at result table - table is sorted by barcode => Without patch second column is not sortable => With patch all columns are sortable - perform inventory without barcode file - look at result table => Without patch first column show sort icon and table is not sorted by barcode => With patch first column is not sortable and table is sorted by barcode Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 15:40:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 13:40:52 +0000 Subject: [Koha-bugs] [Bug 19022] inventory location and author display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19022 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 15:40:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 13:40:54 +0000 Subject: [Koha-bugs] [Bug 19022] inventory location and author display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19022 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65414|0 |1 is obsolete| | --- Comment #3 from Owen Leonard --- Created attachment 65425 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65425&action=edit [SIGNED-OFF] Bug 19022 - inventory location and author display In inventory result page : Location is displayed after branch without any difference. Author is displayed into a paragraph making row hight. This patch adds for location a span with class like in catalogue detail page, and changes author to be on same line in order to have a more compact display for this table that may be huge. Test plan : - Perform inventory with a barcode file - Look at result => you see localtion in a new line after library and in italic => you see author after title on same line with "by" separator Signed-off-by: Owen Leonard -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 16:13:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 14:13:05 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 16:13:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 14:13:08 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65416|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 65426 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65426&action=edit [SIGNED-OFF] Bug 19023 - inventory tool performance Inventory tool performance seems to be worst since 16.11. I think it is because of authorized values computing changed by Bug 17249. For each subfield of each item, we try to get the authorized value description with Koha::AuthorisedValues->search_by_marc_field. But this method does not use cache like Koha::AuthorisedValues->get_description_by_koha_field. I propose to use Koha::AuthorisedValues->get_description_by_koha_field and also to look for authorized value description only for item fields used in TT : location, notforloan, itemlost, damaged, withdrawn. I have experimented inventory time on 100 items from 5s to 1s. Test plan : - Without patch - Perform inventory with barcode file - Check results and mesure execution time - Apply patch - Reperform inventory with same barcode file - Check results is the same - Compare execution time - Run prove t/db_dependent/Items/GetItemsForInventory.t Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 16:33:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 14:33:11 +0000 Subject: [Koha-bugs] [Bug 18660] Translatability: Get rid of template directives [ %% in translation for patroncards-errors.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18660 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64014|0 |1 is obsolete| | --- Comment #7 from Marc V?ron --- Created attachment 65427 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65427&action=edit Bug 18660: Translatability: Get rid of template directives [%% in translation for patroncards-errors.inc Translation for koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-errors.inc contains a lot of (partial) template directives like: %%]%s %sLayout: [%% This patch fixes it To test: - Verify that code changes make sense - Apply patch - Create a translation (cd misc/translator , then: perl translate create aa-AA - Verify that in po/aa-AA-staff-prog.po contains no fragments like %%] or [%% for patroncards-errors.inc - Try to get an error: Try a link like http://[YOUR SERVER]/cgi-bin/koha/patroncards/create-pdf.pl?batch_id=1&template_id=999&layout_id=999&start_card=1 ...where template_id and layout_id do not exist (Amended for comment #2 2017-06-05 mv) (Amended for comment #6 2017-08-02 mv) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 16:33:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 14:33:58 +0000 Subject: [Koha-bugs] [Bug 18660] Translatability: Get rid of template directives [ %% in translation for patroncards-errors.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18660 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 16:41:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 14:41:47 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 --- Comment #3 from Owen Leonard --- This patch works well for me and I'd be ready to sign off on it. This feature may make it more desirable to have shelving location in a separate location, but I don't have a strong opinion about it. I think it would be nice to transition from the system preferences, but I think it could be handled in separate follow-up bugs. I think that we should not use js-based column configuration to hide anything which is sensitive information (OPACShowCheckoutName is the one that comes to mind), and let no-js users see the full table. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 16:43:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 14:43:55 +0000 Subject: [Koha-bugs] [Bug 19025] New: Move C4::Reserves::GetReserveInfo to Koha::Holds Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 Bug ID: 19025 Summary: Move C4::Reserves::GetReserveInfo to Koha::Holds Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org This subroutine is only used once and can be replaced with a call to Koha::Holds->find It will avoid unnecessary joins. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 16:45:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 14:45:35 +0000 Subject: [Koha-bugs] [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17728 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 [Bug 17728] Move C4::Reserves code to the Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 16:45:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 14:45:35 +0000 Subject: [Koha-bugs] [Bug 17728] Move C4::Reserves code to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19025 --- Comment #3 from Jonathan Druart --- Bug 19025 - Move C4::Reserves::GetReserveInfo to Koha::Holds Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 16:53:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 14:53:02 +0000 Subject: [Koha-bugs] [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 16:53:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 14:53:05 +0000 Subject: [Koha-bugs] [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 --- Comment #1 from Jonathan Druart --- Created attachment 65428 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65428&action=edit Bug 19025: Move GetReserveInfo to Koha::Holds This subroutine is only used once and can be replaced with a call to Koha::Holds->find It will avoid unnecessary joins. Test plan: - Define a HOLD_SLIP template notice using fields from the tables reserves, branches, borrowers, biblio, biblioitems and items. - Generate one and make sure the values are correctly filled -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 16:53:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 14:53:08 +0000 Subject: [Koha-bugs] [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 --- Comment #2 from Jonathan Druart --- Created attachment 65429 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65429&action=edit Bug 19025: Remove C4::Reserves::GetReserveInfo Test plan: git grep GetReserveInfo should not return results -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 17:34:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 15:34:36 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 17:44:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 15:44:02 +0000 Subject: [Koha-bugs] [Bug 18997] Everything listed as "not renewable" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18997 --- Comment #4 from Marc V?ron --- For the records (solution): There were more rules defined for a specific library. They take precedence over the rules defined for "All libraries" To make such rules visible one has to select the library in the drop down obeve the rules table. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 17:46:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 15:46:01 +0000 Subject: [Koha-bugs] [Bug 19026] New: System Preferences that include a list of fields is not displayed correctly in Chrome Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19026 Bug ID: 19026 Summary: System Preferences that include a list of fields is not displayed correctly in Chrome Change sponsored?: --- Product: Koha Version: 16.11 Hardware: PC OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Browser compatibility Assignee: oleonard at myacpl.org Reporter: kelly at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Created attachment 65430 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65430&action=edit This is how it is displayed in Chrome. Currently in the latest version of Chrome: 60.0.3112.78 the system preference OPACSuggestionMandatoryFields does not show the list of fields in the display. This is also the case in these system preferences : OPACadvsearchmoreoptions, Opacadvsearchoptions, opacexportoptions- there may be more. >From the browser of Firefox, they display correctly. Included screen shots of this behavior. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 17:46:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 15:46:44 +0000 Subject: [Koha-bugs] [Bug 19026] System Preferences that include a list of fields is not displayed correctly in Chrome In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19026 --- Comment #1 from Kelly McElligott --- Created attachment 65431 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65431&action=edit view with firefox -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 17:57:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 15:57:09 +0000 Subject: [Koha-bugs] [Bug 19026] System Preferences that include a list of fields is not displayed correctly in Chrome In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19026 Kelly McElligott changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kelly at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 17:57:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 15:57:23 +0000 Subject: [Koha-bugs] [Bug 19017] Script that checks and transforms SMS alert numbers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19017 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from Owen Leonard --- This works as it should, but I get a couple of errors from the qa script. OK C4/SMSNumber/Fr.pm OK critic OK forbidden patterns OK git manipulation OK pod OK spelling OK valid FAIL misc/check_smsalertnumber.pl FAIL critic Stricture disabled at line 60, column 5. See page 429 of PBP. OK forbidden patterns OK git manipulation OK pod FAIL spelling tranform ==> transform OK valid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 17:58:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 15:58:56 +0000 Subject: [Koha-bugs] [Bug 19027] New: Circulation rules: Better wording for standard rules for all libraries Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 Bug ID: 19027 Summary: Circulation rules: Better wording for standard rules for all libraries Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: veron at veron.ch QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com In Home > Administration > Circulation and fine rules, the standard value for "Select a library: All libraries" is confusing and leads to support cases. Change wording to "Standard rules for all libraries". See: Bug 18997 - Everything listed as "not renewable" http://koha.1045719.n5.nabble.com/Impossible-to-renew-items-tc5941578.html -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 18:03:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 16:03:43 +0000 Subject: [Koha-bugs] [Bug 19027] Circulation rules: Better wording for standard rules for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 --- Comment #1 from Marc V?ron --- Created attachment 65432 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65432&action=edit Bug 19027 - Circulation rules: Better wording for standard rules for all libraries In Home > Administration > Circulation and fine rules, the standard value for "Select a library: All libraries" is confusing and leads to support cases. Change wording to "Standard rules for all libraries". To test: - Apply patch - Go to Home > Administration > Circulation and fine rules - Verfiy that text in drop down 'Select a library' makes sense. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 18:04:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 16:04:38 +0000 Subject: [Koha-bugs] [Bug 19027] Circulation rules: Better wording for standard rules for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |veron at veron.ch |ity.org | Status|NEW |Needs Signoff Patch complexity|--- |String patch See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18997 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 18:04:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 16:04:38 +0000 Subject: [Koha-bugs] [Bug 18997] Everything listed as "not renewable" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18997 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19027 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 18:17:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 16:17:35 +0000 Subject: [Koha-bugs] [Bug 18660] Translatability: Get rid of template directives [ %% in translation for patroncards-errors.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18660 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 18:17:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 16:17:37 +0000 Subject: [Koha-bugs] [Bug 18660] Translatability: Get rid of template directives [ %% in translation for patroncards-errors.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18660 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65427|0 |1 is obsolete| | --- Comment #8 from Owen Leonard --- Created attachment 65433 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65433&action=edit [SIGNED-OFF] Bug 18660: Translatability: Get rid of template directives [%% in translation for patroncards-errors.inc Translation for koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-errors.inc contains a lot of (partial) template directives like: %%]%s %sLayout: [%% This patch fixes it To test: - Verify that code changes make sense - Apply patch - Create a translation (cd misc/translator , then: perl translate create aa-AA - Verify that in po/aa-AA-staff-prog.po contains no fragments like %%] or [%% for patroncards-errors.inc - Try to get an error: Try a link like http://[YOUR SERVER]/cgi-bin/koha/patroncards/create-pdf.pl?batch_id=1&template_id=999&layout_id=999&start_card=1 ...where template_id and layout_id do not exist (Amended for comment #2 2017-06-05 mv) (Amended for comment #6 2017-08-02 mv) Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 18:29:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 16:29:47 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |colin.campbell at ptfs-europe. |ity.org |com Status|NEW |Needs Signoff --- Comment #1 from Colin Campbell --- Created attachment 65434 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65434&action=edit Patch to prevent cancelled status from being reset in error Straightforward test. On a basket cancel an orderline. Search for the title and on the Acquisitions Details tab it shows status as Cancelled. Close the basket Search the title again Acquisitions Details now show 'ordered' (in basket display it remains cancelled) Apply patch and repeat above sequence with another order, this time it should remain as 'Cancelled' after the basket closes. A special problem is if an order has been placed, and is cancelled because its now out of print you have to reopen the basket to cancel it and on reclosing you undo part of the change -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 18:41:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 16:41:38 +0000 Subject: [Koha-bugs] [Bug 18964] koha-plack should have a --debugger switch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18964 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|koha-plack should have a |koha-plack should have a |--debug switch |--debugger switch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 19:02:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 17:02:27 +0000 Subject: [Koha-bugs] [Bug 19026] System Preferences that include a list of fields is not displayed correctly in Chrome In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19026 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal --- Comment #2 from Owen Leonard --- I don't see this problem in Chrome Version 60.0.3112.78 (Official Build) (64-bit) on Windows 7. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 19:43:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 17:43:00 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 19:43:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 17:43:03 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65426|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall --- Created attachment 65435 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65435&action=edit Bug 19023 - inventory tool performance Inventory tool performance seems to be worst since 16.11. I think it is because of authorized values computing changed by Bug 17249. For each subfield of each item, we try to get the authorized value description with Koha::AuthorisedValues->search_by_marc_field. But this method does not use cache like Koha::AuthorisedValues->get_description_by_koha_field. I propose to use Koha::AuthorisedValues->get_description_by_koha_field and also to look for authorized value description only for item fields used in TT : location, notforloan, itemlost, damaged, withdrawn. I have experimented inventory time on 100 items from 5s to 1s. Test plan : - Without patch - Perform inventory with barcode file - Check results and mesure execution time - Apply patch - Reperform inventory with same barcode file - Check results is the same - Compare execution time - Run prove t/db_dependent/Items/GetItemsForInventory.t Signed-off-by: Owen Leonard Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 20:14:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 18:14:15 +0000 Subject: [Koha-bugs] [Bug 19026] System Preferences that include a list of fields is not displayed correctly in Chrome In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19026 --- Comment #3 from Kelly McElligott --- I am using an Apple computer. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 20:14:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 18:14:28 +0000 Subject: [Koha-bugs] [Bug 12793] Breaking up IndependentBranches syspref to support finer staff permissions granularity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12793 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at ccsr.qc | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 21:27:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 19:27:16 +0000 Subject: [Koha-bugs] [Bug 18570] Password recovery e-mail only sent after message queue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18570 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at ccsr.qc | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 21:52:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 19:52:56 +0000 Subject: [Koha-bugs] [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 22:44:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 20:44:20 +0000 Subject: [Koha-bugs] [Bug 19027] Circulation rules: Better wording for standard rules for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65432|0 |1 is obsolete| | --- Comment #2 from Alex Buckley --- Created attachment 65436 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65436&action=edit Bug 19027 - Circulation rules: Better wording for standard rules for all libraries In Home > Administration > Circulation and fine rules, the standard value for "Select a library: All libraries" is confusing and leads to support cases. Change wording to "Standard rules for all libraries". To test: - Apply patch - Go to Home > Administration > Circulation and fine rules - Verfiy that text in drop down 'Select a library' makes sense. Followed test plan which works as intended. I agree with the wording it is significantly clearer than previously Signed-off-by: Alex Buckley -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 22:44:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 20:44:17 +0000 Subject: [Koha-bugs] [Bug 19027] Circulation rules: Better wording for standard rules for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 22:48:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 20:48:54 +0000 Subject: [Koha-bugs] [Bug 19027] Circulation rules: Better wording for standard rules for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexbuckley at catalyst.net.nz --- Comment #3 from Alex Buckley --- Hi Marc I think an additional enhancement would be to hide the 'Clone these rules to: library" if "Standard rules for all libraries" option is selected using javascript, because as the rule is being applied to all libraries cloning them to another library is redundant. What are your thoughts on this? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 23:12:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 21:12:24 +0000 Subject: [Koha-bugs] [Bug 18687] Translatability: abbr tag should not contain lang attribute In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18687 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 23:12:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 21:12:27 +0000 Subject: [Koha-bugs] [Bug 18687] Translatability: abbr tag should not contain lang attribute In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18687 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63767|0 |1 is obsolete| | --- Comment #3 from Alex Buckley --- Created attachment 65437 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65437&action=edit Bug 18687: Translatability: abbr tag should not contain lang attribute In manage-marc-import.tt, we have an abbreviation: Diff In translations (e.g. German), the line appears as follows: Diff The lang attribute is wrong here, it is still "en". The text language is the same as defined at the top of the page - or with other words, the lang tag is superfluous. This patch removes it. To test: Verify that code change makes sense. Passes QA test and the change is logical Signed-off-by: Alex Buckley -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 23:49:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 21:49:03 +0000 Subject: [Koha-bugs] [Bug 19028] Add 'shelving location' to holdings table in detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19028 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |tomascohen at gmail.com Change sponsored?|--- |Sponsored Depends on| |16759 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 [Bug 16759] Make opac holdings table configurable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 23:49:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 21:49:03 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19028 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19028 [Bug 19028] Add 'shelving location' to holdings table in detail page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 2 23:48:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 21:48:49 +0000 Subject: [Koha-bugs] [Bug 19028] New: Add 'shelving location' to holdings table in detail page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19028 Bug ID: 19028 Summary: Add 'shelving location' to holdings table in detail page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org Bug 16759 adds a simpler way to customize what columns are displayed on the holdings table in the OPAC detail view. It would be desired to allow moving the shelving location from below the library name, into its own column. This should be done in a way that preserves current behaviour. This can easily achieved by introducing a new syspref. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 01:28:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 23:28:33 +0000 Subject: [Koha-bugs] [Bug 2093] Add OPAC dashboard for logged-in users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2093 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 01:28:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 23:28:36 +0000 Subject: [Koha-bugs] [Bug 2093] Add OPAC dashboard for logged-in users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2093 --- Comment #9 from Aleisha Amohia --- Created attachment 65438 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65438&action=edit Bug 2093: [FOLLOW-UP] Add OPAC dashboard for logged-in users This patch: - hides the dashboard if there is no dashboard information to display - changes '5.00 due' to '5.00 due in fines and charges' for translation - uses Koha::Holds in place of deprecated C4::Reserves methods To test, confirm all the right information for holds still shows, and confirm the dashboard is hidden if there are no checkouts, holds, fines or overdues. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 01:31:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 02 Aug 2017 23:31:11 +0000 Subject: [Koha-bugs] [Bug 17483] Forgiving charge should apply to item's last fine. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17483 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexbuckley at catalyst.net.nz Status|Needs Signoff |In Discussion --- Comment #2 from Alex Buckley --- Hi Blou I ran through your test plan and your patch works fine, however I notice on the current master branch the latest overdue fine gets paid correctly as well, and so I wonder if this patch is necessary? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 02:07:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 00:07:36 +0000 Subject: [Koha-bugs] [Bug 18713] Add support for named graphs and rfds:seeAlso to Koha::RDF In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18713 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #11 from David Cook --- Mirko backported the latest version of RDF::Trine to Koha unstable I believe, so it can be installed from there. That should allow this patch to work correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 03:39:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 01:39:48 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:06:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:06:45 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 --- Comment #2 from Dilan Johnpull? --- Created attachment 65439 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65439&action=edit Bug 19024 Do not unset order cancelled status on basket close Followed the test plan and works as described. Signed-off-by: Dilan Johnpull? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:06:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:06:46 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:06:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:06:41 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Dilan Johnpull? changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:06:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:06:49 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 --- Comment #14 from Aleisha Amohia --- Created attachment 65440 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65440&action=edit Bug 18351: [FOLLOW-UP] Prevent deletion from forcing URL This patch adds a check in the script for existing funds so that the budget cannot be deleted when forcing the URL and has other small fixes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:12:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:12:29 +0000 Subject: [Koha-bugs] [Bug 18941] C4:: Budgets GetBudgetByCode should return active budgets over inactive budgets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18941 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65125|0 |1 is obsolete| | --- Comment #6 from M. Tompsett --- Created attachment 65441 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65441&action=edit [SIGNED-OFF] Bug 18941 - Unit tests Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:12:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:12:32 +0000 Subject: [Koha-bugs] [Bug 18941] C4:: Budgets GetBudgetByCode should return active budgets over inactive budgets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18941 --- Comment #7 from M. Tompsett --- Created attachment 65442 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65442&action=edit [SIGNED-OFF] Bug 18941 - C4::Budgets GetBudgetByCode should return active budgets over inactive budgets To test: 1 - Create an active budget 2 - Create an inactive budget 3 - Ensure they each have a fund with the same code 4 - Set MarcFieldsToOrder to get the budget_code from a marc field 5 - Stage a file using the duplicated code 6 - Add to a basket from the staged file 7 - Add the items 8 - Note funds are encumbered from the inactive budget 9 - Apply patch 10 - Repeat 5-8 with a new basket 11 - Note the active budget is now used Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:13:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:13:36 +0000 Subject: [Koha-bugs] [Bug 18941] C4:: Budgets GetBudgetByCode should return active budgets over inactive budgets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18941 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65126|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:13:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:13:43 +0000 Subject: [Koha-bugs] [Bug 18941] C4:: Budgets GetBudgetByCode should return active budgets over inactive budgets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18941 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:26:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:26:48 +0000 Subject: [Koha-bugs] [Bug 18869] Patron clubs and templates tables look strange when empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18869 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64687|0 |1 is obsolete| | --- Comment #5 from M. Tompsett --- Created attachment 65443 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65443&action=edit [SIGNED-OFF] Bug 18869: Fixing display of patron clubs tables This patch 1) Hides the club templates table if there are no club templates, shows an appropriate message 2) Hides the clubs table if there are no clubs. Shows an appropriate message for whether templates exist 3) Puts the actions in one column, or a dropdown menu Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:26:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:26:53 +0000 Subject: [Koha-bugs] [Bug 18869] Patron clubs and templates tables look strange when empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18869 --- Comment #7 from M. Tompsett --- Created attachment 65445 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65445&action=edit [SIGNED-OFF] Bug 18869: [FOLLOW-UP] Show enrollments as disabled link if club has no enrolled patrons Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:26:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:26:51 +0000 Subject: [Koha-bugs] [Bug 18869] Patron clubs and templates tables look strange when empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18869 --- Comment #6 from M. Tompsett --- Created attachment 65444 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65444&action=edit [SIGNED-OFF] Bug 18869: [FOLLOW-UP] Make page reload after club or template delete If deleting the last club or template in a table, the row is deleted from the webpage by ajax so the nice blue bubble message does not show. This patch forces the page to reload so the blue bubble message shows instead of the empty table. To test: Confirm that the blue message shows when tables are empty. Add a template and a club, then delete a club. Confirm the page reloads and the message shows. Test with template Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:27:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:27:12 +0000 Subject: [Koha-bugs] [Bug 18869] Patron clubs and templates tables look strange when empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18869 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64936|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:27:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:27:31 +0000 Subject: [Koha-bugs] [Bug 18869] Patron clubs and templates tables look strange when empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18869 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64946|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 04:28:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 02:28:47 +0000 Subject: [Koha-bugs] [Bug 18869] Patron clubs and templates tables look strange when empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18869 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #8 from M. Tompsett --- I figured I wouldn't let it languish. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 05:41:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 03:41:24 +0000 Subject: [Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999 --- Comment #1 from Alex Buckley --- Created attachment 65446 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65446&action=edit Bug 18999- Modified SQL query in GetBudgetSpent() in C4/Budgets.pm Removed the SQL select condition 'AND closedate IS NOT NULL' because this was not returning shippingcost values and it does not exist in the SQL query to return the shipping cost in spent.pl Also removed the retrieval of shipping cost and the associated addition of item(s) cost and shipping cost in GetBudgetOrdered() in C4/Budgets.pm to prevent the shipping costs being subtracted off the fund total twice Test plan: 1. Go to Acquisition and create a currency, budget (make this value of 100), fund ( make this the value of 50), vendor (if neccessary) 2. Create a basket and click 'Add to basket' 3. Add 2 items with the vendor price of 10 4. Click 'Receive shipment' and write in the shipment cost of 6 5. Click 'Finish receiving' and go back to Acquisitions 6. Notice the spent column value is 0.00 but if you click on the value then the spent.pl page is displayed and shows that the shipment cost was 6.00 7. On the acquisition page also notice that the ordered column value is 26.00 8. Click on the name of the fund and notice the spent column value is 0.00 in the fund page table 9. Apply patch 10. Refresh acquisition page and notice that 6.00 is the value in the Spent column and 20.00 is the value in the ordered column. Both of which match the subtotal of the full-list tables displayed when you click on these values 11. Also notice the spent value in the fund page table is 6.00 12 Observe the changes to GetBudgetSpent() and GetBudgetOrdered() C4/Budgets.pm and check they make sense Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 05:41:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 03:41:46 +0000 Subject: [Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |alexbuckley at catalyst.net.nz -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 06:21:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 04:21:13 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexbuckley at catalyst.net.nz Status|Needs Signoff |Patch doesn't apply --- Comment #12 from Alex Buckley --- Hi Jonathan Can you please merge your patches with master as they will not apply successfully, with the below error message being thrown: Falling back to patching base and 3-way merge... Auto-merging t/db_dependent/www/search_utf8.t Auto-merging t/db_dependent/www/history.t Auto-merging t/db_dependent/www/batch.t Auto-merging t/db_dependent/Utils/Datatables_Members.t CONFLICT (content): Merge conflict in t/db_dependent/Utils/Datatables_Members.t Auto-merging t/db_dependent/Serials/ReNewSubscription.t Auto-merging t/db_dependent/Search.t Auto-merging t/db_dependent/Reserves/MultiplePerRecord.t Auto-merging t/db_dependent/Patron/Borrower_PrevCheckout.t Auto-merging t/db_dependent/Patron/Borrower_Discharge.t Auto-merging t/db_dependent/Members/IssueSlip.t Auto-merging t/db_dependent/Members/GetPendingIssues.t Auto-merging t/db_dependent/Members/GetAllIssues.t Auto-merging t/db_dependent/Koha_Elasticsearch_Indexer.t CONFLICT (content): Merge conflict in t/db_dependent/Koha_Elasticsearch_Indexer.t Auto-merging t/db_dependent/Koha/Patrons.t Auto-merging t/db_dependent/Koha/Objects.t Auto-merging t/db_dependent/Circulation/SwitchOnSiteCheckouts.t Auto-merging t/db_dependent/Circulation/Returns.t Auto-merging t/db_dependent/Circulation/IsItemIssued.t Auto-merging t/db_dependent/Circulation/GetPendingOnSiteCheckouts.t Auto-merging t/db_dependent/Circulation/CheckIfIssuedToPatron.t Auto-merging t/db_dependent/Circulation/Branch.t Auto-merging t/Charset.t CONFLICT (content): Merge conflict in t/Charset.t Failed to merge in the changes. Patch failed at 0001 Bug 18292: Remove return 1 statements in tests The copy of the patch that failed is found in: /home/vagrant/kohaclone/.git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-18292-Remove-return-1-statements-in-tests-GqX5DD.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 07:27:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 05:27:03 +0000 Subject: [Koha-bugs] [Bug 19021] Inventory column sorting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19021 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|inventory column sorting |Inventory column sorting -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 07:32:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 05:32:02 +0000 Subject: [Koha-bugs] [Bug 19027] Circulation rules: Better wording for standard rules for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer --- I think cloning from standard to a specific library in order to then adapt the rules makes sense in some cases, so I wouldn't hide it. But I have seen people hitting the clone button by accident. A security question and maybe slightly different placement of the feature could be helpful. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 07:37:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 05:37:34 +0000 Subject: [Koha-bugs] [Bug 19027] Circulation rules: Better wording for standard rules for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 --- Comment #5 from Alex Buckley --- I agree with your suggestion Katrin :) Marc I'll create a followup patch for this bug report if that's ok with you? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 07:40:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 05:40:26 +0000 Subject: [Koha-bugs] [Bug 19027] Circulation rules: Better wording for standard rules for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 --- Comment #6 from Katrin Fischer --- Hm maybe we should put the cloning discussion on a separate bug, so this can move on quickly. Also a little nicer for release notes to have the changes listed separately. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 07:41:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 05:41:23 +0000 Subject: [Koha-bugs] [Bug 19027] Circulation rules: Better wording for standard rules for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 --- Comment #7 from Alex Buckley --- Good idea I'll create a new bug report now -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 07:42:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 05:42:34 +0000 Subject: [Koha-bugs] [Bug 17956] Provide additional functionality in the onboarding tool through configuring z-targets , and providing information on setting up SIP and LDAP services In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17956 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64614|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 07:44:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 05:44:34 +0000 Subject: [Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999 --- Comment #2 from Katrin Fischer --- Thx Alex! I hope to be able to test soon! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 07:49:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 05:49:23 +0000 Subject: [Koha-bugs] [Bug 17956] Provide additional functionality in the onboarding tool through configuring z-targets , and providing information on setting up SIP and LDAP services In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17956 --- Comment #16 from Alex Buckley --- Created attachment 65447 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65447&action=edit Bug 17956 - Additional koha service information for end of onboarding tool1 This template contains information about LDAP and SIP and how to set them up with Koha. In addition to configuring z-targets Test plan: 1. Drop and recreate your Koha database 2. Restart memcached 3. Go through the web installer and onboarding tool and notice after creating the circulation rule the next screen provides a 'Start using Koha' button which when clicked prompts you to enter the administrator account credentials you used to create an account in the onboarding tool 4. Apply patch 5. Repeat steps 1, 2 6. Go through the web installer and onboarding tool (on the final screen in the onboarding tool click on the new 'Learn more about Koha' button) 7. The onboardingstep6.tt screen will appear. Click on LDAP radiobutton and click 'Submit' and further instructions on installing LDAP will appear. 8. Click 'Back' and the screen in step 5 will be displayed 9. Click the 'SIP' radiobutton and click 'Submit; and further instructions on setting up SIP will appear 10. Click 'Back' 11. Click both 'LDAP' and 'SIP' and notice that both the LDAP and SIP information is displayed 12. Click 'Back' and click 'Configure z-targets in Koha' and notice how the staff interface login page appears. 13. Repeat steps 1,2 and 6 14. Click the 'Start using Koha' button 15. Login prompt will appear. Enter the administrator account credentials you used to create an account in the onboarding tool Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 07:50:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 05:50:37 +0000 Subject: [Koha-bugs] [Bug 17956] Provide additional functionality in the onboarding tool through configuring z-targets , and providing information on setting up SIP and LDAP services In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17956 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65447|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 07:51:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 05:51:23 +0000 Subject: [Koha-bugs] [Bug 17956] Provide additional functionality in the onboarding tool through configuring z-targets , and providing information on setting up SIP and LDAP services In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17956 --- Comment #17 from Alex Buckley --- Created attachment 65448 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65448&action=edit Bug 17956 - Additional koha service information for end of onboarding tool This template contains information about LDAP and SIP and how to set them up with Koha. In addition to configuring z-targets Test plan: 1. Drop and recreate your Koha database 2. Restart memcached 3. Go through the web installer and onboarding tool and notice after creating the circulation rule the next screen provides a 'Start using Koha' button which when clicked prompts you to enter the administrator account credentials you used to create an account in the onboarding tool 4. Apply patch 5. Repeat steps 1, 2 6. Go through the web installer and onboarding tool (on the final screen in the onboarding tool click on the new 'Learn more about Koha' button) 7. The onboardingstep6.tt screen will appear. Click on LDAP radiobutton and click 'Submit' and further instructions on installing LDAP will appear. 8. Click 'Back' and the screen in step 5 will be displayed 9. Click the 'SIP' radiobutton and click 'Submit; and further instructions on setting up SIP will appear 10. Click 'Back' 11. Click both 'LDAP' and 'SIP' and notice that both the LDAP and SIP information is displayed 12. Click 'Back' and click 'Configure z-targets in Koha' and notice how the staff interface login page appears. 13. Repeat steps 1,2 and 6 14. Click the 'Start using Koha' button 15. Login prompt will appear. Enter the administrator account credentials you used to create an account in the onboarding tool Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 07:55:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 05:55:10 +0000 Subject: [Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999 --- Comment #3 from Alex Buckley --- Thanks Katrin that would be great :) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 08:06:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 06:06:46 +0000 Subject: [Koha-bugs] [Bug 18707] Background jobs post disabled inputs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18707 --- Comment #5 from David Cook --- (In reply to Fridolin SOMERS from comment #4) > > What's "input of deleted subfields are disabled" mean? > > Hie, thanks for testing this. > > >For example, in Tools > Batch item modification input of deleted subfields are disabled. > I mean, in this form there is for each subfield : > - a text input or select to change the value of this subfield > - a checkbox to delete the subfield > When checking the checkbox, the text input or select is set to disable (HTML > attribute). So that it can't be edited and, but more important, it is not > sent when form is submitted. This is important because the code looks to > subfields to modify with those inputs. > > The bug is that with backgound job, inputs are sent event when they have de > HTML attribut "disabled". Ahhh, thanks for the clarification. I think I understand now. I'm swamped at the moment, but I'll try to test this when I can. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 08:10:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 06:10:15 +0000 Subject: [Koha-bugs] [Bug 19027] Circulation rules: Better wording for standard rules for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19029 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19029 [Bug 19029] Move the clone button and implement a security question on smart-rules.tt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 08:10:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 06:10:15 +0000 Subject: [Koha-bugs] [Bug 19029] New: Move the clone button and implement a security question on smart-rules.tt Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19029 Bug ID: 19029 Summary: Move the clone button and implement a security question on smart-rules.tt Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Circulation Assignee: alexbuckley at catalyst.net.nz Reporter: alexbuckley at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Depends on: 19027 When users create a circulation rule which they want to be applied to multiple library branches they will click "Standard rules to all libraries" (from bug 19027) However they may accidentally hit the 'clone' button, to clone the rule to a specific library. When the rule is being applied to all libraries with the 'standard' option then the only use case for clicking the 'clone' button would be to then adapt the rule in that specific library. This is not a common use case and users may accidentally hit the 'clone' button without understanding it fully. Therefore this bug report suggests that a security question be displayed to be ask the user if they are sure about cloning the rule to a specific library. Additionally the clone button should be moved to a slightly different placement on the page. Can we please have some feedback on this idea Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 [Bug 19027] Circulation rules: Better wording for standard rules for all libraries -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 08:38:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 06:38:04 +0000 Subject: [Koha-bugs] [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 08:38:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 06:38:07 +0000 Subject: [Koha-bugs] [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65428|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 65449 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65449&action=edit Bug 19025: Move GetReserveInfo to Koha::Holds This subroutine is only used once and can be replaced with a call to Koha::Holds->find It will avoid unnecessary joins. Test plan: - Define a HOLD_SLIP template notice using fields from the tables reserves, branches, borrowers, biblio, biblioitems and items. - Generate one and make sure the values are correctly filled Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 08:38:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 06:38:10 +0000 Subject: [Koha-bugs] [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65429|0 |1 is obsolete| | --- Comment #4 from Marcel de Rooy --- Created attachment 65450 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65450&action=edit Bug 19025: Remove C4::Reserves::GetReserveInfo Test plan: git grep GetReserveInfo should not return results Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 08:39:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 06:39:39 +0000 Subject: [Koha-bugs] [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Status|Signed Off |Passed QA --- Comment #5 from Marcel de Rooy --- Taking the liberty to pass QA on this relatively simple change. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 08:40:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 06:40:43 +0000 Subject: [Koha-bugs] [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 09:29:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 07:29:29 +0000 Subject: [Koha-bugs] [Bug 18951] Some t/Biblio tests are database dependent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18951 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18361 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18361 [Bug 18361] Koha::Objects->find should accept composite primary keys -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 09:29:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 07:29:29 +0000 Subject: [Koha-bugs] [Bug 18361] Koha::Objects->find should accept composite primary keys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18361 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18951 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18951 [Bug 18951] Some t/Biblio tests are database dependent -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 09:40:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 07:40:42 +0000 Subject: [Koha-bugs] [Bug 18539] Forbid Koha::Objects->find calls in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18539 --- Comment #6 from Fridolin SOMERS --- Actual patch Bug 18539: remove occurrence in ReNewSubscription.t contains the remove of t/db_dependent/00-strict.t. But I see this was not pushed into master : http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=ad7ff09b995e5275f2c6d664b31351321b1674af -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 09:44:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 07:44:58 +0000 Subject: [Koha-bugs] [Bug 18539] Forbid Koha::Objects->find calls in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18539 --- Comment #7 from Fridolin SOMERS --- I finally to push to 17.05.x to be able to push Bug 18361. Will be in 17.05.03. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 09:47:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 07:47:01 +0000 Subject: [Koha-bugs] [Bug 18361] Koha::Objects->find should accept composite primary keys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18361 --- Comment #31 from Fridolin SOMERS --- I finally to push to 17.05.x in order to follow master using this change. Will be in 17.05.03. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 09:47:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 07:47:41 +0000 Subject: [Koha-bugs] [Bug 18951] Some t/Biblio tests are database dependent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18951 --- Comment #13 from Fridolin SOMERS --- (In reply to Marcel de Rooy from comment #12) > (In reply to Fridolin SOMERS from comment #11) > > Looks like Koha::MarcSubfieldStructures->find('','300','b') crashed. > > May I use Koha::MarcSubfieldStructures->search( { frameworkcode => '', > > tagfield => '300', tagsubfield => 'a' } ) like in AuthorisedValues.t ? > > Yes, that should do it. You will need an extra ->next or ->first or so. > There was an adjustment to Koha::Object's find. Probably not in 17.05. Yes I found it is dependent from Bug 18361 not in 17.05.x. I choose to integrate it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 09:50:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 07:50:08 +0000 Subject: [Koha-bugs] [Bug 18951] Some t/Biblio tests are database dependent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18951 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #14 from Fridolin SOMERS --- Pushed to 17.05.x, will be in 17.05.03. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 10:02:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 08:02:17 +0000 Subject: [Koha-bugs] [Bug 18692] When SMS is enabled the OPAC messaging table is misaligned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18692 --- Comment #16 from Fridolin SOMERS --- (In reply to Nick Clemens from comment #15) > Patches work nicely, Lari's patches included fixes for the intranet as well > and those seem to have been dropped. Can we add those back in? Oh indeed. I create a follow up from patch https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=63872 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 10:04:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 08:04:20 +0000 Subject: [Koha-bugs] [Bug 18692] When SMS is enabled the OPAC messaging table is misaligned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18692 --- Comment #17 from Fridolin SOMERS --- Created attachment 65451 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65451&action=edit Bug 18692 - intranet part Fixes misplaced columns introduced by previous patch and adds the "-" for phone transport type. To test: 1. Set SMSSendDriver system preference on 2. Go to intranet messaging preferences 3. By default you should see checkboxes for all messages for SMS 4. Ensure columns are not misplaced (pushing one column too much to the right) 5. Delete sms method from one of the messages in message_transports table 6. Observe that "-" is displayed instead of checkbox for that message for SMS 7. Repeat same for TalkingTechItivaPhoneNotification system preference. By default it may not have transports in message_transports, so make sure to assign some in order to have the checkboxes visible. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 10:05:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 08:05:14 +0000 Subject: [Koha-bugs] [Bug 18692] When SMS is enabled the OPAC messaging table is misaligned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18692 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 10:15:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 08:15:45 +0000 Subject: [Koha-bugs] [Bug 19029] Move the clone button and implement a security question on smart-rules.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19029 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch --- Comment #1 from Marc V?ron --- +1 :-) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 10:21:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 08:21:58 +0000 Subject: [Koha-bugs] [Bug 18551] Hide with CSS dynamic elements in member search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18551 --- Comment #26 from Fridolin SOMERS --- Created attachment 65452 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65452&action=edit Bug 18551: [16.11.x] followup - hide advanced filters in header, move hidding to css file Test plan: The same as first patch, but also with advanced search form in header hidden on page load - see comment 4 Issue with advanced search form is gone. Signed-off-by: Marc V?ron Signed-off-by: Philippe Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 10:23:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 08:23:58 +0000 Subject: [Koha-bugs] [Bug 18551] Hide with CSS dynamic elements in member search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18551 --- Comment #27 from Fridolin SOMERS --- (In reply to Katrin Fischer from comment #25) > Please rebase for 16.11.x if you want to see this and the bugs its blocking > included in 16.11.x! Patch does not apply simply because lines are added at the end of staff-global.css and since last lines are not the same in master the patch is lost ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 10:28:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 08:28:09 +0000 Subject: [Koha-bugs] [Bug 18551] Hide with CSS dynamic elements in member search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18551 --- Comment #28 from Fridolin SOMERS --- (In reply to Fridolin SOMERS from comment #27) > (In reply to Katrin Fischer from comment #25) > > Please rebase for 16.11.x if you want to see this and the bugs its blocking > > included in 16.11.x! > > Patch does not apply simply because lines are added at the end of > staff-global.css and since last lines are not the same in master the patch > is lost ;) Note that you must clear cache after applying the patch (Ctrl+F5). Tested on Firefox 54. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 10:39:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 08:39:47 +0000 Subject: [Koha-bugs] [Bug 18735] Print Barcode as soon as adding an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18735 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 10:39:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 08:39:53 +0000 Subject: [Koha-bugs] [Bug 18735] Print Barcode as soon as adding an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18735 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64724|0 |1 is obsolete| | --- Comment #3 from Alex Buckley --- Created attachment 65453 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65453&action=edit Bug-18735 Print Barcode as soon as adding an item Signed-off-by: Alex Buckley -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 10:41:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 08:41:02 +0000 Subject: [Koha-bugs] [Bug 18735] Print Barcode as soon as adding an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18735 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexbuckley at catalyst.net.nz --- Comment #4 from Alex Buckley --- I assumed this patch was ready for testing due to no reply to Jonathan's comment (comment 2) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 10:44:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 08:44:08 +0000 Subject: [Koha-bugs] [Bug 17703] Add ISSN column in serials claims table - fix In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17703 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 10:44:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 08:44:11 +0000 Subject: [Koha-bugs] [Bug 17703] Add ISSN column in serials claims table - fix In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17703 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #57832|0 |1 is obsolete| | --- Comment #3 from Fridolin SOMERS --- Created attachment 65454 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65454&action=edit Bug 17703 - Add ISSN column in serials claims table - fix Bug 11861 added ISSN column in serials claims table, in a SQL query in C4::Serials::GetLateOrMissingIssues(). But this SQL query is in a if condition, the same change must be done in the else case. Test plan: - Make sure you have a subscription with some late issues - Go to serials claims page /cgi-bin/koha/serials/claims.pl - Choose a vendor and click OK => You should see a ISSN column, filled with subscription ISSN -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 10:57:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 08:57:41 +0000 Subject: [Koha-bugs] [Bug 17703] Add ISSN column in serials claims table - fix In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17703 --- Comment #4 from Fridolin SOMERS --- Ahhhhh oups no this change is needed for CSV export. I rewrite test plan -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 11:07:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 09:07:02 +0000 Subject: [Koha-bugs] [Bug 19011] Display patron's own notices for patron user itself In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19011 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 11:56:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 09:56:17 +0000 Subject: [Koha-bugs] [Bug 17703] Add ISSN column in serials claims table - fix In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17703 --- Comment #5 from Fridolin SOMERS --- (In reply to Fridolin SOMERS from comment #4) > Ahhhhh oups no this change is needed for CSV export. > I rewrite test plan I even rewrite method to use common SQL query with only condition on WHERE. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 11:57:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 09:57:06 +0000 Subject: [Koha-bugs] [Bug 17703] Add ISSN column in serials claims table - fix In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17703 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65454|0 |1 is obsolete| | --- Comment #6 from Fridolin SOMERS --- Created attachment 65455 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65455&action=edit Bug 17703 - Add ISSN column in serials claims table - fix Bug 11861 added ISSN column in serials claims table and a SQL query in C4::Serials::GetLateOrMissingIssues(). But this SQL query is in a if $supplierid condition, the same change must be done if $serialid to allow ISSN in CVS export of claims. This patch rewrites the method to have a common SQL query with conditions only on WHERE. Removes the order input arg since it is never used, order in TT is managed by DataTable and CSV export is generated with the order of selected rows. Test plan: - Make sure you have a subscription with some late or missing issues - Go to Tool > CSV profils - Create a profile : Profile name = Issues to claim Profile type = SQL Usage = Late serial issues claims Profile SQL fields = SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSN=subscription.issn|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate - Go to serials claims page : /cgi-bin/koha/serials/claims.pl - Choose a vendor and click OK - You see serials to claim, with ISSN column filled with subscription's ISSN - Check all lines - Select "Issues to claim" CSV profile - Click on "Download selected claims" => With patch you have ISSN value - Run UT t/db_dependent/Serials/Claims.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 12:02:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 10:02:02 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17381 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17381 [Bug 17381] Add system preference SCOMainUserBlock -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 12:02:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 10:02:09 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 12:02:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 10:02:02 +0000 Subject: [Koha-bugs] [Bug 17381] Add system preference SCOMainUserBlock In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17381 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |12691 Status|Failed QA |ASSIGNED --- Comment #9 from Marc V?ron --- I was not aware of Bug 12691 - Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout Will re-write that 17381 on top of 12691. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 12:03:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 10:03:49 +0000 Subject: [Koha-bugs] [Bug 17381] Add system preference SCOMainUserBlock In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17381 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63611|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 12:19:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 10:19:12 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch --- Comment #9 from Marc V?ron --- (In reply to Aleisha Amohia from comment #8) > Created attachment 63903 [details] [review] > Bug 12691: [FOLLOW-UP] Follow-up patch > > This patch fixes merge conflicts and fixes the problems in Comment 7 Sorry, follow-up patch does not apply on current master: fatal: sha1 information is lacking or useless (koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 12:22:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 10:22:05 +0000 Subject: [Koha-bugs] [Bug 19006] Nicer formatting of statistics tab in patron account In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19006 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 12:23:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 10:23:32 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com --- Comment #4 from Kyle M Hall --- What about the biblioitems table? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 12:34:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 10:34:12 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 Pete Edwards changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha at jsense.co.uk --- Comment #45 from Pete Edwards --- This change has broken my 'to_marc' plugin. Prior to this patch stage-marc-import.pl would read the input file with this routine: while (<$fh>) { s/^\s+//; s/\s+$//; $marcrecord.=$_; } And the marcrecord string would end up getting passed to the to_marc function in my plugin. Perhaps I was not using this as expected but this allowed me to import an Excel (xls) file which my plugin parsed using Spreadsheet::ParseExcel and then read to generate Marc records to be staged. The changes now cause the file to be read in ImportBatch::RecordsFromISO2709File and Marc records added to an array which is passed to the to_marc function. The reading routine is: while () { s/^\s+//; s/\s+$//; next unless $_; # skip if record has only whitespace, as might occur # if file includes newlines between each MARC record my ($marc_record, $charset_guessed, $char_errors) = MarcToUTF8Record($_, $marc_type, $encoding); push @marc_records, $marc_record; ... } So in my case I get an array of bad marc records. Two questions: 1. Was I doing something I shouldn't have been able to and this fix has not broken anything as sch - just done what it always intended? 2. Whatever the answer to the (1) it does seem to have changed the data being passed to to_marc from scalar to array - surely that could break other people's plugins? I have not been able to find much by way of documentation about to_marc plugins - am I missing something? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 12:41:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 10:41:00 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 --- Comment #5 from Kyle M Hall --- Created attachment 65456 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65456&action=edit Bug 19016 [Followup] - Fix bad column name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 13:08:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 11:08:04 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #46 from Pete Edwards --- I also realised that there has been a breaking change in the required return from the to_marc function. It used to return a scalar but must now be an array. There are plugins out there that are incompatible with this e.g.: https://github.com/bywatersolutions/koha-plugin-ris-importer/blob/master/Koha/Plugin/Com/ByWaterSolutions/ImportRIS.pm -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 14:18:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 12:18:22 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 14:19:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 12:19:43 +0000 Subject: [Koha-bugs] [Bug 19006] Nicer formatting of statistics tab in patron account In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19006 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 14:20:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 12:20:26 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 14:34:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 12:34:01 +0000 Subject: [Koha-bugs] [Bug 19030] New: We need to mantain the connection order <-> subscription that we create in basket creation Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19030 Bug ID: 19030 Summary: We need to mantain the connection order <-> subscription that we create in basket creation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: z.tajoli at cineca.it QA Contact: testopia at bugs.koha-community.org In table aqorders there is the fiedl 'aqorders.subscriptionid'. It is present because during creation of a basket if you add an order from a subscription, you register subscriptionid into aqorders.subscriptionid. But when I try to change data (price, change ratio, etc.) of order, using acqui/parcel.pl, the link to order doesn't send the subscriptionid param. So the value of subscriptionid is deleted in aqorders table and the connection is lost. The problem is described in the pdf file here attached and in this e-mail thread: https://lists.katipo.co.nz/pipermail/koha/2017-July/048475.html Probably we need: 1) A new C4::Acquisition function that gives suscriptionid connect with a specific odernumber 2)Changes in acqui/parcel.pl and in koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 14:36:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 12:36:17 +0000 Subject: [Koha-bugs] [Bug 19030] We need to mantain the connection order <-> subscription that we create in basket creation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19030 --- Comment #1 from Zeno Tajoli --- Created attachment 65457 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65457&action=edit Documentation of the bug -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 14:41:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 12:41:52 +0000 Subject: [Koha-bugs] [Bug 19030] We need to mantain the connection order <-> subscription that we create in basket creation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19030 --- Comment #2 from Zeno Tajoli --- Comment on attachment 65457 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65457 Documentation of the bug Pdf file written by Paul Pandian, pandian at imsc.res.in -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 15:35:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 13:35:03 +0000 Subject: [Koha-bugs] [Bug 18539] Forbid Koha::Objects->find calls in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18539 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64351|0 |1 is obsolete| | --- Comment #8 from Jonathan Druart --- Created attachment 65458 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65458&action=edit Bug 18539: remove occurrence in ReNewSubscription.t Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:04:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:04:04 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64217|0 |1 is obsolete| | Attachment #64220|0 |1 is obsolete| | Attachment #64222|0 |1 is obsolete| | Attachment #64223|0 |1 is obsolete| | Attachment #64224|0 |1 is obsolete| | Attachment #64225|0 |1 is obsolete| | Attachment #64226|0 |1 is obsolete| | Attachment #64227|0 |1 is obsolete| | Attachment #64228|0 |1 is obsolete| | --- Comment #60 from Kyle M Hall --- Created attachment 65459 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65459&action=edit Bug 14826 - Update database Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:04:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:04:13 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #61 from Kyle M Hall --- Created attachment 65460 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65460&action=edit Bug 14826 - Add Koha modules for offsets Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:04:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:04:18 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #62 from Kyle M Hall --- Created attachment 65461 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65461&action=edit Bug 14826 - Resurrect account offsets table The account offsets table should be used to track increments and decrements of fines via payments and credits, as well as fine accruals. It should be able to match fees to payments and visa versa, so we can know which fee was paid by a given payment, and which payments applied to a given fee. Test Plan: 1) Apply this patch 2) Run updatedatabase 3) Note the table accountoffsets has been renamed to account_offsets 4) Ensure fine generation creates offsets 5) Ensure creating a manual invoice creates an offset 6) Ensure a lost item charge creates an offset 7) Ensure Reverse Payment creates an offset 8) Ensure a payment creates an offset 9) Ensure a payment for multiple fees creates an offset for each 10) Ensure writeoffs create offsets Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:04:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:04:22 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #63 from Kyle M Hall --- Created attachment 65462 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65462&action=edit Bug 14826 - Unit Tests Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:04:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:04:26 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #64 from Kyle M Hall --- Created attachment 65463 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65463&action=edit Bug 14826 - Remove old offset table schema file Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:04:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:04:31 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #65 from Kyle M Hall --- Created attachment 65464 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65464&action=edit Bug 14826 - Add new offset table schema file Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:04:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:04:35 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #66 from Kyle M Hall --- Created attachment 65465 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65465&action=edit Bug 14826 - Add offset for rental fees Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:04:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:04:39 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #67 from Kyle M Hall --- Created attachment 65466 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65466&action=edit Bug 14826 - Add unit tests for _FixAccountForLostAndReturned and _FixOverduesOnReturn -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:04:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:04:43 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #68 from Kyle M Hall --- Created attachment 65467 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65467&action=edit Bug 14826 - Update existing schema files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:06:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:06:53 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #47 from Jonathan Druart --- Hi Pete, Plugins are not maintained by the Koha community, you should contact the author of the plugins directly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:07:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:07:27 +0000 Subject: [Koha-bugs] [Bug 18790] Add ability to void payments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:07:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:07:29 +0000 Subject: [Koha-bugs] [Bug 18790] Add ability to void payments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64210|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall --- Created attachment 65468 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65468&action=edit Bug 18790 - Add ability to void payments We've had the ability to 'reverse' a payment for a long time, but it would be much better if we had a true void payment function that replaces the paid amounts into the fee so that it appears as if the payment was never made. Test Plan: 1) Apply this patch and dependent patches 2) Run updatedatabase.pl 3) Create some fines 4) Pay those fines 5) Use the new 'void' button to void the payments 6) Note the fines were restored to their pre-payment amounts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:08:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:08:10 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #48 from Tom?s Cohen Arazi --- (In reply to Jonathan Druart from comment #47) > Hi Pete, > Plugins are not maintained by the Koha community, you should contact the > author of the plugins directly. Jonathan is right, you should file an issue there: https://github.com/bywatersolutions/koha-plugin-ris-importer/issues -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:26:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:26:38 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 --- Comment #6 from Jonathan Druart --- (In reply to Kyle M Hall from comment #4) > What about the biblioitems table? I have no idea what to do with biblioitems. What do you think about the second patch? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:35:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:35:41 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #49 from Pete Edwards --- Thanks for the responses but I don't think you quite understood my point. I only gave the specific instance as an example of someone else who would be affected by this patch but I don't use that one. I have written a plugin myself that is now broken because of this change. How does a plugin author find out when you may a change to koha that breaks plugins? I am saying that both the internal assumptions made in this patch and the types of input and output parameters have changed so all plugins using the to_marc method will have broken. I didn't see anything in the release notes notifying people that there was an API change. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:41:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:41:21 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #50 from Tom?s Cohen Arazi --- (In reply to Pete Edwards from comment #49) > Thanks for the responses but I don't think you quite understood my point. I > only gave the specific instance as an example of someone else who would be > affected by this patch but I don't use that one. > > I have written a plugin myself that is now broken because of this change. > How does a plugin author find out when you may a change to koha that breaks > plugins? I am saying that both the internal assumptions made in this patch > and the types of input and output parameters have changed so all plugins > using the to_marc method will have broken. I didn't see anything in the > release notes notifying people that there was an API change. So this is a development/comunication workflow question. Please raise this on the koha-devel mailing list instead. If you have suggestions, then it can be formally proposed to be discussed on a IRC dev meeting. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:53:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:53:01 +0000 Subject: [Koha-bugs] [Bug 17438] Warnings from Business::ISBN::Data in webinstaller In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17438 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=12063 --- Comment #4 from Marc V?ron --- Reproduced while updating an older VM from 16.12.00.22 to 17.06.00.003, same result as in comment #3 (update to 16.12.00.032) Business::ISBN was 2.09 Restored VM, updated Business:ISBN to 3.004, installed Business::Data, then tried again, same result. Update to 16.12.00.032 is related to Bug 12063 - Update reserves.expirationdate 16.12.00.032 is in updatedatabase.pl line 14354 following. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:53:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:53:01 +0000 Subject: [Koha-bugs] [Bug 12063] Change date calculation for reserve expiration to skip all holidays In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12063 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=17438 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 16:57:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 14:57:05 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #51 from Pete Edwards --- OK - I see the point about most of my question and will raise it on devel. But, isn't this the correct place to point out when a patch causes a regression problem. It is breaking an existing API. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:01:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:01:41 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #52 from Tom?s Cohen Arazi --- (In reply to Pete Edwards from comment #51) > OK - I see the point about most of my question and will raise it on devel. > But, isn't this the correct place to point out when a patch causes a > regression problem. It is breaking an existing API. There are a couple options for you on this issue: - File a bug explaining the regression and requesting it to be fixed. You need to set the 'depends on' field to this bug number. Beware that others migt consider the change is ok and close the bug as WORKSFORME. API changes are not usually considered a bug, but an enhancement. But this is just a matter of discussing (dis)advantages and reaching a middle ground. If there's a regression it is always a good practice to provide a regression test patch. - Comment on koha-devel the 'general' situation, in which there's an API change that should be better explained on the release notes. Which I would agree with BTW. Looking forward to this discussion! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:07:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:07:17 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #53 from Jonathan Druart --- (In reply to Pete Edwards from comment #51) > OK - I see the point about most of my question and will raise it on devel. > But, isn't this the correct place to point out when a patch causes a > regression problem. It is breaking an existing API. The codebase is moving very fast, the legacy code is removed and replaced with oop. Since the community is not maintaining the plugins and some are not publicly released, it is hard to know what changes will break something. I guess the answer would be to suggest plugin's authors to write tests in order to catch these regressions and then to provide a new version of the plugin. Another answer would be to contribute to the codebase instead of writing plugins ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:21:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:21:19 +0000 Subject: [Koha-bugs] [Bug 17661] Differences in whitespace cause duplicate facets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17661 Sally Healey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:36:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:36:28 +0000 Subject: [Koha-bugs] [Bug 15524] Set limit on maximum possible holds per patron by category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15524 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #7 from Owen Leonard --- In my test I set the hold limit for DVDs to 10, and the "Maximum total holds allowed (count)" for patron type "Juvenile" to 5. I placed holds for a patron with that patron category until the number exceeded 5 and then exceeded 10. Neither hold limit appears to be working. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:36:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:36:59 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63475|0 |1 is obsolete| | --- Comment #56 from Alex Sassmannshausen --- Created attachment 65469 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65469&action=edit Bug 7317: Bugfix: remove `my` statements & dereference. * Koha/Illrequest.pm (available_backends): Remove incorrect `my` statements for @backends variable. (custom_capability): Explicitly dereference `$self->capabilities`. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:38:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:38:53 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #57 from Alex Sassmannshausen --- Created attachment 65470 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65470&action=edit Bug 7317: Switch to borrowername from borrowernumber -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:39:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:39:02 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #58 from Alex Sassmannshausen --- Created attachment 65471 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65471&action=edit Bug 7317: Add date requested to OPAC requests table. * koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt: Add request.placed to requests output table. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:39:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:39:08 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #59 from Alex Sassmannshausen --- Created attachment 65472 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65472&action=edit Bug 7317: Add ILLModuleCopyrightClearance syspref. * installer/data/mysql/atomicupdate/ill_tables.sql: Add default syspref for upgrade. * installer/data/mysql/sysprefs.sql: Add default syspref for new installs. * koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref: Define syspref in UI. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:39:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:39:21 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #61 from Alex Sassmannshausen --- Created attachment 65474 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65474&action=edit Bug 7317: Implement generic optional capability system. * Koha/Illrequest.pm (_backend_capability): New method. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:39:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:39:28 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #62 from Alex Sassmannshausen --- Created attachment 65475 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65475&action=edit Bug 7317: Fix _limit_counter. * Koha/Illrequest.pm (_limit_counter): Update SQL logic. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:39:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:39:15 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #60 from Alex Sassmannshausen --- Created attachment 65473 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65473&action=edit Bug 7317: Add generic Copyright Clearance functionality. * Koha/Illrequest.pm (backend_create): Consider Copyright Clearance syspref. * koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt: Display Copyright Clearance information. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:39:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:39:35 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #63 from Alex Sassmannshausen --- Created attachment 65476 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65476&action=edit Bug 7317: Pass full ILL configuration along within config. * Koha/Illrequest/Config.pm (_load_configuration): Store full ILL configuration for export. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:41:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:41:51 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #21 from Jonathan Druart --- Not related with the current discussion, but found an error in the current patch: +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basket.tt @@ -1,4 +1,6 @@ -[% INCLUDE csv_headers/acqui/basket.tt %] +[%- INCLUDE csv_headers/acqui/basket.tt -%] +[% INCLUDE empty_line.inc -%] last line should be +[%- INCLUDE empty_line.inc -%] -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:52:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:52:27 +0000 Subject: [Koha-bugs] [Bug 13374] AllowHoldsOnPatronsPossessions not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13374 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:52:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:52:29 +0000 Subject: [Koha-bugs] [Bug 13374] AllowHoldsOnPatronsPossessions not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13374 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65158|0 |1 is obsolete| | --- Comment #5 from Owen Leonard --- Created attachment 65477 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65477&action=edit [SIGNED-OFF] Bug 13374 - AllowHoldsOnPatronsPossessions not working Test Plan: 1) Set AllowHoldsOnPatronsPossessions to "Don't" 2) Check out an item to a patron 3) Place a hold on that item for the same patron 4) Note you are allowed to with no alert 5) Delete the hold 6) Apply this patch 7) Place a hold on that item for the same patron 8) Note you recieve an alert now Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 17:54:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 15:54:26 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #22 from Marc V?ron --- Created attachment 65478 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65478&action=edit Bug 18331: Force tt to insert newline to empty_line.inc See end of comment #4 and IRC: http://irc.koha-community.org/koha/2017-08-03#i_1958062 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 18:03:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 16:03:29 +0000 Subject: [Koha-bugs] [Bug 17182] Allow Keyword to MARC mapping for acquisitions searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17182 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 18:03:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 16:03:32 +0000 Subject: [Koha-bugs] [Bug 17182] Allow Keyword to MARC mapping for acquisitions searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17182 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65101|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 65479 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65479&action=edit [SIGNED-OFF] Bug 17182 - Allow Keyword to MARC mapping for acquisitions searches This patchset adds the 'subtitle' field to the results display on acquistions search for adding an order form an existing item. Any field mapped to 'subtitle' in 'Keyword to MARC mapping' will be fetched and displayed in the results To test: 1 - Perform an acquisitions search for existing record 2 - Note record subtitles are not displayed 3 - Map 245$b and 245$n to 'subtitle' in 'Keyword to MARC mapping' 4 - Note they are still not displayed ion acq results 5 - Apply patch 6 - subtitle fields should now display Sponsored by: Round Rock Public Library Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 18:30:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 16:30:21 +0000 Subject: [Koha-bugs] [Bug 18937] Limit the number of entries to print for larger lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18937 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from Owen Leonard --- I tried this with a list which has 281 items and it didn't seem to be working. When I printed the list I got the whole thing. I'm not sure this is the right solution anyway... Won't this be confusing to the user? Sometimes they get the whole list and sometimes they don't? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 19:20:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 17:20:44 +0000 Subject: [Koha-bugs] [Bug 19028] Add 'shelving location' to holdings table in detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19028 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 65480 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65480&action=edit Bug 19028: Add OPACLocationOnDetail syspref This patch renames the 'OpacLocationBranchToDisplayShelving' syspref into 'OPACLocationOnDetail' and adds it a fourth option, 'column', that makes the OPAC display shelving location on a separate column, instead of the library names (home, holding or both). Sponsored-by: Dover -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 19:20:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 17:20:51 +0000 Subject: [Koha-bugs] [Bug 19028] Add 'shelving location' to holdings table in detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19028 --- Comment #2 from Tom?s Cohen Arazi --- Created attachment 65481 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65481&action=edit Bug 19028: Add 'shelving location' to holdings table in detail page This patch adds the option to show shelving locations on a separate column. This is controlled by a new syspref, 'OPACLocationOnDetail', which replaces 'OpacLocationBranchToDisplayShelving', adding a conveniente 'column' option. The new 'Shelving location' column is conveniently added to the columns configuration entry added by bug 16759 for this purpose. The current behaviour is preserved. To test: - Apply this patches - Run the upgrade: $ sudo koha-shell kohadev k$ cd kohaclone k$ perl installer/data/mysql/updatedatabase.pl => SUCCESS: Upgrade doesn't fail - Have an item with shelving location set to something not void - Have the item set home and holding libraries for testing purposes. - Set 'OpacLocationBranchToDisplay' to 'home and holding libraries' [*] - Visit the OPAC detail page for the record containing the item => SUCCESS: Both home and holding libraries are displayed. - Loop through all OPACLocationOnDetail options (except from 'column', we leave it for later). => SUCCESS: Works as expected. - Go to Administration > Columns settings - Make item_shelving_location available in the OPAC section - Reload the OPAC detail page => SUCCESS: No change - Set OPACLocationOnDetail to 'on a separate column' - Reload the OPAC detail page => SUCCESS: Shelving location is displayed on a separate column - Sign off :-D Sponsored-by: Dover [*] For testing purposes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 19:22:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 17:22:04 +0000 Subject: [Koha-bugs] [Bug 19028] Add 'shelving location' to holdings table in detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19028 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |katrin.fischer at bsz-bw.de, | |oleonard at myacpl.org, | |wizzyrea at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 19:46:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 17:46:58 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 --- Comment #4 from Tom?s Cohen Arazi --- (In reply to Owen Leonard from comment #3) > This patch works well for me and I'd be ready to sign off on it. That's great! > This feature may make it more desirable to have shelving location in a > separate location, but I don't have a strong opinion about it. I filed a separate bug for it to simplify testing. Please check bug 19028. > I think it would be nice to transition from the system preferences, but I > think it could be handled in separate follow-up bugs. > > I think that we should not use js-based column configuration to hide > anything which is sensitive information (OPACShowCheckoutName is the one > that comes to mind), and let no-js users see the full table. I agree, that was the main idea behind the approach. I'm about to add a followup for OPACShowBarcode. And am all ears for other sysprefs removal. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 19:47:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 17:47:18 +0000 Subject: [Koha-bugs] [Bug 19031] New: Purchase Suggestion Submission Notice Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19031 Bug ID: 19031 Summary: Purchase Suggestion Submission Notice Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs at lists.koha-community.org Reporter: ldjamison at marywood.edu QA Contact: testopia at bugs.koha-community.org Currently there are notices for purchase suggestions being accepted, available, ordered, and rejected that are sent to the requesting patron. It would be useful to be able to have a notice sent to a staff member/librarian (might be useful to have a syspref to enter email address if different than Koha admin email) when a patron submits a purchase suggestion. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 3 21:17:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 19:17:34 +0000 Subject: [Koha-bugs] [Bug 19031] Purchase Suggestion Submission Notice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19031 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |ldjamison at marywood.edu |ity.org | Status|NEW |ASSIGNED --- Comment #1 from Lee Jamison --- To clarify, this is in regards to a notice being sent to a specified email address at the time a patron submits a purchase suggestion through opac-suggestions.pl -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 00:26:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 22:26:12 +0000 Subject: [Koha-bugs] [Bug 14039] Add patron title to checkout screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14039 --- Comment #17 from David Roberts --- Created attachment 65482 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65482&action=edit Add patron salutation to checkout screen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 00:28:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 22:28:49 +0000 Subject: [Koha-bugs] [Bug 14039] Add patron title to checkout screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14039 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #18 from David Roberts --- Thanks Katrin, I've made this change. The test plan is now: 1) Install this patch. 2) Ensure a user has a salutation (Mr, Dr, Miss etc) set, and checkout an item to this user. In the area above the barcode box, the patron's title should display, e.g: Checking out to Mr John Doe (0001). 3) Add .patron-title { display: none; } to IntranetUserCSS Check that the patron title no longer displays 4) With a user without a salutation, check that no errors display on checkout. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 00:32:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 03 Aug 2017 22:32:33 +0000 Subject: [Koha-bugs] [Bug 14039] Add patron title to checkout screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14039 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64077|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 04:15:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 02:15:42 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #58 from M. Tompsett --- To test all the EmbedItemsInMarcBiblio calls: prove t/db_dependent/Biblio.t prove t/db_dependent/Record/marcrecord2csv.t prove t/db_dependent/Koha/BiblioUtils/Iterator.t prove t/db_dependent/Exporter/Record.t ./misc/migration_tools/build_oai_sets.pl -i And catalog any new item in the staff client. I did a new from Z39.50. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 06:08:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 04:08:08 +0000 Subject: [Koha-bugs] [Bug 19033] XSS Flaws in Currencies and exchange page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19033 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Koha security |Koha Component|Koha |System Administration Group|Koha security | CC| |gmcharlt at gmail.com QA Contact| |testopia at bugs.koha-communit | |y.org Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 06:12:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 04:12:02 +0000 Subject: [Koha-bugs] [Bug 19033] XSS Flaws in Currencies and exchange page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19033 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amitddng135 at gmail.com --- Comment #1 from Amit Gupta --- Created attachment 65483 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65483&action=edit Screenhot XSS currenices page XSS issue in the Currencies and exchange page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 06:19:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 04:19:43 +0000 Subject: [Koha-bugs] [Bug 19033] XSS Flaws in Currencies and exchange page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19033 --- Comment #2 from Amit Gupta --- Created attachment 65484 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65484&action=edit Bug 19033 - XSS Flaws in Currencies and exchange page 1. Hit /cgi-bin/koha/admin/currency.pl 2. Enter search currencies box. 3. Notice the iframe is executed. 4. Apply patch. 5. Reload page, and enter iframe again on search currencies box. 6. Notice it is no longer executed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 06:20:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 04:20:00 +0000 Subject: [Koha-bugs] [Bug 19033] XSS Flaws in Currencies and exchange page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19033 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 06:27:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 04:27:03 +0000 Subject: [Koha-bugs] [Bug 19034] New: XSS Flaws in- Cities - Z39.50/ SRU servers administration - Patron categories pages Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19034 Bug ID: 19034 Summary: XSS Flaws in- Cities - Z39.50/SRU servers administration - Patron categories pages Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: amitddng135 at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com XSS Flaws in- Cities - Z39.50/SRU servers administration - Patron categories pages -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 06:27:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 04:27:18 +0000 Subject: [Koha-bugs] [Bug 19034] XSS Flaws in- Cities - Z39.50/ SRU servers administration - Patron categories pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19034 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |amitddng135 at gmail.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 07:15:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 05:15:03 +0000 Subject: [Koha-bugs] [Bug 19031] Purchase Suggestion Submission Notice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19031 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- I wonder if it would be better to use the library's e-mail address when a branch is set on the notification. This way this would work better for multi-branch systems. When no branch is set, email the general address. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 07:17:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 05:17:35 +0000 Subject: [Koha-bugs] [Bug 19034] XSS Flaws in- Cities - Z39.50/ SRU servers administration - Patron categories pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19034 --- Comment #1 from Amit Gupta --- Created attachment 65485 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65485&action=edit Bug 19034 - XSS Flaws in Patron categories pages 1. Hit /cgi-bin/koha/admin/categories.pl 2. Enter search patron categories box. 3. Notice the iframe is executed. 4. Apply patch. 5. Reload page, and enter iframe again on search patron categories box. 6. Notice it is no longer executed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 07:18:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 05:18:40 +0000 Subject: [Koha-bugs] [Bug 19034] XSS Flaws in- Cities - Z39.50/ SRU servers administration - Patron categories pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19034 --- Comment #2 from Amit Gupta --- Created attachment 65486 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65486&action=edit Bug 19034 - XSS Flaws in Cities 1. Hit /cgi-bin/koha/admin/cities.pl 2. Enter search cities box. 3. Notice the iframe is executed. 4. Apply patch. 5. Reload page, and enter iframe again on search cities box. 6. Notice it is no longer executed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 07:19:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 05:19:39 +0000 Subject: [Koha-bugs] [Bug 19034] XSS Flaws in- Cities - Z39.50/ SRU servers administration - Patron categories pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19034 --- Comment #3 from Amit Gupta --- Created attachment 65487 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65487&action=edit Bug 19034 - XSS Flaws in - Z39.50/SRU servers administration 1. Hit /cgi-bin/koha/admin/z3950servers.pl 2. Enter search Z39.50/SRU servers box. 3. Notice the iframe is executed. 4. Apply patch. 5. Reload page, and enter iframe again on search Z39.50/SRU servers box. 6. Notice it is no longer executed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 07:19:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 05:19:51 +0000 Subject: [Koha-bugs] [Bug 19034] XSS Flaws in- Cities - Z39.50/ SRU servers administration - Patron categories pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19034 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 07:51:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 05:51:52 +0000 Subject: [Koha-bugs] [Bug 18649] Translatability: Get rid of tt directive in translation for admin/ categories.tt and onboardingstep2.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18649 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #28 from Marcel de Rooy --- >From an earlier comment: Note that the trailing IF does not increase readability. I am not in favor of the original patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 08:17:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 06:17:53 +0000 Subject: [Koha-bugs] [Bug 18754] Translatability: Get rid of exposed tt directives in opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org, | |m.de.rooy at rijksmuseum.nl --- Comment #5 from Marcel de Rooy --- I am wondering if constructions like those below should be considered as improvements to the template (recognizing translation benefits). But as always, we have to find some balance. [% IF ( collectionvolume ) %] [% ' ; ' _ collectionvolume %] [% END %] [% ' ( ' _ (itemloop.size || 0) _ ' )' %] Another QA/RM opinion please. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 08:19:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 06:19:00 +0000 Subject: [Koha-bugs] [Bug 18754] Translatability: Get rid of exposed tt directives in opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754 --- Comment #6 from Marcel de Rooy --- Given the number of hard-to-read lines, I would not mark this one as trivial btw. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 08:28:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 06:28:01 +0000 Subject: [Koha-bugs] [Bug 18802] Circulation.t fails if finesMode != "Do not calculate" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18802 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 08:28:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 06:28:04 +0000 Subject: [Koha-bugs] [Bug 18802] Circulation.t fails if finesMode != "Do not calculate" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18802 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65375|0 |1 is obsolete| | --- Comment #8 from Marcel de Rooy --- Created attachment 65488 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65488&action=edit Bug 18802: Fix Circulation.t if finesMode ne 'production' If finesMode is not set to production, only 1 fine will be created (the renewal one will not). This is what assumes the tests. If set to 'production', the tests will fail because the fines will not be deleted (because of the DBIx::Class) warning. Now we mock the value before charging. prove t/db_dependent/Circulation.t t/db_dependent/Circulation.t .. 16/95 DBIx::Class::Storage::DBI::select_single(): Query returned more than one row. SQL that returns multiple rows is DEPRECATED for ->find and ->single at t/db_dependent/Circulation.t line 491 t/db_dependent/Circulation.t .. 56/95 # Failed test 'Can auto renew, OPACFineNoRenewals=10, patron has 10' # at t/db_dependent/Circulation.t line 670. # got: 'auto_too_much_oweing' # expected: 'auto_renew' # Looks like you failed 1 test of 6. Test plan: prove t/db_dependent/Circulation.t should return green whatever the value of finesMode Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 08:29:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 06:29:20 +0000 Subject: [Koha-bugs] [Bug 18802] Circulation.t fails if finesMode != "Do not calculate" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18802 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | CC| |m.de.rooy at rijksmuseum.nl --- Comment #9 from Marcel de Rooy --- (In reply to Nick Clemens from comment #6) > Wouldn't it be better to mock the pref and test both secnarios? Test now only uses production. But as I understand, the focus of this test is on the renewal side, not the fines. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 08:37:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 06:37:14 +0000 Subject: [Koha-bugs] [Bug 13374] AllowHoldsOnPatronsPossessions not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13374 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 08:37:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 06:37:16 +0000 Subject: [Koha-bugs] [Bug 13374] AllowHoldsOnPatronsPossessions not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13374 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65477|0 |1 is obsolete| | --- Comment #6 from Marcel de Rooy --- Created attachment 65489 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65489&action=edit Bug 13374 - AllowHoldsOnPatronsPossessions not working Test Plan: 1) Set AllowHoldsOnPatronsPossessions to "Don't" 2) Check out an item to a patron 3) Place a hold on that item for the same patron 4) Note you are allowed to with no alert 5) Delete the hold 6) Apply this patch 7) Place a hold on that item for the same patron 8) Note you recieve an alert now Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 08:38:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 06:38:18 +0000 Subject: [Koha-bugs] [Bug 13374] AllowHoldsOnPatronsPossessions not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13374 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Version|3.16 |master CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 09:10:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 07:10:42 +0000 Subject: [Koha-bugs] [Bug 6758] Capture membership renewal date for reporting purposes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6758 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 09:10:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 07:10:45 +0000 Subject: [Koha-bugs] [Bug 6758] Capture membership renewal date for reporting purposes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6758 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62929|0 |1 is obsolete| | --- Comment #10 from Marcel de Rooy --- Created attachment 65490 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65490&action=edit Bug 6758: Add new patron column for date of renewal Test Plan: 1) Apply this patch 2) Run updatedatabase 3) Create a new patron 4) Note the new column date_renewed is NULL 5) Renew the patron 6) Note the date in the column date_renewed is today's date Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 09:10:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 07:10:50 +0000 Subject: [Koha-bugs] [Bug 6758] Capture membership renewal date for reporting purposes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6758 --- Comment #11 from Marcel de Rooy --- Created attachment 65491 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65491&action=edit Bug 6758: DBIx schema changes Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 09:10:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 07:10:54 +0000 Subject: [Koha-bugs] [Bug 6758] Capture membership renewal date for reporting purposes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6758 --- Comment #12 from Marcel de Rooy --- Created attachment 65492 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65492&action=edit Bug 6758: [QA Follow-up] Typo and field order In the borrowers table lang is added with 16.12.00.033 after lastseen and login_attempts is added with 16.12.00.037 after lastseen (so inserted BEFORE lang). This makes kohastructure.sql reflect that too in line with the DBIx schema changes. (Same for deletedborrowers.) Typo popular resolved. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 09:11:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 07:11:08 +0000 Subject: [Koha-bugs] [Bug 6758] Capture membership renewal date for reporting purposes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6758 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Patch complexity|Medium patch |Small patch -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 09:34:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 07:34:59 +0000 Subject: [Koha-bugs] [Bug 18344] Allow overdue fines cap at replacement price, and cap by amount to work together In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18344 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | CC| |m.de.rooy at rijksmuseum.nl Patch complexity|Trivial patch |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 09:37:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 07:37:43 +0000 Subject: [Koha-bugs] [Bug 18344] Allow overdue fines cap at replacement price, and cap by amount to work together In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18344 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62190|0 |1 is obsolete| | --- Comment #4 from Marcel de Rooy --- Created attachment 65493 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65493&action=edit Bug 18344 - Allow overdue fines cap at replacement price, and cap by amount to work together There is no reason that a library shouldn't be able to use the monetary fines cap and the replacement price cap at the same time. The code is written in such a way that they already work harmoniously. We have librarians who wish to use both so they can set a high cap of $10.00 but also use the replacement price cap so that a $20.00 book would only get a fine of $10.00, but a $5.00 paperback will only get a fine of $5.00 Test Plan: 1) Apply this patch 2) Create a rule with a fines cap of $10, *and* a cap at replacement price, and a daily fine of $1 3) Create two items, one with a replacement price of $5 and one with a replacement price of $15 4) Check out these items to a patron, backdate the checkouts so they are already overdue by a couple months 5) Check the items in ( make sure calc fine at checkin is enabled for you ) 6) Note the one item has a fine of $5 and the other has a fine of $10! Signed-off-by: David Kuhn Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 09:39:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 07:39:11 +0000 Subject: [Koha-bugs] [Bug 18344] Allow overdue fines cap at replacement price, and cap by amount to work together In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18344 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Marcel de Rooy --- Looks good to me. But I do like to see a test like the one in your test plan added to CalcFine.t too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 09:56:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 07:56:56 +0000 Subject: [Koha-bugs] [Bug 18754] Translatability: Get rid of exposed tt directives in opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754 --- Comment #7 from Marc V?ron --- (In reply to Marcel de Rooy from comment #6) > Given the number of hard-to-read lines, I would not mark this one as trivial > btw. Who can better deal with code - translators or developers? We should avoid to expose code or code fragents to translators IMO, otherwise we risk that translators break something. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 10:12:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 08:12:13 +0000 Subject: [Koha-bugs] [Bug 18649] Translatability: Get rid of tt directive in translation for admin/ categories.tt and onboardingstep2.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18649 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED --- Comment #29 from Marc V?ron --- (In reply to Marcel de Rooy from comment #28) > From an earlier comment: > Note that the trailing IF does not increase readability. > I am not in favor of the original patch. OK, I will rewrite it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 10:12:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 08:12:41 +0000 Subject: [Koha-bugs] [Bug 18649] Translatability: Get rid of tt directive in translation for admin/ categories.tt and onboardingstep2.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18649 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64079|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 11:01:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 09:01:17 +0000 Subject: [Koha-bugs] [Bug 18649] Translatability: Get rid of tt directive in translation for admin/ categories.tt and onboardingstep2.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18649 --- Comment #30 from Marc V?ron --- Created attachment 65494 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65494&action=edit Bug 18649: (New patch) Translatability: Get rid of tt directive in translation for admin/categories.tt and onboardingstep2.tt New patch without trailing IF construction in tt directives as requested in comment #28 To test: Verify that translation tool no longer shows tt directives as described in comment #1 New patch, needs SO. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 11:02:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 09:02:09 +0000 Subject: [Koha-bugs] [Bug 18649] Translatability: Get rid of tt directive in translation for admin/ categories.tt and onboardingstep2.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18649 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 11:25:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 09:25:58 +0000 Subject: [Koha-bugs] [Bug 18472] Add system preferences to manage online help system In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18472 --- Comment #24 from Marc V?ron --- Still applies on current master. BTW: This bug is only about enabling / disabling the current help system and, if enabled, allow or disallow editing. Disabling the edit functionality is a long outstanding issue, because it does not work out of the box. Additionaly it prepares the possibility to implement an alternative help system. That's why I will copy parts of the comments to Bug 18483 - Customised help: Enhance staff client with news based, easily editable help system -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 11:27:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 09:27:59 +0000 Subject: [Koha-bugs] [Bug 18483] Customised help: Enhance staff client with news based, easily editable help system In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18483 --- Comment #21 from Marc V?ron --- Comments from Bug 18472 regarding this enhancement: (In reply to Marcel de Rooy from comment #20) > (In reply to Jonathan Druart from comment #19) > > I personally do not think it is a good idea, I'd like to get other QAers > > point of view. > > At first glance, I would think so too. But I did not study all code changes. > > Marc: Could you convince the QA team why this is a good idea? What is the > impact on the news module itself? Need: - Having a user editable, page aware help system is a long outstanding need. First time I was asked for goes back to 2012. - We have libraries interested in Koha who ask for in their requirements. - Writing a brand new help module would take a lot of time. And who would fund it? User: - The news system works very well and libraries are used to use it. The help additons introduced in Bug 18483 enhances the news system to host custom help as well. - From a user standpoint it is easy to use, you can add whatever you want / need as help. All the benefits of the news system can be used. Custom help items can easyly be added / edited. - It can be turned on and off (combined with the existing file based help system or 'standalone'). This Bug 18472 is the basis for turning on and off and/or add additional help systems. - There is no change in behavior of news and file based help system if turned off (however this patch allows to turn off the edit function of the existing file based help system). Impact: - In Bug 18483, I paid great attention to have a minimal impact on existing code. No changes in .pm files were needed. - There is a small database change to have a field to host the page key if a news item is used as help item. Things to come: - Since the news system works for both staff client and OPAC it will be easy to implement the editable help for OPAC as well (Bug 18515) So I kindly ask for Bug 18472 and Bug 18483 to make part of Koha. Marc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 11:49:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 09:49:05 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 --- Comment #10 from Marc V?ron --- (In reply to Marc V?ron from comment #9) > (In reply to Aleisha Amohia from comment #8) > > Created attachment 63903 [details] [review] [review] > > Bug 12691: [FOLLOW-UP] Follow-up patch > > > > This patch fixes merge conflicts and fixes the problems in Comment 7 > > Sorry, follow-up patch does not apply on current master: > > fatal: sha1 information is lacking or useless > (koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt). Sorry, i mistaked, it is the first patch that does not apply. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 12:27:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 10:27:30 +0000 Subject: [Koha-bugs] [Bug 10708] make fine receipt customizable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10708 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barton at bywatersolutions.com --- Comment #6 from Katrin Fischer --- *** Bug 17525 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 12:27:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 10:27:30 +0000 Subject: [Koha-bugs] [Bug 17525] Fines receipt should be implemented as a SLIP under notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17525 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 10708 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 12:29:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 10:29:00 +0000 Subject: [Koha-bugs] [Bug 9599] printable work slip on receive in acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9599 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 12:28:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 10:28:53 +0000 Subject: [Koha-bugs] [Bug 9599] printable work slip on receive in acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9599 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |ASSIGNED --- Comment #5 from Katrin Fischer --- Moving out of "in Discussion" - I think it was good to get more information - thx Sandre! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 12:35:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 10:35:03 +0000 Subject: [Koha-bugs] [Bug 19036] New: Numer payment receipts / payment slips Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19036 Bug ID: 19036 Summary: Numer payment receipts / payment slips Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com In some areas it's required to sequentially number payment slips / receipts. At the moment this is not easily possible in Koha, as we don't have a sequential internal number for the payments, but will hopefully be possible in some point in the future with the work on the Accounts module. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 13:42:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 11:42:47 +0000 Subject: [Koha-bugs] [Bug 18754] Translatability: Get rid of exposed tt directives in opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754 --- Comment #8 from Owen Leonard --- I would vote for added complexity in the templates in order to make translation easier. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 14:19:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 12:19:26 +0000 Subject: [Koha-bugs] [Bug 18649] Translatability: Get rid of tt directive in translation for admin/ categories.tt and onboardingstep2.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18649 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 14:19:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 12:19:29 +0000 Subject: [Koha-bugs] [Bug 18649] Translatability: Get rid of tt directive in translation for admin/ categories.tt and onboardingstep2.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18649 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65494|0 |1 is obsolete| | --- Comment #31 from Owen Leonard --- Created attachment 65495 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65495&action=edit [SIGNED-OFF] Bug 18649: (New patch) Translatability: Get rid of tt directive in translation for admin/categories.tt and onboardingstep2.tt New patch without trailing IF construction in tt directives as requested in comment #28 To test: Verify that translation tool no longer shows tt directives as described in comment #1 New patch, needs SO. Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 14:23:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 12:23:48 +0000 Subject: [Koha-bugs] [Bug 14039] Add patron title to checkout screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14039 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 14:23:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 12:23:50 +0000 Subject: [Koha-bugs] [Bug 14039] Add patron title to checkout screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14039 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65482|0 |1 is obsolete| | --- Comment #19 from Owen Leonard --- Created attachment 65496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65496&action=edit [SIGNED-OFF] Add patron salutation to checkout screen https://bugs.koha-community.org/show_bug.cgi?id=14039 Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 14:23:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 12:23:46 +0000 Subject: [Koha-bugs] [Bug 19037] New: Circulation and fine rules test tool Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 Bug ID: 19037 Summary: Circulation and fine rules test tool Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: lari.taskula at jns.fi QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Add a test tool for circulation and fine rules. The point of the tool is to display the effective issuing rule that matches item, patron and branch. Add a REST API endpoint to query effective issuing rules by given parameters. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 14:23:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 12:23:53 +0000 Subject: [Koha-bugs] [Bug 19037] Circulation and fine rules test tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |lari.taskula at jns.fi |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 14:24:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 12:24:29 +0000 Subject: [Koha-bugs] [Bug 19037] Circulation and fine rules test tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 --- Comment #1 from Lari Taskula --- Created attachment 65497 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65497&action=edit example screenshot -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 14:31:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 12:31:06 +0000 Subject: [Koha-bugs] [Bug 19037] Circulation and fine rules test tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 --- Comment #2 from Lari Taskula --- This has been implement but needs a rebase to be suitable for applying on master. It uses REST API and requires Bug 18137. Code of our current implementation for the API endpoint is here https://github.com/KohaSuomi/Koha/commit/fc9f92651a39bf371cfde10fd46abdeb81e212ec ...and the GUI here https://github.com/KohaSuomi/Koha/commit/d089582e32d98fcd82e544b8a51aedcb7da3ba90 Attached a screenshot so you can see how it looks. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 14:32:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 12:32:32 +0000 Subject: [Koha-bugs] [Bug 19017] Script that checks and transforms SMS alert numbers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19017 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65396|0 |1 is obsolete| | --- Comment #3 from Alex Arnaud --- Created attachment 65498 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65498&action=edit Checks and transform SMS alert number This patch adds a new package C4::SMSNumber::Fr (new ones could be added for other countries) and a scrip (misc/check_smsalertnumber.pl): check_smsalertnumber.pl -a|--area fr [-h|--help] [-c|--confirm] [-o|--country-option] [-l|--liste-mode] Test plan #1: - Create or modify patrons and add some SMS alert numbers like: 06 98 35 72 28, 0656871221, +336-01-55-83-11, 0033 6.23.54.54.00, 0126698376 - launch perl misc/check_smsalertnumber.pl -a Fr - Transformation proposal should be like: - 06 98 35 72 28 => 0698357228, - 0656871221 => no proposal (number Ok), - +336-01-55-83-11 => 0601558311, - 0033 6.23.54.54.00 => 0623545400, - 0126698376 => Can't find a replacement Test plan #2: - with the same numbers launch perl misc/check_smsalertnumber.pl -a Fr -o +33 - Transformation proposal should be like: - 06 98 35 72 28 => +33698357228, - 0656871221 => +33656871221, - +336-01-55-83-11 => +33601558311, - 0033 6.23.54.54.00 => +33623545400, - 0126698376 => Can't find a replacement Test plan #3: - with the same numbers launch perl misc/check_smsalertnumber.pl -a Fr -o 0033 - Transformation proposal should be like: - 06 98 35 72 28 => 0033698357228, - 0656871221 => 0033656871221, - +336-01-55-83-11 => 0033601558311, - 0033 6.23.54.54.00 => 0033623545400, - 0126698376 => Can't find a replacement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 14:32:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 12:32:46 +0000 Subject: [Koha-bugs] [Bug 19017] Script that checks and transforms SMS alert numbers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19017 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 14:36:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 12:36:03 +0000 Subject: [Koha-bugs] [Bug 19037] Circulation and fine rules test tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 15:08:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 13:08:12 +0000 Subject: [Koha-bugs] [Bug 19037] Circulation and fine rules test tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 15:17:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 13:17:18 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|In Discussion |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 15:17:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 13:17:21 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 --- Comment #18 from Owen Leonard --- Created attachment 65499 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65499&action=edit [SIGNED-OFF] Bug 17277: Always display location and *branch item info - opac detail Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 15:18:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 13:18:01 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 --- Comment #19 from Owen Leonard --- Considering Bug 16759 I think this patch is the right solution. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 15:19:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 13:19:55 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65008|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 15:26:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 13:26:08 +0000 Subject: [Koha-bugs] [Bug 19032] Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19032 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Koha security | Component|Koha |Architecture, internals, | |and plumbing QA Contact| |testopia at bugs.koha-communit | |y.org Product|Koha security |Koha Assignee|chris at bigballofwax.co.nz |koha-bugs at lists.koha-commun | |ity.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 15:37:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 13:37:13 +0000 Subject: [Koha-bugs] [Bug 19038] New: Remove OPACShowBarcode syspref Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19038 Bug ID: 19038 Summary: Remove OPACShowBarcode syspref Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org With bug 16759 there's no need to have a syspref for hiding a specific column that doesn't contain sensitive data. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 15:37:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 13:37:48 +0000 Subject: [Koha-bugs] [Bug 19038] Remove OPACShowBarcode syspref In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19038 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16759 Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | Change sponsored?|--- |Sponsored Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 [Bug 16759] Make opac holdings table configurable -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 15:37:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 13:37:48 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19038 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19038 [Bug 19038] Remove OPACShowBarcode syspref -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 15:58:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 13:58:08 +0000 Subject: [Koha-bugs] [Bug 18985] SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18985 --- Comment #3 from Marc V?ron --- (In reply to Marc V?ron from comment #1) > Do we have the same with other dates in data tables as well? Virtual shelves results (lists) have a 'Date added' column that is not sortable. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:09:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:09:58 +0000 Subject: [Koha-bugs] [Bug 18985] SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18985 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65423|0 |1 is obsolete| | --- Comment #4 from Marc V?ron --- Created attachment 65500 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65500&action=edit Bug 18985 - SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically This patch alters the DataTables configuration of the SQL reports list so that date columns are identified via class rather than position. To test, apply the patch and go to Reports -> Use saved. Test the re-ordering of the creation date, last edit, and last run columns. Each should sort correctly based on the date. Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:15:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:15:50 +0000 Subject: [Koha-bugs] [Bug 18985] SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18985 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:18:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:18:52 +0000 Subject: [Koha-bugs] [Bug 18649] Translatability: Get rid of tt directive in translation for admin/ categories.tt and onboardingstep2.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18649 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:18:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:18:55 +0000 Subject: [Koha-bugs] [Bug 18649] Translatability: Get rid of tt directive in translation for admin/ categories.tt and onboardingstep2.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18649 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65495|0 |1 is obsolete| | --- Comment #32 from Marcel de Rooy --- Created attachment 65501 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65501&action=edit Bug 18649: (New patch) Translatability: Get rid of tt directive in translation for admin/categories.tt and onboardingstep2.tt New patch without trailing IF construction in tt directives as requested in comment #28 To test: Verify that translation tool no longer shows tt directives as described in comment #1 New patch, needs SO. Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:19:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:19:25 +0000 Subject: [Koha-bugs] [Bug 19039] New: Results of virtual shelves (lists) not sortable by date Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19039 Bug ID: 19039 Summary: Results of virtual shelves (lists) not sortable by date Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Lists Assignee: koha-bugs at lists.koha-community.org Reporter: veron at veron.ch QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl To verify: In staff client, create a list with several items and display it. Verify that the table is sortable by 'Title', 'Author', 'Call number', but not by 'Date added' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:19:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:19:39 +0000 Subject: [Koha-bugs] [Bug 18649] Translatability: Get rid of tt directive in translation for admin/ categories.tt and onboardingstep2.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18649 --- Comment #33 from Marcel de Rooy --- (In reply to Marc V?ron from comment #29) > (In reply to Marcel de Rooy from comment #28) > > From an earlier comment: > > Note that the trailing IF does not increase readability. > > I am not in favor of the original patch. > > OK, I will rewrite it. Thx -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:20:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:20:05 +0000 Subject: [Koha-bugs] [Bug 18698] Get rid of [%% in translation for shelves-result.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18698 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19039 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19039 [Bug 19039] Results of virtual shelves (lists) not sortable by date -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:20:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:20:05 +0000 Subject: [Koha-bugs] [Bug 19039] Results of virtual shelves (lists) not sortable by date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19039 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18698 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18698 [Bug 18698] Get rid of [%% in translation for shelves-result.tt -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:20:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:20:45 +0000 Subject: [Koha-bugs] [Bug 18698] Get rid of [%% in translation for shelves-result.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18698 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19039 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:20:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:20:45 +0000 Subject: [Koha-bugs] [Bug 19039] Results of virtual shelves (lists) not sortable by date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19039 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18698 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:21:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:21:34 +0000 Subject: [Koha-bugs] [Bug 18698] Get rid of [%% in translation for shelves-result.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18698 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19039 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:21:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:21:34 +0000 Subject: [Koha-bugs] [Bug 19039] Results of virtual shelves (lists) not sortable by date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19039 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18698 | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:22:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:22:36 +0000 Subject: [Koha-bugs] [Bug 18985] SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18985 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19039 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:22:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:22:36 +0000 Subject: [Koha-bugs] [Bug 19039] Results of virtual shelves (lists) not sortable by date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19039 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18985 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:31:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:31:00 +0000 Subject: [Koha-bugs] [Bug 18754] Translatability: Get rid of exposed tt directives in opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754 --- Comment #9 from Marcel de Rooy --- Just a note about BLOCK..INCLUDE versus BLOCK..PROCESS: The PROCESS directive is slightly faster than INCLUDE because it avoids the need to localise (i.e. copy) the variable stash before processing the template. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:33:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:33:46 +0000 Subject: [Koha-bugs] [Bug 18633] Logs are full of CGI:: param called in list context - itemsearch.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18633 --- Comment #18 from M. Tompsett --- Created attachment 65502 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65502&action=edit Bug 18633: Remove useless use of CGI TT plugin [16.11.x] The form is sent using AJAX so there is never a query string in the URL (no POST parameters either) Tested both patches together, item search behaves as before, log entries are gone Signed-off-by: Marc V?ron Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:33:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:33:53 +0000 Subject: [Koha-bugs] [Bug 18633] Logs are full of CGI:: param called in list context - itemsearch.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18633 --- Comment #19 from M. Tompsett --- Created attachment 65503 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65503&action=edit Bug 18633: Remove remaining use of CGI.param in template [16.11.x] Signed-off-by: Marc V?ron Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:35:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:35:35 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #5 from Owen Leonard --- Turning on OpacSeparateHoldings and setting OpacSeparateHoldingsBranch breaks this for logged-in users. The second tab of holdings doesn't get its contents correctly filtered. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:36:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:36:47 +0000 Subject: [Koha-bugs] [Bug 18633] Logs are full of CGI:: param called in list context - itemsearch.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18633 --- Comment #20 from M. Tompsett --- I believe I have rebased this for 16.11.x correctly. However, I did not test. I probably should have removed the sign offs for the 16.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:43:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:43:10 +0000 Subject: [Koha-bugs] [Bug 19040] New: Refactor C4::Biblio::GetMarcBiblio Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 Bug ID: 19040 Summary: Refactor C4::Biblio::GetMarcBiblio Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: mtompset at hotmail.com QA Contact: testopia at bugs.koha-community.org Because adding parameters to pass to called subroutines is difficult, change parameters to be a hashref. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:43:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:43:31 +0000 Subject: [Koha-bugs] [Bug 19040] Refactor C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=14385 Assignee|koha-bugs at lists.koha-commun |mtompset at hotmail.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:43:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:43:31 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19040 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:49:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:49:46 +0000 Subject: [Koha-bugs] [Bug 18754] Translatability: Get rid of exposed tt directives in opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:49:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:49:48 +0000 Subject: [Koha-bugs] [Bug 18754] Translatability: Get rid of exposed tt directives in opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65412|0 |1 is obsolete| | --- Comment #10 from Marcel de Rooy --- Created attachment 65504 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65504&action=edit Bug 18754: Translatability: Get rid of exposed tt directives in opac-detail.tt The file opac-detail.tt exposes a lot of template directives to translation where translators should not be confronted with. Some examples from po file are: $[% SUBFIELD.code %] [% SUBFIELD.value %] %s [%% INCLUDE \"openlibrary-readapi.inc\" bib = { normalized_isbn => " "normalized_isbn, lccn => lccn, normalized_oclc => normalized_oclc } %%] See: [% IF ( nextTitle ) %][% nextTitle |html %][% ELSE %]next biblio[% END " "%] To test: - Apply patch - Do a search in OPAC that has more than 1 results - Go to the detail page of one of the items found - Verify that the details display as before and that you can browse the results with Previous and Next - In staff client, change OPACXSLTDetailsDisplay from 'default' to empty for "no xslt" and repeat steps above - In staff client, set HTML5MediaEnabled to 'OPAC' or 'OPAC and staff client' - Verify that media catalogued in field 856 still work - Create a new translation for a 'language' aa-AA (perl translate create aa-AA) - Verify that template directives ar no longer exposed in aa-AA-opac-bootstrap.po Followed test plan which works as intended Signed-off-by: Alex Buckley Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:49:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:49:53 +0000 Subject: [Koha-bugs] [Bug 18754] Translatability: Get rid of exposed tt directives in opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754 --- Comment #11 from Marcel de Rooy --- Created attachment 65505 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65505&action=edit Bug 18754: [QA Follow-up] Tiny corrections Converted one INCLUDE directive to PROCESS; we are not changing variables here. (The PROCESS directive is slightly faster than INCLUDE because it avoids the need to localise (i.e. copy) the variable stash before processing the template.) Removed one vim inserted letter i. Error in [% IF ( XISBN.publicationyear ) _ ', ' _ XISBN.publicationyear %][% END %] The concatenation became part of the condition. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:50:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:50:18 +0000 Subject: [Koha-bugs] [Bug 18754] Translatability: Get rid of exposed tt directives in opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Severity|trivial |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 16:51:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 14:51:34 +0000 Subject: [Koha-bugs] [Bug 18754] Translatability: Get rid of exposed tt directives in opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754 --- Comment #12 from Marcel de Rooy --- (In reply to Marc V?ron from comment #7) > (In reply to Marcel de Rooy from comment #6) > > Given the number of hard-to-read lines, I would not mark this one as trivial > > btw. > > Who can better deal with code - translators or developers? We should avoid > to expose code or code fragents to translators IMO, otherwise we risk that > translators break something. (In reply to Owen Leonard from comment #8) > I would vote for added complexity in the templates in order to make > translation easier. Okay. Send it to the next level. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:01:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:01:36 +0000 Subject: [Koha-bugs] [Bug 19009] Circulation.t is still failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19009 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Depends on| |18802 CC| |m.de.rooy at rijksmuseum.nl --- Comment #6 from Marcel de Rooy --- On top of 18802 it passes. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18802 [Bug 18802] Circulation.t fails if finesMode != "Do not calculate" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:01:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:01:36 +0000 Subject: [Koha-bugs] [Bug 18802] Circulation.t fails if finesMode != "Do not calculate" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18802 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19009 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19009 [Bug 19009] Circulation.t is still failing randomly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:02:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:02:43 +0000 Subject: [Koha-bugs] [Bug 19009] Circulation.t is still failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19009 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:02:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:02:46 +0000 Subject: [Koha-bugs] [Bug 19009] Circulation.t is still failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19009 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65373|0 |1 is obsolete| | --- Comment #7 from Marcel de Rooy --- Created attachment 65506 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65506&action=edit Bug 19009: Fix random failures from Circulation.t >From jenkins output: Subtest: CanBookBeIssued + Koha::Patron->is_debarred<7c>has_overdues 1..8 not ok 1 [SKIP] I executed it several times and display the different $error, $alerts and question keys. GNA and RESTRICTED were sometimes set, which block the issue. Reading the code it seems that some patron's attributes must be removed to avoid the checkin rejection. Test plan: Execute the tests several times and notice that it fails randomly With this patch they should always pass. Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:03:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:03:19 +0000 Subject: [Koha-bugs] [Bug 19009] Circulation.t is still failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19009 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65506|0 |1 is obsolete| | --- Comment #8 from Marcel de Rooy --- Created attachment 65507 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65507&action=edit Bug 19009: Fix random failures from Circulation.t >From jenkins output: Subtest: CanBookBeIssued + Koha::Patron->is_debarred<7c>has_overdues 1..8 not ok 1 [SKIP] I executed it several times and display the different $error, $alerts and question keys. GNA and RESTRICTED were sometimes set, which block the issue. Reading the code it seems that some patron's attributes must be removed to avoid the checkin rejection. Test plan: Execute the tests several times and notice that it fails randomly With this patch they should always pass. Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:04:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:04:37 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |fridolin.somers at biblibre.co |ity.org |m -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:05:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:05:41 +0000 Subject: [Koha-bugs] [Bug 18857] Have "actions" at both ends of the circulation rules table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18857 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |liz at catalyst.net.nz |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:06:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:06:50 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |joy at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:07:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:07:59 +0000 Subject: [Koha-bugs] [Bug 19022] inventory location and author display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19022 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |fridolin.somers at biblibre.co |ity.org |m --- Comment #4 from Marcel de Rooy --- Fridolin: do not forget to add your name in Assignee field. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:09:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:09:30 +0000 Subject: [Koha-bugs] [Bug 19041] New: footerjs = 1 removed by bug 17855 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 Bug ID: 19041 Summary: footerjs = 1 removed by bug 17855 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Depends on: 17855 From commit 0492fcf87f170846d1e6c8683916a56cb67ce9a7 Bug 17855: Onboarding tool +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -1,5 +1,3 @@ -[% USE Koha %] -[% SET footerjs = 1 %] +[% USE Koha %] has been re-added by commit 151cdcd133d8618a3faf9b47723d66ac3dc71b4e Bug 18673: News author does not display on staff client home page But not the footerjs = 1 Reading the code I guess we lost the confirmation message when deleting a news item. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855 [Bug 17855] New onboarding tool feature to guide users through setting up Koha, and minor web installer UI improvements -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:09:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:09:30 +0000 Subject: [Koha-bugs] [Bug 17855] New onboarding tool feature to guide users through setting up Koha, and minor web installer UI improvements In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19041 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 [Bug 19041] footerjs = 1 removed by bug 17855 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:10:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:10:38 +0000 Subject: [Koha-bugs] [Bug 17418] Move staff client home page JavaScript to the footer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17418 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19041 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 [Bug 19041] footerjs = 1 removed by bug 17855 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:10:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:10:38 +0000 Subject: [Koha-bugs] [Bug 16058] Add a button to delete an individual news item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16058 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19041 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 [Bug 19041] footerjs = 1 removed by bug 17855 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:10:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:10:38 +0000 Subject: [Koha-bugs] [Bug 19041] footerjs = 1 removed by bug 17855 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17418, 16058 --- Comment #1 from Jonathan Druart --- Regression introduced by bug 17855. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16058 [Bug 16058] Add a button to delete an individual news item https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17418 [Bug 17418] Move staff client home page JavaScript to the footer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:10:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:10:49 +0000 Subject: [Koha-bugs] [Bug 19041] footerjs = 1 removed by bug 17855 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:13:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:13:05 +0000 Subject: [Koha-bugs] [Bug 9599] printable work slip on receive in acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9599 --- Comment #6 from Sandre Cunha --- Thank you, Karen, for moving it along. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:23:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:23:03 +0000 Subject: [Koha-bugs] [Bug 18469] Suspend all holds when specifying a date to resume hold does not keep date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18469 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:23:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:23:06 +0000 Subject: [Koha-bugs] [Bug 18469] Suspend all holds when specifying a date to resume hold does not keep date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18469 --- Comment #5 from Marcel de Rooy --- Created attachment 65508 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65508&action=edit Bug 18469: Suspend all holds when specifying a date to resume hold does not keep date Name of field had 'datepicker' embedded, this caused variable issue To test: 1 - Place several holds for a patron 2 - Go to holds tab in circulation 3 - Select a date for suspend all holds until 4 - Suspend all holds 5 - Note date is not used, suspended indefinitely 6 - Apply patch 7 - Resume all suspended holds 8 - Select a date for suspend all holds until 9 - Suspend all holds 10 - Note date is used Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:23:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:23:14 +0000 Subject: [Koha-bugs] [Bug 18469] Suspend all holds when specifying a date to resume hold does not keep date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18469 --- Comment #6 from Marcel de Rooy --- Created attachment 65509 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65509&action=edit Bug 18469: QA Follow-up Restore datepicker class Use Koha.Preference Copy changes to moremember Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:23:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:23:37 +0000 Subject: [Koha-bugs] [Bug 18469] Suspend all holds when specifying a date to resume hold does not keep date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18469 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64906|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:23:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:23:39 +0000 Subject: [Koha-bugs] [Bug 18469] Suspend all holds when specifying a date to resume hold does not keep date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18469 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62612|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:23:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:23:35 +0000 Subject: [Koha-bugs] [Bug 18469] Suspend all holds when specifying a date to resume hold does not keep date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18469 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:23:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:23:59 +0000 Subject: [Koha-bugs] [Bug 18469] Suspend all holds when specifying a date to resume hold does not keep date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18469 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:30:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:30:36 +0000 Subject: [Koha-bugs] [Bug 9599] printable work slip on receive in acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9599 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 17:32:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 15:32:18 +0000 Subject: [Koha-bugs] [Bug 19041] footerjs = 1 removed by bug 17855 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 18:14:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 16:14:40 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19040 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 [Bug 19040] Refactor C4::Biblio::GetMarcBiblio -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 18:14:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 16:14:40 +0000 Subject: [Koha-bugs] [Bug 19040] Refactor C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |14385 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 20:20:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 18:20:38 +0000 Subject: [Koha-bugs] [Bug 19042] New: Silence warnings t/db_dependent/Letters.t Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19042 Bug ID: 19042 Summary: Silence warnings t/db_dependent/Letters.t Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: mtompset at hotmail.com QA Contact: testopia at bugs.koha-community.org The Letters test mocks userenv, but fails to provide flags, which causes the C4::Context IsSuperLibrarian to generate noise. Add a pretty flag value. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 20:20:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 18:20:49 +0000 Subject: [Koha-bugs] [Bug 19042] Silence warnings t/db_dependent/Letters.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19042 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|chris at bigballofwax.co.nz |mtompset at hotmail.com Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 20:22:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 18:22:20 +0000 Subject: [Koha-bugs] [Bug 19042] Silence warnings t/db_dependent/Letters.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19042 --- Comment #1 from M. Tompsett --- prove -v t/db_dependent/Letters.t ... ok 31 - GetLetters gets the name correctly # Subtest: getletter 1..16 ok 1 - GetLetters gets the branch code correctly ok 2 - GetLetters gets the module correctly ok 3 - GetLetters gets the code correctly ok 4 - GetLetters gets the name correctly ok 5 - GetLetters gets the boolean is_html correctly ok 6 - GetLetters gets the title correctly ok 7 - GetLetters gets the content correctly ok 8 - GetLetters gets the message type correctly C4::Context->userenv not defined! at /home/mtompset/kohaclone/C4/Letters.pm line 207. ok 9 - GetLetters gets the branch code correctly ok 10 - GetLetters gets the module correctly ok 11 - GetLetters gets the code correctly ok 12 - GetLetters gets the name correctly ok 13 - GetLetters gets the boolean is_html correctly ok 14 - GetLetters gets the title correctly ok 15 - GetLetters gets the content correctly ok 16 - GetLetters gets the message type correctly ... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 20:27:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 18:27:04 +0000 Subject: [Koha-bugs] [Bug 19042] Silence warnings t/db_dependent/Letters.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19042 --- Comment #2 from M. Tompsett --- Created attachment 65510 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65510&action=edit Bug 19042: Silence warnings t/db_dependent/Letters.t TEST PLAN --------- prove t/db_dependent/Letters.t -- there will be a message: "C4::Context->userenv not defined!" apply this patch prove t/db_dependent/Letters.t -- there will no longer be that message. run qa test tools -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 20:27:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 18:27:01 +0000 Subject: [Koha-bugs] [Bug 19042] Silence warnings t/db_dependent/Letters.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19042 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 20:34:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 18:34:39 +0000 Subject: [Koha-bugs] [Bug 19042] Silence warnings t/db_dependent/Letters.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19042 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 20:34:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 18:34:41 +0000 Subject: [Koha-bugs] [Bug 19042] Silence warnings t/db_dependent/Letters.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19042 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65510|0 |1 is obsolete| | --- Comment #3 from Lee Jamison --- Created attachment 65511 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65511&action=edit Bug 19042: Silence warnings t/db_dependent/Letters.t TEST PLAN --------- prove t/db_dependent/Letters.t -- there will be a message: "C4::Context->userenv not defined!" apply this patch prove t/db_dependent/Letters.t -- there will no longer be that message. run qa test tools Signed-off-by: Lee Jamison -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 20:41:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 18:41:48 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 20:41:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 18:41:52 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 --- Comment #6 from Tom?s Cohen Arazi --- Created attachment 65512 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65512&action=edit Bug 16759: (followup) Make it work with OpacSeparateHoldings This patch fixes columns_settings.inc so it works for all objects when the selector returns more than one object. To test: - Have the first patch applied - Verify it works correctly - Enable OpacSeparateHoldings - Reload => FAIL: Notice the second holdings tab doesn't have the visualization rules applied. - Apply this patch - Reload => SUCCESS: Rules applied correctly! - Sign off :-D Sponsored-by: Dover -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 21:15:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 19:15:08 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65512|0 |1 is obsolete| | --- Comment #7 from Tom?s Cohen Arazi --- Created attachment 65513 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65513&action=edit Bug 16759: (followup) Make it work with OpacSeparateHoldings This patch fixes columns_settings.inc so it works for all objects when the selector returns more than one object. To test: - Have the first patch applied - Verify it works correctly - Enable OpacSeparateHoldings - Reload => FAIL: Notice the second holdings tab doesn't have the visualization rules applied. - Apply this patch - Reload => SUCCESS: Rules applied correctly! - Sign off :-D Edit: amended so it preserves the original semantic, returning the resulting table objects. Sponsored-by: Dover -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 21:25:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 19:25:36 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65499|0 |1 is obsolete| | --- Comment #20 from Tom?s Cohen Arazi --- Created attachment 65514 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65514&action=edit Bug 17277: Always display location and *branch item info - opac detail Signed-off-by: Owen Leonard Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 21:25:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 19:25:32 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 21:35:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 19:35:54 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #23 from Lee Jamison --- Created attachment 65515 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65515&action=edit [FOLLOW-UP] Fix CSV export (once and for all!) Follow-up on Comment 21 to correct the empty_line.inc include in basket.tt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 21:41:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 19:41:02 +0000 Subject: [Koha-bugs] [Bug 19028] Add 'shelving location' to holdings table in detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19028 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65480|0 |1 is obsolete| | --- Comment #3 from Tom?s Cohen Arazi --- Created attachment 65516 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65516&action=edit Bug 19028: Add OpacLocationOnDetail syspref This patch renames the 'OpacLocationBranchToDisplayShelving' syspref into 'OpacLocationOnDetail' and adds it a fourth option, 'column', that makes the OPAC display shelving location on a separate column, instead of the library names (home, holding or both). Sponsored-by: Dover -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 21:41:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 19:41:09 +0000 Subject: [Koha-bugs] [Bug 19028] Add 'shelving location' to holdings table in detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19028 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65481|0 |1 is obsolete| | --- Comment #4 from Tom?s Cohen Arazi --- Created attachment 65517 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65517&action=edit Bug 19028: Add 'shelving location' to holdings table in detail page This patch adds the option to show shelving locations on a separate column. This is controlled by a new syspref, 'OpacLocationOnDetail', which replaces 'OpacLocationBranchToDisplayShelving', adding a conveniente 'column' option. The new 'Shelving location' column is conveniently added to the columns configuration entry added by bug 16759 for this purpose. The current behaviour is preserved. To test: - Apply this patches - Run the upgrade: $ sudo koha-shell kohadev k$ cd kohaclone k$ perl installer/data/mysql/updatedatabase.pl => SUCCESS: Upgrade doesn't fail - Have an item with shelving location set to something not void - Have the item set home and holding libraries for testing purposes. - Set 'OpacLocationBranchToDisplay' to 'home and holding libraries' [*] - Visit the OPAC detail page for the record containing the item => SUCCESS: Both home and holding libraries are displayed. - Loop through all OpacLocationOnDetail options (except from 'column', we leave it for later). => SUCCESS: Works as expected. - Go to Administration > Columns settings - Make item_shelving_location available in the OPAC section - Reload the OPAC detail page => SUCCESS: No change - Set OpacLocationOnDetail to 'on a separate column' - Reload the OPAC detail page => SUCCESS: Shelving location is displayed on a separate column - Sign off :-D Sponsored-by: Dover [*] For testing purposes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 22:03:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 20:03:12 +0000 Subject: [Koha-bugs] [Bug 19043] New: Z39.50 target clio-db.cc.columbia.edu: 7090 is no longer publicly available. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19043 Bug ID: 19043 Summary: Z39.50 target clio-db.cc.columbia.edu:7090 is no longer publicly available. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Z39.50 / SRU / OpenSearch Servers Assignee: koha-bugs at lists.koha-community.org Reporter: barton at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Per http://library.columbia.edu/find/clio/legacy-help/CLIOLegacy-Z3950.html, "Z39.50 users: Access to CLIO via the Z39.50 protocol is now restricted to on-campus use. For information about using Z39.50 to search CLIO, please see: http://library.columbia.edu/find/clio/classic-help/z3950.html" This target is one of the sample servers loaded in community koha, it should be removed from the list of z39.50 servers in the database. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 23:43:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 21:43:45 +0000 Subject: [Koha-bugs] [Bug 19038] Remove OPACShowBarcode syspref In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19038 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 4 23:43:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 21:43:49 +0000 Subject: [Koha-bugs] [Bug 19038] Remove OPACShowBarcode syspref In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19038 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 65518 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65518&action=edit Bug 19038: Remove the OPACShowBarcode syspref This patch removes the OPACShowBarcode syspref in favour of the new columns settings option introduced by bug 16759. On the upgrade step, it picks the value for OPACShowBarcode and uses it to populate the columns_settings table. To test: - Verify the upgrade process maintains the current behaviour Regards Sponsored-by: Dover -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 5 01:14:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 23:14:12 +0000 Subject: [Koha-bugs] [Bug 19044] New: Add BDS integration Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19044 Bug ID: 19044 Summary: Add BDS integration Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: david.roberts at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Some UK Koha users want to use BDS to supply their book cover images. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 5 01:15:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 23:15:31 +0000 Subject: [Koha-bugs] [Bug 19044] Add BDS integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19044 --- Comment #1 from David Roberts --- Created attachment 65519 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65519&action=edit Add BDS system preferences and enable them to be read by the templates -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 5 01:15:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 23:15:43 +0000 Subject: [Koha-bugs] [Bug 19044] Add BDS integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19044 --- Comment #3 from David Roberts --- Created attachment 65521 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65521&action=edit Add BDS code to staff client -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Aug 5 01:15:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 04 Aug 2017 23:15:37 +0000 Subject: [Koha-bugs] [Bug 19044] Add BDS integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19044 --- Comment #2 from David Roberts --- Created attachment 65520 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65520&action=edit Add BDS code to OPAC -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 5 08:35:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 05 Aug 2017 06:35:44 +0000 Subject: [Koha-bugs] [Bug 19045] New: Circulation rules seem not to work correctly with single library systems Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19045 Bug ID: 19045 Summary: Circulation rules seem not to work correctly with single library systems Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: veron at veron.ch QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Online help and manual for "Circulation and Fines Rules" say: "If you are a single library system choose your branch name before creating rules (sometimes having only rules for the 'all libraries' option can cause issues with holds)" Such issues should be considered as bug and need investigation. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Aug 5 09:52:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 05 Aug 2017 07:52:11 +0000 Subject: [Koha-bugs] [Bug 19045] Circulation rules seem not to work correctly with single library systems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19045 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |5940 --- Comment #1 from Marc V?ron --- First occurence in: Bug 5940 - Update Help Files for 3.4 https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3545&action=diff Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5940 [Bug 5940] Update Help Files for 3.4 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 5 09:52:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 05 Aug 2017 07:52:11 +0000 Subject: [Koha-bugs] [Bug 5940] Update Help Files for 3.4 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5940 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19045 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19045 [Bug 19045] Circulation rules seem not to work correctly with single library systems -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 5 14:45:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 05 Aug 2017 12:45:50 +0000 Subject: [Koha-bugs] [Bug 18539] Forbid Koha::Objects->find calls in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18539 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #9 from Katrin Fischer --- These patches have been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 6 00:28:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 05 Aug 2017 22:28:42 +0000 Subject: [Koha-bugs] [Bug 19044] Add BDS integration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19044 David Roberts changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |david.roberts at ptfs-europe.c |ity.org |om -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 6 07:43:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 05:43:21 +0000 Subject: [Koha-bugs] [Bug 18973] Auto focus the ISBN field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18973 Father Vlasie changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65192|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 6 08:20:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 06:20:53 +0000 Subject: [Koha-bugs] [Bug 18974] Adding further selenium tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 --- Comment #4 from Alex Buckley --- Created attachment 65522 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65522&action=edit Bug 18974 - Selenium test for purchase workflow This test covers the creation of purchase suggestion in the OPAC, creation of vendor, basket and the creation of the order from the suggested item -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 6 11:11:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 09:11:57 +0000 Subject: [Koha-bugs] [Bug 18736] Problems in order calculations (rounding errors) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18736 --- Comment #13 from Marc V?ron --- Independently of the discussion above: Typo in C4/Budgets.pm line 224 SELECT SUM(ROUD(ecost_tax_included, 2)) FROM aqorders -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 6 11:58:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 09:58:40 +0000 Subject: [Koha-bugs] [Bug 19046] New: IntranetCatalogSearchPulldown doesn' t retain last selection Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19046 Bug ID: 19046 Summary: IntranetCatalogSearchPulldown doesn't retain last selection Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Staff Client Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com On the OPAC if you have the pulldown enabled and perform a 'Title' search, this selection carries over. On the staff client the default is always 'Keyword' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 6 12:19:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 10:19:55 +0000 Subject: [Koha-bugs] [Bug 15741] Incorrect rounding in total fines calculations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15741 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=17140 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 6 12:19:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 10:19:55 +0000 Subject: [Koha-bugs] [Bug 17140] Incorrect rounding in total fines calculations, part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17140 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=15741 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 6 12:24:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 10:24:05 +0000 Subject: [Koha-bugs] [Bug 18714] tracklinks.pl redirects failing under https In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18714 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Nick Clemens --- This was an error in proxy configuration and not Koha related -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 01:16:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 23:16:50 +0000 Subject: [Koha-bugs] [Bug 19037] Circulation and fine rules test tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18137 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 [Bug 18137] REST API: Migrate from Mojolicious::Plugin::Swagger2 to Mojolicious::Plugin::OpenAPI -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 01:16:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 23:16:50 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19037 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 [Bug 19037] Circulation and fine rules test tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 01:17:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 23:17:12 +0000 Subject: [Koha-bugs] [Bug 19037] Circulation and fine rules test tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 01:16:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 23:16:53 +0000 Subject: [Koha-bugs] [Bug 19037] Circulation and fine rules test tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 --- Comment #3 from Lari Taskula --- Created attachment 65523 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65523&action=edit Bug 19037: Issuing rules test tool - REST API endpoint for effective issuing rule To test: 1. prove t/db_dependent/api/v1/issuingrules.t 2. Send GET requests to /api/v1/issuingrules/effective with different parameters as defined in the path's Swagger spec 3. Make sure it returns the correct issuing rules (don't forget that system prefs like CircControl and HomeOrHoldingBranch affects the result) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 01:17:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 23:17:14 +0000 Subject: [Koha-bugs] [Bug 19037] Circulation and fine rules test tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 --- Comment #4 from Lari Taskula --- Created attachment 65524 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65524&action=edit KD-2316: Issuing rules test tool - GUI for test tool To test: 1. Go to INTRANET/cgi-bin/koha/admin/smart-rules.pl 2. You should see a button below circulation rules matrix "Circulation and fine rules test tool" 3. Click it 4. You should see options for inputting test patron, item and branch 5. Play with the tester and make sure it returns correct issuing rules (CircControl and HomeOrHoldingBranch system preferences affects the result) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 01:18:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 23:18:03 +0000 Subject: [Koha-bugs] [Bug 19037] Circulation and fine rules test tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65524|0 |1 is obsolete| | --- Comment #5 from Lari Taskula --- Created attachment 65525 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65525&action=edit Bug 19037: Issuing rules test tool - GUI for test tool To test: 1. Go to INTRANET/cgi-bin/koha/admin/smart-rules.pl 2. You should see a button below circulation rules matrix "Circulation and fine rules test tool" 3. Click it 4. You should see options for inputting test patron, item and branch 5. Play with the tester and make sure it returns correct issuing rules (CircControl and HomeOrHoldingBranch system preferences affects the result) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 01:18:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 23:18:51 +0000 Subject: [Koha-bugs] [Bug 19037] Circulation and fine rules test tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65525|0 |1 is obsolete| | --- Comment #6 from Lari Taskula --- Created attachment 65526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65526&action=edit Bug 19037: Issuing rules test tool - GUI for test tool To test: 1. Go to INTRANET/cgi-bin/koha/admin/smart-rules.pl 2. You should see a button below circulation rules matrix "Circulation and fine rules test tool" 3. Click it 4. You should see options for inputting test patron, item and branch 5. Play with the tester and make sure it returns correct issuing rules (CircControl and HomeOrHoldingBranch system preferences affects the result) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 01:27:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 06 Aug 2017 23:27:04 +0000 Subject: [Koha-bugs] [Bug 19037] Circulation and fine rules test tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 --- Comment #7 from Lari Taskula --- Testing this tool requires Bug 18137. It has some Perl dependencies, please see the patch called "List Mojolicious::Plugin::OpenAPI and JSON::Validator as dependencies" for versions of dependencies that are confirmed to work. Make sure to install those versions or otherwise the endpoint (and the tool) may not work. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 02:09:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 00:09:08 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62993|0 |1 is obsolete| | --- Comment #11 from Aleisha Amohia --- Created attachment 65527 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65527&action=edit Bug 12691: Use Koha.Preference in Self-Checkout For calls to SCOUserJS, SCOUserCSS, OPACUserCSS, AllowSelfCheckReturns, OpacFavicon, ShowPatronImageInWebBasedSelfCheck, SelfCheckoutByLogin Sponsored-by: Catalyst IT Signed-off-by: Katrin Fischer https://bugs.koha-community.org/show_bug.cgi?id=12601 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 02:09:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 00:09:05 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 02:30:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 00:30:28 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63903|0 |1 is obsolete| | --- Comment #12 from Aleisha Amohia --- Created attachment 65528 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65528&action=edit Bug 12691: [FOLLOW-UP] Follow-up patch This patch fixes merge conflicts and fixes the problems in Comment 7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 02:30:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 00:30:36 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65527|0 |1 is obsolete| | --- Comment #13 from Aleisha Amohia --- Created attachment 65529 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65529&action=edit Bug 12691: Use Koha.Preference in Self-Checkout For calls to SCOUserJS, SCOUserCSS, OPACUserCSS, AllowSelfCheckReturns, OpacFavicon, ShowPatronImageInWebBasedSelfCheck, SelfCheckoutByLogin Sponsored-by: Catalyst IT Signed-off-by: Katrin Fischer https://bugs.koha-community.org/show_bug.cgi?id=12601 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 02:32:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 00:32:20 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 --- Comment #14 from Aleisha Amohia --- There we go, merge conflicts fixed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 03:33:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 01:33:51 +0000 Subject: [Koha-bugs] [Bug 18973] Auto focus the ISBN field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18973 --- Comment #1 from Father Vlasie --- Created attachment 65530 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65530&action=edit patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 05:10:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 03:10:22 +0000 Subject: [Koha-bugs] [Bug 19040] Refactor C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 --- Comment #1 from M. Tompsett --- Created attachment 65531 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65531&action=edit Bug 19040: Refactor GetMarcBiblio parameters Change parameters to a hashref. Test plan to come later. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 08:24:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 06:24:54 +0000 Subject: [Koha-bugs] [Bug 19037] Circulation and fine rules test tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19037 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 08:44:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 06:44:37 +0000 Subject: [Koha-bugs] [Bug 19047] New: Fix AddBiblio call in Reserves.t Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19047 Bug ID: 19047 Summary: Fix AddBiblio call in Reserves.t Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 08:47:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 06:47:52 +0000 Subject: [Koha-bugs] [Bug 19047] Fix AddBiblio call in Reserves.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19047 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Severity|enhancement |trivial Assignee|chris at bigballofwax.co.nz |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 08:48:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 06:48:13 +0000 Subject: [Koha-bugs] [Bug 19047] Fix AddBiblio call in Reserves.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19047 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 08:48:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 06:48:15 +0000 Subject: [Koha-bugs] [Bug 19047] Fix AddBiblio call in Reserves.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19047 --- Comment #1 from Marcel de Rooy --- Created attachment 65532 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65532&action=edit Bug 19047: Fix AddBiblio call in Reserves.t AddBiblio does not return a title; the biblioitemnumber is stored in the title variable. The variables for biblioitemnumber are not used and can be removed. Test plan: Run t/db_dependent/Reserves.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 09:10:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 07:10:05 +0000 Subject: [Koha-bugs] [Bug 18937] Limit the number of entries to print for larger lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18937 --- Comment #3 from Marcel de Rooy --- Created attachment 65533 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65533&action=edit Printed list This print only contains a limited number of entries. (The list itself has more than 200 entries.) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 09:19:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 07:19:03 +0000 Subject: [Koha-bugs] [Bug 18937] Limit the number of entries to print for larger lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18937 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #4 from Marcel de Rooy --- (In reply to Owen Leonard from comment #2) > I tried this with a list which has 281 items and it didn't seem to be > working. When I printed the list I got the whole thing. Thanks for testing. This patch runs in production with us on 3.22.x without problems. I retested master and it works fine too. Did you restart Plack? Please check your dev environment setup. If you use kohadevbox, verify that your PERL5LIB path points to master with this patch, and not to the installed clone. > I'm not sure this is the right solution anyway... Won't this be confusing to > the user? Sometimes they get the whole list and sometimes they don't? I have no other simple solution here. Slowing the server down for all other users is a good reason imo to interfere. The number of 200 is arguable and could be increased or even pref controlled (if we really want another pref). I had this issue with a list of about 1500 entries. So, maybe we should go to 500 ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 09:59:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 07:59:19 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #54 from Marcel de Rooy --- (In reply to Pete Edwards from comment #45) Hi Pete, > 1. Was I doing something I shouldn't have been able to and this fix has not > broken anything as sch - just done what it always intended? Until we added the marcxml input format, the codebase only allowed you to import marc records. If you imported excel records and it worked with your plugin, you were just lucky. This was not intended to work at all. But it could certainly be an interesting third input format for the codebase ! > 2. Whatever the answer to the (1) it does seem to have changed the data > being passed to to_marc from scalar to array - surely that could break other > people's plugins? Since a plugin is not part of the codebase, the author should tell its users for which Koha version it is intended. It is not guaranteed to work with higher versions of Koha. Yes, behavior changed here. Before a string was sent consisting of multiple marc records separated by linefeed (no excel expected here). Now an array is passed with MARC::Record objects. I agree that this was not [clearly] communicated. If possible, such interface changes should be avoided. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 11:01:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 09:01:25 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #55 from Katrin Fischer --- Hm, I don't agree with saying that plugins are not part of the codebase and people are 'lucky' if they work. We have introduced the plugin system as an official part of Koha and the hooks that we have added, should be maintained. If something needs to be changed, we should note that in the release notes or even should try to keep backwards compatibility when it's possible. We highlighted creating plugins to convert arbitrary files as a new feature in the release notes of 3.20: https://koha-community.org/koha-3-20-0-released/ Add ability for plugins to convert arbitrary files to MARC from record staging tool (bug 12412) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 11:40:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 09:40:10 +0000 Subject: [Koha-bugs] [Bug 19048] New: Self checkout: Internal server error in sco-main.pl Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 Bug ID: 19048 Summary: Self checkout: Internal server error in sco-main.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: veron at veron.ch QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Internal server error in sco-main.pl: Can't call method "unblessed" on an undefined value at (...)/koha/opac/sco/sco-main.pl line 117 To reproduce: Call SCO main page Line 117 is: my $borrower = Koha::Patrons->find( { cardnumber => $patronid } )->unblessed; The error occurs if $patronid does not exist in the database. This is already the case with the first call of sco-main.pl ($patronid is ''). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 11:41:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 09:41:53 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 --- Comment #15 from Marc V?ron --- Can not test ATM because of Bug 19048 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 12:12:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 10:12:50 +0000 Subject: [Koha-bugs] [Bug 19048] Self checkout: Internal server error in sco-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |17829 --- Comment #1 from Marc V?ron --- Seems to be introduced by: Bug 17829 - Move GetMember to Koha::Patron Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17829 [Bug 17829] Move GetMember to Koha::Patron -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 12:12:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 10:12:50 +0000 Subject: [Koha-bugs] [Bug 17829] Move GetMember to Koha::Patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17829 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19048 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 [Bug 19048] Self checkout: Internal server error in sco-main.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 12:53:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 10:53:06 +0000 Subject: [Koha-bugs] [Bug 19049] New: Recover the Arbitrary file type on stage-marc-import with plugin to_marc Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Bug ID: 19049 Summary: Recover the Arbitrary file type on stage-marc-import with plugin to_marc Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org Needed since 10407 broke this undocumented feature. Interface and code were not clear enough. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 12:53:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 10:53:47 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19049 --- Comment #56 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #55) > Hm, I don't agree with saying that plugins are not part of the codebase and > people are 'lucky' if they work. Hmm, this is definitely not what I said! Specific plugins are simply not part of the codebase. Just a fact. I was not aware of the statement in the 3.20 release notes btw. Without that statement you were lucky if you got excel files into Koha. Do not take these words out of their context please. > We highlighted creating plugins to convert arbitrary files as a new feature > in the release notes of 3.20: > > https://koha-community.org/koha-3-20-0-released/ > Add ability for plugins to convert arbitrary files to MARC from record > staging tool (bug 12412) The conversion from arbitrary files should have been incorporated much more clearly in the interface and the code imo. The format option of the interface does not show Arbitrary only MARC or MARCXML. It is not mentioned in the online Help too. The code passes variable $marcrecords to BatchStageMarcRecords. Inside BatchStageMarcRecords the to_marc plugin is called. Again the same variable name $marcrecords is used. No mention of any arbitrary file type! No comment whatsoever, etc. So I can imagine that when Olli wrote the initial patches, he was not aware of this. Neither was I when I rescued these patches and got them further. At this point, we can only open a new report to add e.g. Arbitrary to the formats when we have a plugin, or some other description from the plugin. And call to_marc on these lines before passing them to BatchStageMarcRecords. See bug 19049. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 [Bug 19049] Recover the Arbitrary file type on stage-marc-import with plugin to_marc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 12:53:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 10:53:47 +0000 Subject: [Koha-bugs] [Bug 19049] Recover the Arbitrary file type on stage-marc-import with plugin to_marc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |10407 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 [Bug 10407] Allow MARCXML records to be imported with Tools/Stage MARC records for import -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 13:00:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 11:00:36 +0000 Subject: [Koha-bugs] [Bug 12412] Add ability for plugins to convert arbitrary files to MARC from record staging tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12412 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=10407 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 13:00:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 11:00:36 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=12412 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 13:00:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 11:00:46 +0000 Subject: [Koha-bugs] [Bug 12412] Add ability for plugins to convert arbitrary files to MARC from record staging tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12412 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19049 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 13:00:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 11:00:46 +0000 Subject: [Koha-bugs] [Bug 19049] Recover the Arbitrary file type on stage-marc-import with plugin to_marc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=12412 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 13:02:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 11:02:19 +0000 Subject: [Koha-bugs] [Bug 12412] Add ability for plugins to convert arbitrary files to MARC from record staging tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12412 --- Comment #17 from Marcel de Rooy --- Bug 10407 made this rather invisible feature disappear again. Bug 19049 should recover that. It would have been better (looking back) to put some more pointers in the code about this arbitrary format. You should not pass excel files in a variable called $marcrecords.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 13:07:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 11:07:12 +0000 Subject: [Koha-bugs] [Bug 19049] Recover the Arbitrary file type on stage-marc-import with plugin to_marc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Patch complexity|--- |Small patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 13:06:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 11:06:56 +0000 Subject: [Koha-bugs] [Bug 19049] Recover the Arbitrary file type on stage-marc-import with plugin to_marc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #1 from Marcel de Rooy --- Will be submitting something soon.. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 13:31:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 11:31:31 +0000 Subject: [Koha-bugs] [Bug 6725] patron duplicate matching In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6725 Emma Perks changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emma.perks at heartofengland.n | |hs.uk --- Comment #1 from Emma Perks --- Valid - needed -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 13:33:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 11:33:27 +0000 Subject: [Koha-bugs] [Bug 12566] Duplicate checks for Self Registered borrowers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12566 --- Comment #3 from Emma Perks --- Primary email check is a great start thank you, but we need a more robust way of checking, several fields if possible. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 14:21:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 12:21:16 +0000 Subject: [Koha-bugs] [Bug 17672] Items table should have a damaged_on column In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672 --- Comment #4 from Nick Clemens --- (In reply to Owen Leonard from comment #3) > I haven't seen how withdrawn_on and itemlost_on behave, but I would think it > could be useful to store the date the status was changed no matter what it > changed to. Why not store the date if you're setting it to 0? I think this would be a change in behaviour - currently these or more like the onloan column - info if the criteria is met, blank otherwise. Changing this would impact reports etc. I do think it would be a good change, but should be on a new bug -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 14:27:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 12:27:55 +0000 Subject: [Koha-bugs] [Bug 17807] Use XSLT_Handler in oai.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17807 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 14:27:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 12:27:59 +0000 Subject: [Koha-bugs] [Bug 17807] Use XSLT_Handler in oai.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17807 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64046|0 |1 is obsolete| | Attachment #64047|0 |1 is obsolete| | Attachment #64048|0 |1 is obsolete| | --- Comment #18 from Nick Clemens --- Created attachment 65534 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65534&action=edit Bug 17807: Add format parameter to XSLT_Handler->transform Format may be chars (default), bytes or xmldoc. Note: xmldoc is a XML::LibXML document object. Since the default is chars, this does not affect current use. Note: The format parameter (xmldoc) will be used later in one of the OAI modules to prevent duplicated xml parsing. Test plan: Run t/db_dependent/XSLT_Handler.t Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 14:28:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 12:28:05 +0000 Subject: [Koha-bugs] [Bug 17807] Use XSLT_Handler in oai.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17807 --- Comment #19 from Nick Clemens --- Created attachment 65535 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65535&action=edit Bug 17807: Use XSLT_Handler in Koha::OAI Replacing some code in the OAI modules by a call to an existing module. Note that the xmldoc format is used in the transform call to get a xml document object. The stylesheet method of Repository now only returns the name of the xsl file to be used instead of a cached xslt object. Similar functionality inside XSLT_Handler is used when calling transform. Note: We still lack unit tests in this area. I did not see the need for adding something for stylesheet since it only returns a simple string. The other change is made in Record::new; there are no tests for this module yet and the heart of the change here is actually tested already in XSLT_Handler.t. Note: I benchmarked calls to Repository in the old and the new situation and did not see significant changes. Test plan: [1] Run t/db_dependent/OAI/Server.t [2] Run oai.pl with ListRecords and marcxml. [3] Run oai.pl with ListRecords and oai_dc. Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 14:28:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 12:28:10 +0000 Subject: [Koha-bugs] [Bug 17807] Use XSLT_Handler in oai.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17807 --- Comment #20 from Nick Clemens --- Created attachment 65536 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65536&action=edit Bug 17807: [Follow-up] Use marcxml for marc21 prefix Not sure what happened here, but this is an easy fix. Test plan: Try oai.pl with marcxml, marc21 and oai_dc again. Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 14:58:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 12:58:34 +0000 Subject: [Koha-bugs] [Bug 19048] Self checkout: Internal server error in sco-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 --- Comment #2 from Jonathan Druart --- Created attachment 65537 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65537&action=edit Bug 19048: (bug 17829 follow-up) Fix regression in self checkout $patronid is not necessarily set or does not match a valid cardnumber. These cases must be taken into account to avoid the script to crash and raise the following error: Can't call method "unblessed" on an undefined value at (...)/koha/opac/sco/sco-main.pl line 117 Test plan: Hit sco/sco-main.pl and confirm that the error is gone with this patch applied -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 14:58:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 12:58:31 +0000 Subject: [Koha-bugs] [Bug 19048] Self checkout: Internal server error in sco-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 14:59:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 12:59:07 +0000 Subject: [Koha-bugs] [Bug 19048] Self checkout: Internal server error in sco-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:03:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:03:38 +0000 Subject: [Koha-bugs] [Bug 19041] footerjs = 1 removed by bug 17855 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:03:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:03:41 +0000 Subject: [Koha-bugs] [Bug 19041] footerjs = 1 removed by bug 17855 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 --- Comment #2 from Jonathan Druart --- Created attachment 65538 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65538&action=edit Bug 19041: (bug 17855 follow-up) Fix regression on bug 16058 From commit 0492fcf87f170846d1e6c8683916a56cb67ce9a7 Bug 17855: Onboarding tool +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -1,5 +1,3 @@ -[% USE Koha %] -[% SET footerjs = 1 %] +[% USE Koha %] has been re-added by commit 151cdcd133d8618a3faf9b47723d66ac3dc71b4e Bug 18673: News author does not display on staff client home page But not the footerjs = 1 Test plan: >From the main page of the staff interface, delete a news item Without this patch applied you will not get a JS confirmation message -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:03:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:03:59 +0000 Subject: [Koha-bugs] [Bug 19041] footerjs = 1 removed by bug 17855 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:07:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:07:56 +0000 Subject: [Koha-bugs] [Bug 10306] Allow multiple Koha to Marc mappings ( say publication info in MARC21 260 or RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #20 from Marcel de Rooy --- Created attachment 65539 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65539&action=edit Bug 10306: Biblio module changes In order to allow multiple Koha to MARC mappings (for one kohafield), we need to adjust a few key routines in C4/Biblio.pm. This results in a few changes in dependent modules too. Note: Multiple mappings also include 'alternating' mappings. Such as the case of MARC21 260 and 264: only one of both fields will be used. Sub TransformMarcToKoha will handle that just fine; the opposite transformation is harder, since we do no longer know which field was the source. In that case TransformKohaToMarc will fill both fields. We only use that operation in Koha for items (in Acquisition and Cataloging). Sub GetMarcSubfieldStructure This sub used a selectall_hashref, which is fine as long as we have only one mapping for each kohafield. But as DBI states it: If a row has the same key as an earlier row then it replaces the earlier row. In other words, we lose the first mapping if we have two. This patch uses selectall_arrayref with Slice and rearranges the output so that the returned hash returns an arrayref of hashrefs for each kohafield. In order to improve consistency, we add an order clause to the SQL statement used too. Sub GetMarcFromKohaField This sub just returned one tag and subfield, but in case of multiple mappings we should return them all now. Note: Many calls still expect just one result and will work just fine: my ($tag, $sub) = GetMarcFromKohaField(...) A possible second mapping would be silently ignored. Often the sub is called for biblionumber or itemnumber. I would not recommend the use of multiple mappings for such fields btw. In case the sub is called in scalar context, it will return only the first tag (instead of the number of tags and subfields). Sub GetMarcSubfieldStructureFromKohaField This sub previously returned the hash for one kohafield. In scalar context it will behave like before: it returns the first hashref in the arrayref that comes from GetMarcSubfieldStructure. In list context, it returns an array of all hashrefs (incl. multiple mappings). The sub is not used in C4::Ris. Removed the use statement. Sub TransformKohaToMarc This sub got a second parameter: frameworkcode. Historically, Koha more or less assumes kohafields to be defined across all frameworks (see Koha to MARC mappings). Therefore it falls back to Default when it is not passed. When going thru all mappings in building a MARC record, it also supports multiple mappings. Note that Koha uses this routine in Acquisition and in Cataloging for items. Normally the MARC record is leading however and the Koha fields are derivatives for optimization and reporting. The added third parameter allows for passing a new option no_split => 1. We use this option in C4::Items::Item2Marc; if two item fields are mapped to one kohafield but would have different values (which would be very unusual), these values are glued together. When transforming to MARC again, we do not want to duplicate the item subfields, but we keep the glued value in both subfields. This operation only affects items, since we are not doing this reverse operation for biblio and biblioitem fields. Sub _get_inverted_marc_field_map This sub is a helper routine of TransformMarcToKoha, the opposite transformation. When saving a MARC record, all kohafields are extracted including multiple mappings. Suppose that you had both 260c and 264c in your record (which you won't), than both values get saved initially into copyrightdate like A | B. The additional code for copyrightdate will extract the first year from this string. A small fix in TransformMarcToKoha makes that it only saves a value in a kohafield if it is defined and not empty. (Same for concatenation.) Sub TransformMarcToKohaOneField This sub now just calls TransformMarcToKoha and extracts the requested field. Note that since we are caching the structure, this does not result in additional database access and is therefore performance-wise insignificant. We simplify code and maintenance. Instead of modifying the passed hashref, it simply returns a value. A call in C4::Breeding is adjusted accordingly. The routine getKohaField in Koha::MetadataRecord is redirected to TransformMarcToKohaOneField. NOTE: The fourth patch restructures/optimizes TransformMarcToKoha[OneField]. Sub get_koha_field_from_marc This sub can be removed. A call is replaced by TransformMarcToKohaOneField in C4::XISBN. Note: The commented lines for sub ModZebrafiles are removed (directly under TransformMarcToKohaOneField). Test plan: For unit tests and interface tests, please see follow-ups. Run qa tools in order to verify that the modules still compile well. Read the code changes and verify that they make sense. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:08:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:08:00 +0000 Subject: [Koha-bugs] [Bug 10306] Allow multiple Koha to Marc mappings ( say publication info in MARC21 260 or RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #21 from Marcel de Rooy --- Created attachment 65540 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65540&action=edit Bug 10306: Allow controlfields in TransformKohaToMarc Since the interface allows you to connect a kohafield to a MARC controlfield, this routine should be able to handle that. Unfortunately it did not. Test plan: Change will be tested in Biblio/TransformKohaToMarc.t in the next patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:08:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:08:05 +0000 Subject: [Koha-bugs] [Bug 10306] Allow multiple Koha to Marc mappings ( say publication info in MARC21 260 or RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #22 from Marcel de Rooy --- Created attachment 65541 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65541&action=edit Bug 10306: Add tests for module changes GetMarcSubfieldStructure: In Biblio.t we are adding a subtest that checks the structure returned by this routine. Is it a hashref pointing to arrayrefs of hashrefs? ;) In Search.t this routine was mocked. The change in the returned structure is now applied to this mock too (moving the marc tag hashes into arrayrefs). GetMarcFromKohaField: In Biblio.t we add a subtest for it. We are checking if it returns multiple mappings (per kohafield) and calling it in scalar context too. GetMarcSubfieldStructureFromKohaField: The existing subtest in Biblio.t is expanded to also test the call in list context. TransformKohaToMarc: This sub has its own test script. We are adding a subtest in TransformKohaToMarc.t for a test with multiple mappings, and for mapping to a control field in another framework. This also tests the additional framework parameter. Additionally, we add a test for the new no_split option used for items. TransformMarcToKoha: This implicitly tests its helper sub _get_inverted. This patch adds a new test script for this routine. TransformMarcToKohaOneField: A few tests are added to the previous new test script. Test plan: [1] Run t/db_dependent/Biblio.t [2] Run t/db_dependent/Biblio/TransformKohaToMarc.t [3] Run t/db_dependent/Biblio/TransformMarcToKoha.t [4] Run t/db_dependent/Search.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:08:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:08:09 +0000 Subject: [Koha-bugs] [Bug 10306] Allow multiple Koha to Marc mappings ( say publication info in MARC21 260 or RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #23 from Marcel de Rooy --- Created attachment 65542 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65542&action=edit Bug 10306: Restructure TransformMarcToKoha and update some POD lines This patch makes the following changes: [1] Added POD for CountItemsIssued, GetBiblioItemData [2] Moved TransformMarcToKohaOneField closer to TransformMarcToKoha (before sub CountItemsIssued) [3] Restructured TransformMarcToKoha by extracting individual kohafields via TransformMarcToKohaOneField. The latter does no longer call the former. This small optimization avoids traversing the whole MARC record again and again. [4] Moved adjusting copyrightdate/publicationyear to separate helper routine _adjust_pubyear [5] Removed obsolete sub _get_inverted_marc_field_map. Test plan: Run t/db_dependent/Biblio/TransformMarcToKoha.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:08:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:08:14 +0000 Subject: [Koha-bugs] [Bug 10306] Allow multiple Koha to Marc mappings ( say publication info in MARC21 260 or RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #24 from Marcel de Rooy --- Created attachment 65543 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65543&action=edit Bug 10306: Support for multiple mappings in koha2marclinks This actually refactors koha2marclinks.pl in order to support multiple mappings per kohafield. Instead of three separate mapping pages for biblio, biblioitems and items, the script now lists them together. This gives a complete overview of all mappings rightaway. Changes are applied immediately across all frameworks. Note: This report builds on the assumption that we do not keep mappings per framework, but consider the Default framework as authoritative. A change to Default is applied to the other frameworks though to keep them in sync. On each line two buttons are provided, Add and Remove, in order to add or remove an individual mapping. We do no longer provide a separate form with the names of MARC tags. Since this form is targeted for administrators, it should be enough to ask for a field tag and subfield code. Note: The mappings for biblionumber, biblioitemnumber and itemnumber are so vital that this form marks them as readonly. It is not recommended to change them. Test plan: [1] Add a mapping. Verify via Frameworks or mysql command line that the kohafield is saved to the other frameworks too. [2] Remove the mapping again. Check Frameworks or mysql cl again. [3] Test adding a second mapping. For instance map copyrightdate to 260c and 264c. Check Frameworks or mysql cl again. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:08:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:08:19 +0000 Subject: [Koha-bugs] [Bug 10306] Allow multiple Koha to Marc mappings ( say publication info in MARC21 260 or RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #25 from Marcel de Rooy --- Created attachment 65544 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65544&action=edit Bug 10306: Adjusted online help text for koha2marclinks Test plan: Click on Help. Read the text. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:08:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:08:23 +0000 Subject: [Koha-bugs] [Bug 10306] Allow multiple Koha to Marc mappings ( say publication info in MARC21 260 or RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #26 from Marcel de Rooy --- Created attachment 65545 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65545&action=edit Bug 10306: Do not allow changes to kohafield within MARC frameworks This patch makes two changes to support making the Default authoritative as for Koha to MARC mappings: [1] Disable the kohafield select combo. Add a hidden input to save value. [2] When a new subfield is added, the kohafield is still empty and should be overwritten with its Default counterpart. Test plan: [1] Add a new tag and subfield in Default. [2] Map it to a kohafield in koha2marclinks.pl [3] Add the same tag and subfield in another framework. Verify that the kohafield is updated after you saved the subfield. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:09:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:09:41 +0000 Subject: [Koha-bugs] [Bug 10306] Allow multiple Koha to Marc mappings ( say publication info in MARC21 260 or RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #27 from Marcel de Rooy --- This is not ready yet. Needs some feedback about a decision to make on viewing Default as authoritative for these mappings. See mail on dev list. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:15:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:15:53 +0000 Subject: [Koha-bugs] [Bug 10306] Allow multiple Koha to Marc mappings ( say publication info in MARC21 260 or RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Medium patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:28:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:28:22 +0000 Subject: [Koha-bugs] [Bug 19041] footerjs = 1 removed by bug 17855 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:28:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:28:25 +0000 Subject: [Koha-bugs] [Bug 19041] footerjs = 1 removed by bug 17855 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65538|0 |1 is obsolete| | --- Comment #3 from Owen Leonard --- Created attachment 65546 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65546&action=edit [SIGNED-OFF] Bug 19041: (bug 17855 follow-up) Fix regression on bug 16058 From commit 0492fcf87f170846d1e6c8683916a56cb67ce9a7 Bug 17855: Onboarding tool +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -1,5 +1,3 @@ -[% USE Koha %] -[% SET footerjs = 1 %] +[% USE Koha %] has been re-added by commit 151cdcd133d8618a3faf9b47723d66ac3dc71b4e Bug 18673: News author does not display on staff client home page But not the footerjs = 1 Test plan: >From the main page of the staff interface, delete a news item Without this patch applied you will not get a JS confirmation message Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:35:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:35:10 +0000 Subject: [Koha-bugs] [Bug 6473] Test bug for Git-bz In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6473 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:35:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:35:40 +0000 Subject: [Koha-bugs] [Bug 19048] Self checkout: Internal server error in sco-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:35:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:35:42 +0000 Subject: [Koha-bugs] [Bug 19048] Self checkout: Internal server error in sco-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65537|0 |1 is obsolete| | --- Comment #3 from Owen Leonard --- Created attachment 65547 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65547&action=edit [SIGNED-OFF] Bug 19048: (bug 17829 follow-up) Fix regression in self checkout $patronid is not necessarily set or does not match a valid cardnumber. These cases must be taken into account to avoid the script to crash and raise the following error: Can't call method "unblessed" on an undefined value at (...)/koha/opac/sco/sco-main.pl line 117 Test plan: Hit sco/sco-main.pl and confirm that the error is gone with this patch applied Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:38:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:38:44 +0000 Subject: [Koha-bugs] [Bug 19041] footerjs = 1 removed by bug 17855 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:38:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:38:48 +0000 Subject: [Koha-bugs] [Bug 19041] footerjs = 1 removed by bug 17855 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65546|0 |1 is obsolete| | --- Comment #4 from Tom?s Cohen Arazi --- Created attachment 65548 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65548&action=edit Bug 19041: (bug 17855 follow-up) Fix regression on bug 16058 From commit 0492fcf87f170846d1e6c8683916a56cb67ce9a7 Bug 17855: Onboarding tool +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -1,5 +1,3 @@ -[% USE Koha %] -[% SET footerjs = 1 %] +[% USE Koha %] has been re-added by commit 151cdcd133d8618a3faf9b47723d66ac3dc71b4e Bug 18673: News author does not display on staff client home page But not the footerjs = 1 Test plan: >From the main page of the staff interface, delete a news item Without this patch applied you will not get a JS confirmation message Signed-off-by: Owen Leonard Signed-off-by: Tomas Cohen Arazi Trivial fix. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:39:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:39:12 +0000 Subject: [Koha-bugs] [Bug 17829] Move GetMember to Koha::Patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17829 --- Comment #30 from Marc V?ron --- Created attachment 65549 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65549&action=edit Bug 19048: (bug 17829 follow-up) Fix regression in self checkout $patronid is not necessarily set or does not match a valid cardnumber. These cases must be taken into account to avoid the script to crash and raise the following error: Can't call method "unblessed" on an undefined value at (...)/koha/opac/sco/sco-main.pl line 117 Test plan: Hit sco/sco-main.pl and confirm that the error is gone with this patch applied Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:40:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:40:09 +0000 Subject: [Koha-bugs] [Bug 17829] Move GetMember to Koha::Patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17829 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch Attachment #65549|0 |1 is obsolete| | --- Comment #31 from Marc V?ron --- Comment on attachment 65549 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65549 Bug 19048: (bug 17829 follow-up) Fix regression in self checkout Sorry, wrong Bug number... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:41:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:41:16 +0000 Subject: [Koha-bugs] [Bug 19048] Self checkout: Internal server error in sco-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 --- Comment #4 from Marc V?ron --- Created attachment 65550 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65550&action=edit Bug 19048: (bug 17829 follow-up) Fix regression in self checkout $patronid is not necessarily set or does not match a valid cardnumber. These cases must be taken into account to avoid the script to crash and raise the following error: Can't call method "unblessed" on an undefined value at (...)/koha/opac/sco/sco-main.pl line 117 Test plan: Hit sco/sco-main.pl and confirm that the error is gone with this patch applied Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:42:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:42:13 +0000 Subject: [Koha-bugs] [Bug 19048] Self checkout: Internal server error in sco-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65550|0 |1 is obsolete| | --- Comment #5 from Marc V?ron --- Comment on attachment 65550 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65550 Bug 19048: (bug 17829 follow-up) Fix regression in self checkout Owen was faster... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:42:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:42:23 +0000 Subject: [Koha-bugs] [Bug 17672] Items table should have a damaged_on column In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65099|0 |1 is obsolete| | Attachment #65100|0 |1 is obsolete| | --- Comment #5 from Owen Leonard --- Created attachment 65551 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65551&action=edit [SIGNED-OFF] Bug 17672 - Items table should have a damaged_on column This patchset adds a 'damaged_on' column to store the date an item is marked damaged, analogous to withdrawn_on and itemlost_on To test: 1 - Apply patch 2 - Mark an item damaged via moredetail.pl (Items tab on left in details) 3 - Note the damaged on date apears below 4 - Unmark the item, the date is removed 5 - Go to the edit items screen (from top bar 'Edit->edit items') 6 - Mark item damaged - check db or moredetails.pl to see damaged_on date 7 - Unmark item damaged - confirm date is removed 8 - prove t/db_dependent/Items.t Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:42:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:42:25 +0000 Subject: [Koha-bugs] [Bug 17672] Items table should have a damaged_on column In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672 --- Comment #6 from Owen Leonard --- Created attachment 65552 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65552&action=edit [SIGNED-OFF] Bug 17672 - Schema updates Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:42:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:42:20 +0000 Subject: [Koha-bugs] [Bug 17672] Items table should have a damaged_on column In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:44:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:44:50 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19048 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 [Bug 19048] Self checkout: Internal server error in sco-main.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:44:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:44:50 +0000 Subject: [Koha-bugs] [Bug 19048] Self checkout: Internal server error in sco-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |12691 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:50:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:50:10 +0000 Subject: [Koha-bugs] [Bug 19048] Self checkout: Internal server error in sco-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:50:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:50:14 +0000 Subject: [Koha-bugs] [Bug 19048] Self checkout: Internal server error in sco-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65547|0 |1 is obsolete| | --- Comment #6 from Tom?s Cohen Arazi --- Created attachment 65553 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65553&action=edit Bug 19048: (bug 17829 follow-up) Fix regression in self checkout $patronid is not necessarily set or does not match a valid cardnumber. These cases must be taken into account to avoid the script to crash and raise the following error: Can't call method "unblessed" on an undefined value at (...)/koha/opac/sco/sco-main.pl line 117 Test plan: Hit sco/sco-main.pl and confirm that the error is gone with this patch applied Signed-off-by: Owen Leonard Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:52:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:52:12 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 15:52:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 13:52:17 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64127|0 |1 is obsolete| | --- Comment #13 from Jonathan Druart --- Created attachment 65554 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65554&action=edit Bug 18292: Remove return 1 statements in tests The test files do not need to return 1 Patch generated with: perl -p -i -e "s/^1;\n//xsm" t/**/*.t Test plan: git grep '^1;$' t/**/*.t should not return any results -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 16:05:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 14:05:34 +0000 Subject: [Koha-bugs] [Bug 19013] sample_data.sql inserts patrons with guarantorid that do not exist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19013 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 16:05:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 14:05:47 +0000 Subject: [Koha-bugs] [Bug 19013] sample_data.sql inserts patrons with guarantorid that do not exist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19013 --- Comment #3 from Tom?s Cohen Arazi --- Created attachment 65556 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65556&action=edit Bug 19013: (QA followup) Set guarantorid to NULL patron sample data Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 16:05:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 14:05:38 +0000 Subject: [Koha-bugs] [Bug 19013] sample_data.sql inserts patrons with guarantorid that do not exist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19013 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65374|0 |1 is obsolete| | --- Comment #2 from Tom?s Cohen Arazi --- Created attachment 65555 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65555&action=edit Bug 19013: Fix borrowers.guarantorid in sammple_patrons.sql That breaks randomly tests on Jenkins (Koha/Patrons.t) It certainly affects data in other languages but I did not find a quick and easy way to modify this file (replace all guarantorid values with NULL) Signed-off-by: Tomas Cohen Arazi Easy fix -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 16:14:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 14:14:36 +0000 Subject: [Koha-bugs] [Bug 19047] Fix AddBiblio call in Reserves.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19047 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 16:14:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 14:14:38 +0000 Subject: [Koha-bugs] [Bug 19047] Fix AddBiblio call in Reserves.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19047 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65532|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 65558 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65558&action=edit [SIGNED-OFF] Bug 19047: Fix AddBiblio call in Reserves.t AddBiblio does not return a title; the biblioitemnumber is stored in the title variable. The variables for biblioitemnumber are not used and can be removed. Test plan: Run t/db_dependent/Reserves.t Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 16:34:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 14:34:44 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 16:34:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 14:34:47 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65401|0 |1 is obsolete| | Attachment #65513|0 |1 is obsolete| | --- Comment #8 from Owen Leonard --- Created attachment 65563 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65563&action=edit [SIGNED-OFF] Bug 16759: Make OPAC holdings table configurable This patch makes the holdings table in the OPAC biblio detail page configurable using the Columns configuration tools. This patch: - Moves the holdingst table from plain DataTable to KohaTable - Creates a sample yml colvis configuration for this table containing all the currently available columns To test: - Visit some record's detail page in the OPAC - Apply this patch - Reload => SUCCESS: The page shows the same information - On the staff interface, go to: Home > Administration > Columns settings => SUCCESS: There's a new OPAC section containing the configuration for holdingst. - Choose to hide some fields (both currently displayed and currently hidden). - Reload the OPAC detail page => SUCCESS: - Required fields are hidden - It doesn't explode because of trying to hide stuff that is not there to start with - Sign off :-D Sponsored-by: DOVER Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 16:34:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 14:34:50 +0000 Subject: [Koha-bugs] [Bug 16759] Make opac holdings table configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16759 --- Comment #9 from Owen Leonard --- Created attachment 65564 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65564&action=edit [SIGNED-OFF] Bug 16759: (followup) Make it work with OpacSeparateHoldings This patch fixes columns_settings.inc so it works for all objects when the selector returns more than one object. To test: - Have the first patch applied - Verify it works correctly - Enable OpacSeparateHoldings - Reload => FAIL: Notice the second holdings tab doesn't have the visualization rules applied. - Apply this patch - Reload => SUCCESS: Rules applied correctly! - Sign off :-D Edit: amended so it preserves the original semantic, returning the resulting table objects. Sponsored-by: Dover Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 16:43:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 14:43:47 +0000 Subject: [Koha-bugs] [Bug 19028] Add 'shelving location' to holdings table in detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19028 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 16:43:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 14:43:50 +0000 Subject: [Koha-bugs] [Bug 19028] Add 'shelving location' to holdings table in detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19028 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65516|0 |1 is obsolete| | Attachment #65517|0 |1 is obsolete| | --- Comment #5 from Owen Leonard --- Created attachment 65565 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65565&action=edit [SIGNED-OFF] Bug 19028: Add OpacLocationOnDetail syspref This patch renames the 'OpacLocationBranchToDisplayShelving' syspref into 'OpacLocationOnDetail' and adds it a fourth option, 'column', that makes the OPAC display shelving location on a separate column, instead of the library names (home, holding or both). Sponsored-by: Dover Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 16:43:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 14:43:53 +0000 Subject: [Koha-bugs] [Bug 19028] Add 'shelving location' to holdings table in detail page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19028 --- Comment #6 from Owen Leonard --- Created attachment 65566 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65566&action=edit [SIGNED-OFF] Bug 19028: Add 'shelving location' to holdings table in detail page This patch adds the option to show shelving locations on a separate column. This is controlled by a new syspref, 'OpacLocationOnDetail', which replaces 'OpacLocationBranchToDisplayShelving', adding a conveniente 'column' option. The new 'Shelving location' column is conveniently added to the columns configuration entry added by bug 16759 for this purpose. The current behaviour is preserved. To test: - Apply this patches - Run the upgrade: $ sudo koha-shell kohadev k$ cd kohaclone k$ perl installer/data/mysql/updatedatabase.pl => SUCCESS: Upgrade doesn't fail - Have an item with shelving location set to something not void - Have the item set home and holding libraries for testing purposes. - Set 'OpacLocationBranchToDisplay' to 'home and holding libraries' [*] - Visit the OPAC detail page for the record containing the item => SUCCESS: Both home and holding libraries are displayed. - Loop through all OpacLocationOnDetail options (except from 'column', we leave it for later). => SUCCESS: Works as expected. - Go to Administration > Columns settings - Make item_shelving_location available in the OPAC section - Reload the OPAC detail page => SUCCESS: No change - Set OpacLocationOnDetail to 'on a separate column' - Reload the OPAC detail page => SUCCESS: Shelving location is displayed on a separate column - Sign off :-D Sponsored-by: Dover [*] For testing purposes Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:14:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:14:44 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #16 from Marc V?ron --- Tested on top of Bug 19048 Template process failed: file error - parse error - (...)/home/marc/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt line 205: unexpected end of directive [% IF ( Koha.Preference('ShowPatronImageInWebBasedSelfCheck') %] -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:14:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:14:55 +0000 Subject: [Koha-bugs] [Bug 17969] Refactor the way <> is generated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17969 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65364|0 |1 is obsolete| | --- Comment #6 from Tom?s Cohen Arazi --- Created attachment 65567 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65567&action=edit Bug 17969: Refactor the way <> is generated <> is generated 4x in advance_notices.pl and once in overdue_notices.pl It would be better to have it in C4::Letters. It will enforce the fact that it already has the same behavior, make it testable and reusable. Test plan: Use the <> tag for advance and overdue notices. The generated notices must be the same as before this patch. Followed test plan, works as expected. Signed-off-by: Marc V?ron Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:15:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:15:01 +0000 Subject: [Koha-bugs] [Bug 17969] Refactor the way <> is generated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17969 --- Comment #7 from Tom?s Cohen Arazi --- Created attachment 65568 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65568&action=edit Bug 17969: (QA followup) Add POD Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:16:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:16:36 +0000 Subject: [Koha-bugs] [Bug 17969] Refactor the way <> is generated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17969 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:17:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:17:59 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:18:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:18:02 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61871|0 |1 is obsolete| | Attachment #64405|0 |1 is obsolete| | Attachment #64664|0 |1 is obsolete| | Attachment #65440|0 |1 is obsolete| | --- Comment #15 from Owen Leonard --- Created attachment 65569 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65569&action=edit [SIGNED-OFF] Bug 18351: Able to delete budget with funds To test: 1) Create a budget, add a fund 2) Delete budget. Notice this is successful and triggers no warning message etc. 3) Go to Funds. Notice the funds appear as if they are not there 4) Go into mysql and view the aqbudgetperiods table - notice the funds are still there and are now inaccessible. 5) Apply patch 6) Create a budget, add a fund 7) Attempt to delete budget. Notice you can't click Delete button. Confirm number of funds in hover message is correct. 8) Delete fund 9) Confirm you can now delete budget. Sponsored-by: Catalyst IT Signed-off-by: Felix Hemme Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:18:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:18:05 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 --- Comment #16 from Owen Leonard --- Created attachment 65570 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65570&action=edit [SIGNED-OFF] Bug 18351: [FOLLOW-UP] Some code fixes See Comment 5. Ready to test. Signed-off-by: Lee Jamison Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:18:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:18:08 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 --- Comment #17 from Owen Leonard --- Created attachment 65571 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65571&action=edit [SIGNED-OFF] Bug 18351: [FOLLOW-UP] Code fix See comment 10. Ready for testing. Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:18:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:18:12 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 --- Comment #18 from Owen Leonard --- Created attachment 65572 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65572&action=edit [SIGNED-OFF] Bug 18351: [FOLLOW-UP] Prevent deletion from forcing URL This patch adds a check in the script for existing funds so that the budget cannot be deleted when forcing the URL and has other small fixes. Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:36:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:36:26 +0000 Subject: [Koha-bugs] [Bug 18851] use Test::DBIx::Class in tests breaks packaging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18851 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64991|0 |1 is obsolete| | --- Comment #25 from Tom?s Cohen Arazi --- Created attachment 65575 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65575&action=edit Bug 18851: Test::DBIx::Class is not needed in 00-load.t Signed-off-by: Mirko Tietgen Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:36:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:36:33 +0000 Subject: [Koha-bugs] [Bug 18851] use Test::DBIx::Class in tests breaks packaging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18851 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64992|0 |1 is obsolete| | --- Comment #26 from Tom?s Cohen Arazi --- Created attachment 65576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65576&action=edit Bug 18851: Tests must be skipped in cardnumber.t if Test::DBIx::Class is not installed Signed-off-by: Mirko Tietgen Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:36:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:36:20 +0000 Subject: [Koha-bugs] [Bug 18851] use Test::DBIx::Class in tests breaks packaging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18851 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64990|0 |1 is obsolete| | --- Comment #24 from Tom?s Cohen Arazi --- Created attachment 65574 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65574&action=edit Bug 18851: Database handler must not be created at runtime Signed-off-by: Mirko Tietgen Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:36:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:36:40 +0000 Subject: [Koha-bugs] [Bug 18851] use Test::DBIx::Class in tests breaks packaging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18851 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65199|0 |1 is obsolete| | --- Comment #27 from Tom?s Cohen Arazi --- Created attachment 65577 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65577&action=edit Bug 18851: Make OverDrive.T pass if dbms is not running Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:36:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:36:45 +0000 Subject: [Koha-bugs] [Bug 18851] use Test::DBIx::Class in tests breaks packaging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18851 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65368|0 |1 is obsolete| | --- Comment #28 from Tom?s Cohen Arazi --- Created attachment 65578 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65578&action=edit Bug 18851: Fix few other tests Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:36:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:36:51 +0000 Subject: [Koha-bugs] [Bug 18851] use Test::DBIx::Class in tests breaks packaging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18851 --- Comment #29 from Tom?s Cohen Arazi --- Created attachment 65579 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65579&action=edit Bug 18851: (QA followup) Test doesn't need sessions on DB As the DB structure is not initialized for sessions, running this tests raise an irrelevant warning. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:38:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:38:08 +0000 Subject: [Koha-bugs] [Bug 18851] use Test::DBIx::Class in tests breaks packaging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18851 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #30 from Tom?s Cohen Arazi --- I successfully ran all the tests: - With and without a DB server running - With and without Test::DBIx::Class installed Added a tiny followup to avoid irrelevant warnings. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:38:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:38:42 +0000 Subject: [Koha-bugs] [Bug 19013] sample_data.sql inserts patrons with guarantorid that do not exist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19013 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:38:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:38:25 +0000 Subject: [Koha-bugs] [Bug 18851] use Test::DBIx::Class in tests breaks packaging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18851 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:38:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:38:59 +0000 Subject: [Koha-bugs] [Bug 17969] Refactor the way <> is generated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17969 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:39:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:39:43 +0000 Subject: [Koha-bugs] [Bug 19048] Self checkout: Internal server error in sco-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:39:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:39:56 +0000 Subject: [Koha-bugs] [Bug 19041] footerjs = 1 removed by bug 17855 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:40:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:40:39 +0000 Subject: [Koha-bugs] [Bug 18055] Speed up '00-strict.t' test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18055 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|gmcharlt at gmail.com |tomascohen at gmail.com CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:44:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:44:47 +0000 Subject: [Koha-bugs] [Bug 17896] BakerTaylorEnabled is not plack safe in reading history at the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17896 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Status|Needs Signoff |Patch doesn't apply --- Comment #5 from Tom?s Cohen Arazi --- Second patch doesn't apply. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:53:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:53:39 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64239|0 |1 is obsolete| | --- Comment #24 from Lee Jamison --- Created attachment 65581 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65581&action=edit Bug 18331: Fix CSV export (once and for all!) I am going to try and explain the problem here in order to make it a have-to-read for next changes. There are several things to test when and most of the time we break something when we try to fix something else. You have to test different CSV export, not only one. There are not all processed the same way. For instance acqui/csv/basket.tt does not contain any strings to translate and the translate script will copy the original file as it. But reports/csv/orders_by_budget.tt will not! Indeed it contains "TOTAL" which will be translated. The generated tt file for the translated language will remove all the carriage returns! That's why we cannot rely on TT for newlines (contrary to bug 16914 assumption). There are two possible methods: 1/ Fix the translate script => Hum... nope 2/ Remove all carriage returns and make them explicit by including an file that only contains 1 carriage return This second method is implemented in this patch. How it works: Use the PRE_CHOMP "[%-" and POST_CHOMP "-%]" (http://www.template-toolkit.org/docs/manual/Config.html#section_PRE_CHOMP_POST_CHOMP) to remove all the newlines that could be added by TT in the original (en) files. Then include the new_line.inc to add a new line. That way original and translated files will behave the same way. The BLOCK in the csv_headers avoid to have the newlines added, in any cases. For instance: by default we will have an empty line at the end of the headers, but the translated headers will not have it. Test plan: At least 2 signoffs will be needed, please test carefully! You will need to generate CSV with at least 2 entries! Test with the non-translated interface (en) and with the language you want. To test with a translated language you will *have to*: - cd misc/translator - perl translate update LANG - manually edit the po file, remove the fuzzy tags, correctly translate the string (do not forget the additional %s in the headers) - perl translate install LANG 1/ Export basket and basketgroup as CSV 2/ Export late orders as CSV 3/ Export items (from the item search) as CSV 4/ Export the 2 reports "Orders by fund" and "Cash register" as CSV Signed-off-by: Lee Jamison Leaving as Needs Signoff as 2 signoffs are required per Comment 1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:53:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:53:49 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65478|0 |1 is obsolete| | --- Comment #25 from Lee Jamison --- Created attachment 65582 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65582&action=edit Bug 18331: Force tt to insert newline to empty_line.inc See end of comment #4 and IRC: http://irc.koha-community.org/koha/2017-08-03#i_1958062 Signed-off-by: Lee Jamison -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 17:53:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 15:53:52 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #26 from Lee Jamison --- Created attachment 65583 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65583&action=edit Fix CSV export (once and for all!) Follow-up on Comment 21 to correct the empty_line.inc include in basket.tt https://bugs.koha-community.org/show_bug.cgi?id=18331 Signed-off-by: Lee Jamison -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 18:37:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 16:37:27 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #57 from Pete Edwards --- I agree with you Marcel, that plugins themselves are not part of the codebase but I think we also agree that the plugin system is. I had forgotten that it was that 3.20 note regarding issue 12412 that had led me to develop the plugin the way I had. I even commented on the issue when I was working it. When I reviewed the code changes this week, I concluded I had been lucky - there is nothing obvious in the code to allow arbitrary file types - the reading routine just allowed a non-MARC record file to drop through to the plugin in a less that obvious way so I can see why you didn't maintain that in this latest update. It highlights the need to have clear in-code documentation that would have explained the intent of the original author. I agree with your suggestion about adding an "Arbitrary" format but that will probably take some time to get through development so for now, I'll move my code to a different plugin that will simply convert to a Marc file and allow my users to download that and then stage it without using any plugin. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 18:50:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 16:50:22 +0000 Subject: [Koha-bugs] [Bug 11577] Automatic renewals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11577 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19053 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053 [Bug 19053] Auto renewal flag is not kept if a confirmation if needed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 18:50:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 16:50:22 +0000 Subject: [Koha-bugs] [Bug 19053] New: Auto renewal flag is not kept if a confirmation if needed Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053 Bug ID: 19053 Summary: Auto renewal flag is not kept if a confirmation if needed Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: major Priority: P5 - low Component: Circulation Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Depends on: 11577 If an item is checked out with the auto renewal flag and a confirmation is needed (holds exist, past due date, etc.) the auto renewal flag will get lost. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11577 [Bug 11577] Automatic renewals -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 18:52:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 16:52:47 +0000 Subject: [Koha-bugs] [Bug 19053] Auto renewal flag is not kept if a confirmation if needed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 18:52:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 16:52:50 +0000 Subject: [Koha-bugs] [Bug 19053] Auto renewal flag is not kept if a confirmation if needed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053 --- Comment #1 from Jonathan Druart --- Created attachment 65588 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65588&action=edit Bug 19053: Keep auto_renew flag if a confirmation is needed If an item is checked out with the auto renewal flag and a confirmation is needed (holds exist, past due date, etc.) the auto renewal flag will get lost. Test plan: - Check an item out and specify a past due date - Confirm the checkout on the confirmation screen => Without this patch the checkout is not marked as auto renewal => With this patch applied the auto renewal flag will be set to the checkout -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 18:58:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 16:58:21 +0000 Subject: [Koha-bugs] [Bug 19014] Patrons should not get a on_reserve notification if the checkout is due in the future In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Limit auto-renewal notice |Patrons should not get a |to item due immediately. |on_reserve notification if |Template Toolkit change? |the checkout is due in the | |future CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 19:01:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 17:01:07 +0000 Subject: [Koha-bugs] [Bug 17314] REST API: Add API route to create, list and delete a purchase suggestion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17314 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |J.P.Knight at lboro.ac.uk --- Comment #19 from Jon Knight --- Just been playing with this (as I've been asked to look at getting our LORLS reading list system purchase predictor to generate purchasing suggestions directly into Koha rather than just emailing the suggestions to library staff). Its good stuff. I'd concur about the "STATUS": "ASKED" by default, and I also needed to put a "branchcode" of "TEST" in (on kohadevbox). Without these, the suggestions made via the API didn't show up in the "Home ? Acquisitions ? Suggestions management" interface, even if I searched for status of "Any" and even though they were in the tables. Good to see that it can be used to insert quantity and price too. Is development of this patch still ongoing? Also PUT appears to actually be a PATCH operation as it doesn't require the whole object data to be specified - should the HTTP method be changed to reflect that? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 19:14:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 17:14:53 +0000 Subject: [Koha-bugs] [Bug 19014] Patrons should not get a on_reserve notification if the checkout is due in the future In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 19:14:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 17:14:57 +0000 Subject: [Koha-bugs] [Bug 19014] Patrons should not get a on_reserve notification if the checkout is due in the future In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 --- Comment #1 from Jonathan Druart --- Created attachment 65590 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65590&action=edit Bug 19014: Do not sent on_reserve notification if the checkout is due in the future If holds exist on an item that have been checked out and marked as auto renewal, we do not want to notify patrons with a on_reserve notification if the checkout is due in the future. These on_reserve notifications must only be sent if the checkout is due today or in the past. Test plan: - Check an item in and mark it as auto renewal, use a due date in the past to ease the testing - Place a hold in this item - Execute the cronjob => Without this patch, the patron will get notified even if the checkout is due in the future => With this patch applied the patron will only get notified the day the checkout is due or if the due date is passed -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 19:19:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 17:19:59 +0000 Subject: [Koha-bugs] [Bug 19014] Patrons should not get a on_reserve notification if the checkout is due in the future In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org Version|17.05 |master --- Comment #2 from Jonathan Druart --- Hi Ray, What you describe sounds like a bug. Could you take a look at this patch and tell me if it could meet your needs? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 20:08:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 18:08:10 +0000 Subject: [Koha-bugs] [Bug 19014] Patrons should not get a on_reserve notification if the checkout is due in the future In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19053 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 20:08:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 18:08:10 +0000 Subject: [Koha-bugs] [Bug 19053] Auto renewal flag is not kept if a confirmation if needed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19014 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 20:28:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 18:28:19 +0000 Subject: [Koha-bugs] [Bug 18555] Create patron list from patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18555 --- Comment #7 from Nick Clemens --- (In reply to Marc V?ron from comment #6) > (In reply to Nick Clemens from comment #5) > Can you elaborate a little bit what you mean by 1) ? 109 #create a patronlist 110 my $createpatronlist = $input->param('createpatronlist') || 0; 111 my $dt = dt_from_string(); 112 my $timestamp = $dt->ymd('-').' '.$dt->hms(':'); 113 my $patronlistname = $uploadborrowers . ' (' . $timestamp .')'; 124 #create a patronlist 125 my $createpatronlist = $input->param('createpatronlist'); 126 my $dt = dt_from_string(); 127 my $timestamp = $dt->ymd('-').' '.$dt->hms(':'); 128 my $patronlistname = $uploadborrowers. ' (' . $timestamp .')'; We do this twice - if createpatronlist isn't checked we don't need to do the rest of the setup > > 2) and 3) could go to a new bug based on this one - I have not much time ATM. I will try to provide a followup or open a new bug for these. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 20:33:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 18:33:47 +0000 Subject: [Koha-bugs] [Bug 16588] Remove the Readonly dependency (again) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16588 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 21:24:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 19:24:58 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 --- Comment #6 from Tom?s Cohen Arazi --- Created attachment 65592 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65592&action=edit Bug 18624: Regression test for 'any' vs 'all' This test makes it explicit that the only string producing _all as index on build_authorities_query_compat is 'all'. To test: - Apply this patch - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t => FAIL: Test fails because the list of valid values is wrong in Koha. Note: this list has to be in sync with the templates passing the same values. A followup will be added to fix a discrepancy found between OPAC and Intranet. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 21:25:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 19:25:09 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64385|0 |1 is obsolete| | --- Comment #7 from Tom?s Cohen Arazi --- Created attachment 65593 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65593&action=edit Bug 18624: Run time errors when searching authorities with Elastic search 5.3 It seems we have a syntax mismatch - any vs all all seems to the be list we expect so updating code that way To test: 1 - Enabled Elasticsearch 2 - Index some authorities 3 - Perform a 'Search entire record' search 4 - Internal server error ( Invalid marclist field provided: all at /usr/local/koha/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm line 433. ) 5 - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t => FAIL: Tests fail because 'any is used' 6 - Apply patch 7 - Search should work 8 - Run: k$ prove t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t => SUCCESS: Tests pass! 9 Sign off :-D Signed-off-by: Tomas Cohen Arazi Edited the test plan so it mentions the new tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 21:24:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 19:24:50 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 --- Comment #5 from Tom?s Cohen Arazi --- Created attachment 65591 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65591&action=edit Bug 18624: Minor refactoring to ease testing Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 21:25:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 19:25:16 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 --- Comment #8 from Tom?s Cohen Arazi --- Created attachment 65594 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65594&action=edit Bug 18624: (followup) opac-authorities-home.tt uses 'any' Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 21:25:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 19:25:39 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Patch complexity|--- |Small patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 21:30:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 19:30:41 +0000 Subject: [Koha-bugs] [Bug 19049] Recover the Arbitrary file type on stage-marc-import with plugin to_marc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |koha at jsense.co.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 21:32:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 19:32:02 +0000 Subject: [Koha-bugs] [Bug 19049] Recover the Arbitrary file type on stage-marc-import with plugin to_marc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #2 from Marcel de Rooy --- Created attachment 65595 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65595&action=edit Bug 19049: Restore import with to_marc plugin Still needs some polishing and testing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:24:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:24:19 +0000 Subject: [Koha-bugs] [Bug 17728] Move C4::Reserves code to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19055 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19055 [Bug 19055] GetReservesToBranch is not used -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:24:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:24:19 +0000 Subject: [Koha-bugs] [Bug 19055] New: GetReservesToBranch is not used Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19055 Bug ID: 19055 Summary: GetReservesToBranch is not used Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Blocks: 17728 Let's remove it Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 [Bug 17728] Move C4::Reserves code to the Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:24:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:24:42 +0000 Subject: [Koha-bugs] [Bug 17728] Move C4::Reserves code to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 --- Comment #4 from Jonathan Druart --- Bug 19055 - GetReservesToBranch is not used -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:42:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:42:12 +0000 Subject: [Koha-bugs] [Bug 19056] New: Move C4::Reserves::GetReserveCount to the Koha namespace Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19056 Bug ID: 19056 Summary: Move C4::Reserves::GetReserveCount to the Koha namespace Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org C4::Reserves::GetReserveCount can easily be replaced with Koha::Patron->holds->count -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:44:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:44:12 +0000 Subject: [Koha-bugs] [Bug 19055] GetReservesToBranch is not used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19055 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:44:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:44:16 +0000 Subject: [Koha-bugs] [Bug 19055] GetReservesToBranch is not used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19055 --- Comment #1 from Jonathan Druart --- Created attachment 65600 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65600&action=edit Bug 19055: Remove C4::Reserves::GetReservesToBranch This subroutine is no longer in used and can be removed Test plan: git grep GetReservesToBranch must not return any results -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:45:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:45:59 +0000 Subject: [Koha-bugs] [Bug 19056] Move C4::Reserves::GetReserveCount to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19056 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17728 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 [Bug 17728] Move C4::Reserves code to the Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:45:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:45:59 +0000 Subject: [Koha-bugs] [Bug 17728] Move C4::Reserves code to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19056 --- Comment #5 from Jonathan Druart --- Bug 19056 - Move C4::Reserves::GetReserveCount to the Koha namespace Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19056 [Bug 19056] Move C4::Reserves::GetReserveCount to the Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:49:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:49:52 +0000 Subject: [Koha-bugs] [Bug 19055] GetReservesToBranch is not used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19055 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19025 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:49:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:49:52 +0000 Subject: [Koha-bugs] [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19055 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19055 [Bug 19055] GetReservesToBranch is not used -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:50:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:50:02 +0000 Subject: [Koha-bugs] [Bug 19055] GetReservesToBranch is not used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19055 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65600|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart --- Created attachment 65603 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65603&action=edit Bug 19055: Remove C4::Reserves::GetReservesToBranch This subroutine is no longer in used and can be removed Test plan: git grep GetReservesToBranch must not return any results -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:54:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:54:15 +0000 Subject: [Koha-bugs] [Bug 19056] Move C4::Reserves::GetReserveCount to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19056 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:54:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:54:19 +0000 Subject: [Koha-bugs] [Bug 19056] Move C4::Reserves::GetReserveCount to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19056 --- Comment #1 from Jonathan Druart --- Created attachment 65604 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65604&action=edit Bug 19056: Replace C4::Reserves::GetReserveCount with Koha::Patron->holds->count This subroutine is only used once and can easily be replaced with Koha::Patron->holds->count Test plan: - Set maxreserves=5 - Place 3 holds for a given patron - Place again 3 holds for this patron 3+3 > 5 => The holds must not be placed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:54:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:54:31 +0000 Subject: [Koha-bugs] [Bug 19056] Move C4::Reserves::GetReserveCount to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19056 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19055 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19055 [Bug 19055] GetReservesToBranch is not used -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:54:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:54:31 +0000 Subject: [Koha-bugs] [Bug 19055] GetReservesToBranch is not used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19055 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19056 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19056 [Bug 19056] Move C4::Reserves::GetReserveCount to the Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:55:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:55:41 +0000 Subject: [Koha-bugs] [Bug 19057] New: Move C4::Reserves::GetReserve to the Koha namespace Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057 Bug ID: 19057 Summary: Move C4::Reserves::GetReserve to the Koha namespace Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Depends on: 19056 C4::Reserves::GetReserve must be replaced with Koha::Holds->find Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19056 [Bug 19056] Move C4::Reserves::GetReserveCount to the Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:55:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:55:59 +0000 Subject: [Koha-bugs] [Bug 17728] Move C4::Reserves code to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19057 --- Comment #6 from Jonathan Druart --- Bug 19057 - Move C4::Reserves::GetReserve to the Koha namespace Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057 [Bug 19057] Move C4::Reserves::GetReserve to the Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:55:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:55:41 +0000 Subject: [Koha-bugs] [Bug 19056] Move C4::Reserves::GetReserveCount to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19056 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19057 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057 [Bug 19057] Move C4::Reserves::GetReserve to the Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 22:55:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 20:55:59 +0000 Subject: [Koha-bugs] [Bug 19057] Move C4::Reserves::GetReserve to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17728 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 [Bug 17728] Move C4::Reserves code to the Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:01:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:01:32 +0000 Subject: [Koha-bugs] [Bug 19058] New: Move C4::Reserves::GetReserveId to Koha::Holds Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19058 Bug ID: 19058 Summary: Move C4::Reserves::GetReserveId to Koha::Holds Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Depends on: 19057 Blocks: 17728 GetReserveId can easily be replaced with a call to Koha::Holds->search->next->reserve_id It will ease next changes to use Koha::Hold objects Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 [Bug 17728] Move C4::Reserves code to the Koha namespace https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057 [Bug 19057] Move C4::Reserves::GetReserve to the Koha namespace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:01:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:01:32 +0000 Subject: [Koha-bugs] [Bug 19057] Move C4::Reserves::GetReserve to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19058 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19058 [Bug 19058] Move C4::Reserves::GetReserveId to Koha::Holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:01:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:01:32 +0000 Subject: [Koha-bugs] [Bug 17728] Move C4::Reserves code to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19058 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19058 [Bug 19058] Move C4::Reserves::GetReserveId to Koha::Holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:02:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:02:53 +0000 Subject: [Koha-bugs] [Bug 19058] Move C4::Reserves::GetReserveId to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19058 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:02:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:02:56 +0000 Subject: [Koha-bugs] [Bug 19058] Move C4::Reserves::GetReserveId to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19058 --- Comment #1 from Jonathan Druart --- Created attachment 65606 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65606&action=edit Bug 19058: Move C4::Reserves::GetReserveId to the Koha namespace GetReserveId can easily be replaced with a call to Koha::Holds->search->next->reserve_id It will ease next changes to use Koha::Hold objects Test plan: Cancel a reserve and print a slip reserve -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:04:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:04:19 +0000 Subject: [Koha-bugs] [Bug 19059] New: Move C4::Reserves::CancelReserve to the Koha::Hold-> cancel Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 Bug ID: 19059 Summary: Move C4::Reserves::CancelReserve to the Koha::Hold->cancel Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org Depends on: 19058 Blocks: 17728 Let's move C4::Reserves::CancelReserve code to Koha::Hold->cancel Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 [Bug 17728] Move C4::Reserves code to the Koha namespace https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19058 [Bug 19058] Move C4::Reserves::GetReserveId to Koha::Holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:04:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:04:19 +0000 Subject: [Koha-bugs] [Bug 17728] Move C4::Reserves code to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19059 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:04:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:04:19 +0000 Subject: [Koha-bugs] [Bug 19058] Move C4::Reserves::GetReserveId to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19058 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19059 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:11:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:11:38 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:11:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:11:42 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 --- Comment #1 from Jonathan Druart --- Created attachment 65607 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65607&action=edit Bug 19059: Move C4::Reserves::CancelReserve to Koha::Hold->cancel This patch adds a new Koha::Hold->cancel method and replaces the calls to C4::Reserves::CancelReserve with it. Test plan: - Add and cancel holds - Change priority of holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:11:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:11:46 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 --- Comment #2 from Jonathan Druart --- Created attachment 65608 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65608&action=edit Bug 19059: Remove CancelReserve - move tests Move the existing tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:11:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:11:49 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 --- Comment #3 from Jonathan Druart --- Created attachment 65609 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65609&action=edit Bug 19059: Remove CancelReserve - add new tests This is bonus, let's add new tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:11:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:11:53 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 --- Comment #4 from Jonathan Druart --- Created attachment 65610 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65610&action=edit Bug 19059: Remove CancelReserve - do not log DELETE There is something wrong with the DELETE log, it should be replaced with a FILLED log. Anyway, here we do not want it to be logged. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:11:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:11:56 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 --- Comment #5 from Jonathan Druart --- Created attachment 65611 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65611&action=edit Bug 19059: Remove CancelReserve It's done! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:11:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:11:59 +0000 Subject: [Koha-bugs] [Bug 17728] Move C4::Reserves code to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 --- Comment #7 from Jonathan Druart --- Bug 19058 - Move C4::Reserves::GetReserveId to Koha::Holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:12:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:12:07 +0000 Subject: [Koha-bugs] [Bug 17728] Move C4::Reserves code to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17728 --- Comment #8 from Jonathan Druart --- Bug 19059 - Move C4::Reserves::CancelReserve to the Koha::Hold->cancel -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:15:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:15:07 +0000 Subject: [Koha-bugs] [Bug 19057] Move C4::Reserves::GetReserve to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:15:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:15:12 +0000 Subject: [Koha-bugs] [Bug 19057] Move C4::Reserves::GetReserve to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057 --- Comment #1 from Jonathan Druart --- Created attachment 65612 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65612&action=edit Bug 19057: Move C4::Reserve::GetReserve to Koha::Holds This GetReserve subroutine can be replaced with Koha::Holds->find Test plan: - git grep GetReserve must not return results where GetReserve is called - Cancel a reserve -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:15:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:15:35 +0000 Subject: [Koha-bugs] [Bug 19057] Move C4::Reserves::GetReserve to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057 --- Comment #2 from Jonathan Druart --- Created attachment 65613 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65613&action=edit Bug 19057: Remove C4::Reserves::GetReserve -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:45:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:45:01 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #58 from Katrin Fischer --- Hi Marcel, I am sorry, I didn't mean to upset you. I think you are right - this should have been documented in the code base as I think I was the only one to remember the related bug report when seeing this, which explains the comments on the bug report so far. Thx for filing the new bug and trying to undo the regression! I think maybe we could add a page in the wiki about existing plugin hooks, what do you think? There is https://wiki.koha-community.org/wiki/Koha_plugins, but it doesn't mention neither import nor EDIFACT plugins. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 7 23:57:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 07 Aug 2017 21:57:20 +0000 Subject: [Koha-bugs] [Bug 10306] Allow multiple Koha to Marc mappings ( say publication info in MARC21 260 or RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Christopher Davis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tubaclarinet at protonmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 06:26:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 04:26:27 +0000 Subject: [Koha-bugs] [Bug 18019] Add CSRF protection to authorities-home.pl (op==delete) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18019 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt at gmail.com QA Contact| |testopia at bugs.koha-communit | |y.org Product|Koha security |Koha Component|Koha |Staff Client Group|Koha security | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 06:27:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 04:27:51 +0000 Subject: [Koha-bugs] [Bug 18010] Remove potential exposure from gettemplate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18010 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |testopia at bugs.koha-communit | |y.org Component|Koha |Templates Group|Koha security | Product|Koha security |Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 06:28:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 04:28:29 +0000 Subject: [Koha-bugs] [Bug 18349] Possibility to checkout/ renew bypassing the circ rules using SCO In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18349 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Koha security | CC| |chris at bigballofwax.co.nz Product|Koha security |Koha Component|Koha |Self checkout -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 06:28:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 04:28:57 +0000 Subject: [Koha-bugs] [Bug 17900] Possible SQL injection in patroncards template editing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17900 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Koha security | Product|Koha security |Koha Component|Koha |Label/patron card printing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 06:29:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 04:29:22 +0000 Subject: [Koha-bugs] [Bug 18124] CSRF tokens must be limited to user's session In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18124 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |testopia at bugs.koha-communit | |y.org Component|Koha |Authentication Product|Koha security |Koha Group|Koha security | CC| |dpavlin at rot13.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 06:29:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 04:29:58 +0000 Subject: [Koha-bugs] [Bug 18854] DoS Offset In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18854 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Koha |Searching Group|Koha security | Product|Koha security |Koha Assignee|chris at bigballofwax.co.nz |koha-bugs at lists.koha-commun | |ity.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 06:30:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 04:30:22 +0000 Subject: [Koha-bugs] [Bug 18653] Possible privacy breach with OPAC password recovery In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18653 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Koha security | CC| |chris at bigballofwax.co.nz Component|Koha |OPAC Product|Koha security |Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 09:16:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 07:16:28 +0000 Subject: [Koha-bugs] [Bug 19014] Patrons should not get a on_reserve notification if the checkout is due in the future In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 --- Comment #3 from Ray Delahunty --- Yes, I think that is a perfect plan. My suggestion about the edit to the template toolkit was just a suggestion. We have a workaround in place in 16.05 (which has the same problem) and will have to retain it when we upgrade to 17.05 in a week or so. We have repurposed ODUE to be the renewal failed advisory, and use RENEWAL as the renewal success advisory, and have turned off the AUTO_RENEWAL notice. That works OK, but we do hope to see the functionality working as you describe so we can restart using AUTO_RENEWAL. We are also funding the change of that email into a digest one, to further improve the auto-renewal functionality. Ray Delahunty University of the Arts London -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:08:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:08:17 +0000 Subject: [Koha-bugs] [Bug 18555] Create patron list from patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18555 --- Comment #8 from Marc V?ron --- Created attachment 65614 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65614&action=edit Bug 18555: (QA-Followup) Remove duplicate code Remove duplicate code as of comment #7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:09:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:09:49 +0000 Subject: [Koha-bugs] [Bug 18555] Create patron list from patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18555 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #9 from Marc V?ron --- Hope it's OK to set back to SO. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:15:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:15:19 +0000 Subject: [Koha-bugs] [Bug 19053] Auto renewal flag is not kept if a confirmation if needed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:15:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:15:21 +0000 Subject: [Koha-bugs] [Bug 19053] Auto renewal flag is not kept if a confirmation if needed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65588|0 |1 is obsolete| | --- Comment #2 from Josef Moravec --- Created attachment 65615 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65615&action=edit [SIGNED-OFF] Bug 19053: Keep auto_renew flag if a confirmation is needed If an item is checked out with the auto renewal flag and a confirmation is needed (holds exist, past due date, etc.) the auto renewal flag will get lost. Test plan: - Check an item out and specify a past due date - Confirm the checkout on the confirmation screen => Without this patch the checkout is not marked as auto renewal => With this patch applied the auto renewal flag will be set to the checkout Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:19:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:19:11 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com Attachment #65515|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:20:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:20:26 +0000 Subject: [Koha-bugs] [Bug 19055] GetReservesToBranch is not used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19055 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65603|0 |1 is obsolete| | --- Comment #3 from Marc V?ron --- Created attachment 65616 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65616&action=edit Bug 19055: Remove C4::Reserves::GetReservesToBranch This subroutine is no longer in used and can be removed Test plan: git grep GetReservesToBranch must not return any results Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:20:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:20:51 +0000 Subject: [Koha-bugs] [Bug 19055] GetReservesToBranch is not used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19055 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:31:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:31:10 +0000 Subject: [Koha-bugs] [Bug 19056] Move C4::Reserves::GetReserveCount to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19056 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65604|0 |1 is obsolete| | --- Comment #2 from Marc V?ron --- Created attachment 65617 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65617&action=edit Bug 19056: Replace C4::Reserves::GetReserveCount with Koha::Patron->holds->count This subroutine is only used once and can easily be replaced with Koha::Patron->holds->count Test plan: - Set maxreserves=5 - Place 3 holds for a given patron - Place again 3 holds for this patron 3+3 > 5 => The holds must not be placed Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:31:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:31:35 +0000 Subject: [Koha-bugs] [Bug 19056] Move C4::Reserves::GetReserveCount to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19056 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:40:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:40:43 +0000 Subject: [Koha-bugs] [Bug 19057] Move C4::Reserves::GetReserve to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65612|0 |1 is obsolete| | --- Comment #3 from Marc V?ron --- Created attachment 65618 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65618&action=edit Bug 19057: Move C4::Reserve::GetReserve to Koha::Holds This GetReserve subroutine can be replaced with Koha::Holds->find Test plan: - git grep GetReserve must not return results where GetReserve is called - Cancel a reserve Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:42:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:42:22 +0000 Subject: [Koha-bugs] [Bug 19057] Move C4::Reserves::GetReserve to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65613|0 |1 is obsolete| | --- Comment #4 from Marc V?ron --- Created attachment 65619 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65619&action=edit Bug 19057: Remove C4::Reserves::GetReserve Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:42:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:42:40 +0000 Subject: [Koha-bugs] [Bug 19057] Move C4::Reserves::GetReserve to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19057 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:52:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:52:53 +0000 Subject: [Koha-bugs] [Bug 19058] Move C4::Reserves::GetReserveId to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19058 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch Status|Needs Signoff |Failed QA --- Comment #2 from Marc V?ron --- t/db_dependent/Holds.t complains because of tests count (You planned 56 tests but ran 55). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:59:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:59:27 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:59:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:59:32 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65581|0 |1 is obsolete| | Attachment #65582|0 |1 is obsolete| | Attachment #65583|0 |1 is obsolete| | --- Comment #27 from Josef Moravec --- Created attachment 65620 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65620&action=edit [SIGNED-OFF] Bug 18331: Fix CSV export (once and for all!) I am going to try and explain the problem here in order to make it a have-to-read for next changes. There are several things to test when and most of the time we break something when we try to fix something else. You have to test different CSV export, not only one. There are not all processed the same way. For instance acqui/csv/basket.tt does not contain any strings to translate and the translate script will copy the original file as it. But reports/csv/orders_by_budget.tt will not! Indeed it contains "TOTAL" which will be translated. The generated tt file for the translated language will remove all the carriage returns! That's why we cannot rely on TT for newlines (contrary to bug 16914 assumption). There are two possible methods: 1/ Fix the translate script => Hum... nope 2/ Remove all carriage returns and make them explicit by including an file that only contains 1 carriage return This second method is implemented in this patch. How it works: Use the PRE_CHOMP "[%-" and POST_CHOMP "-%]" (http://www.template-toolkit.org/docs/manual/Config.html#section_PRE_CHOMP_POST_CHOMP) to remove all the newlines that could be added by TT in the original (en) files. Then include the new_line.inc to add a new line. That way original and translated files will behave the same way. The BLOCK in the csv_headers avoid to have the newlines added, in any cases. For instance: by default we will have an empty line at the end of the headers, but the translated headers will not have it. Test plan: At least 2 signoffs will be needed, please test carefully! You will need to generate CSV with at least 2 entries! Test with the non-translated interface (en) and with the language you want. To test with a translated language you will *have to*: - cd misc/translator - perl translate update LANG - manually edit the po file, remove the fuzzy tags, correctly translate the string (do not forget the additional %s in the headers) - perl translate install LANG 1/ Export basket and basketgroup as CSV 2/ Export late orders as CSV 3/ Export items (from the item search) as CSV 4/ Export the 2 reports "Orders by fund" and "Cash register" as CSV Signed-off-by: Lee Jamison Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:59:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:59:39 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #29 from Josef Moravec --- Created attachment 65622 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65622&action=edit [SIGNED-OFF] Bug 18331: Followup - Fix CSV export (once and for all!) Follow-up on Comment 21 to correct the empty_line.inc include in basket.tt https://bugs.koha-community.org/show_bug.cgi?id=18331 Signed-off-by: Lee Jamison Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:59:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:59:36 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #28 from Josef Moravec --- Created attachment 65621 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65621&action=edit [SIGNED-OFF] Bug 18331: Force tt to insert newline to empty_line.inc See end of comment #4 and IRC: http://irc.koha-community.org/koha/2017-08-03#i_1958062 Signed-off-by: Lee Jamison Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 10:59:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 08:59:43 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #30 from Josef Moravec --- Created attachment 65623 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65623&action=edit [SIGNED-OFF] Bug 18331: Followup - fix path to orders_by_budget csv header Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 11:31:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 09:31:04 +0000 Subject: [Koha-bugs] [Bug 19060] New: Patrons should not get a max fines block auto-renewal notification for items due in the future. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19060 Bug ID: 19060 Summary: Patrons should not get a max fines block auto-renewal notification for items due in the future. Change sponsored?: --- Product: Koha Version: 17.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs at lists.koha-community.org Reporter: r.delahunty at arts.ac.uk QA Contact: testopia at bugs.koha-community.org This appears related to 19014. Current functionality in 17.05: Auto-renewal is enabled for specific user and item type combinations. This user has fines in excess of that specified in OPACFineNoRenewalBlockAutoRenewal This user has an item due today, and others due at various times in the future, some many weeks ahead. When the auto-renewal job runs today, Koha is sending an AUTO_RENEWAL email to this user for each of the items on loan, warning that each has failed automatic renewal. Desired functionality in 17.05: When the auto-renewal job runs, Koha should only send an AUTO_RENEWAL failure email to the user for item(s) due for automatic renewal today. Other items are still validly on loan and are not due for renewal. The user is being contacted multiple times unnecessarily and this can be confusing. Ray Delahunty University of the Arts London -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 12:39:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 10:39:44 +0000 Subject: [Koha-bugs] [Bug 19061] New: sql injection vulnerability in cash_register_stats.pl Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19061 Bug ID: 19061 Summary: sql injection vulnerability in cash_register_stats.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Reports Assignee: koha-bugs at lists.koha-community.org Reporter: colin.campbell at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org two parameters are embedded in the sql statement executed by this report, so that sending a single quote as the value for branch generates a return of a mysql error. Parameters should always be passed via placeholders in the statement and as parameters to the exec call. While not a major vulnerability this will be picked up by penetration testing scripts -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 12:49:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 10:49:36 +0000 Subject: [Koha-bugs] [Bug 19062] New: Don't queue check-in/ checkout messages if patron has no e-mail Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19062 Bug ID: 19062 Summary: Don't queue check-in/checkout messages if patron has no e-mail Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Notices Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org If the patron has no e-mail address we should not queue a check-in or checkout message. If later on an e-mail address is added to the patron account all the old messages could be sent out by accident. Check out and check in messages are only interesting close to the checkout/checkin process, later on, they are just confusing to patrons. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 12:52:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 10:52:47 +0000 Subject: [Koha-bugs] [Bug 18725] Process_message_queue sends duplicate emails if message_queue is not writable. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- I am not sure if it's the right fix, but everything still seems to work alright. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 12:53:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 10:53:47 +0000 Subject: [Koha-bugs] [Bug 18725] Process_message_queue sends duplicate emails if message_queue is not writable. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 12:53:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 10:53:50 +0000 Subject: [Koha-bugs] [Bug 18725] Process_message_queue sends duplicate emails if message_queue is not writable. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64803|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 65625 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65625&action=edit [SIGNED OFF] Bug 18725 - Process_message_queue sends duplicate emails if message_queue is not writable. Last week, we had a database server whose disk filled, causing database writes to fail. This meant that messages in message_queue marked 'pending' were not marked as 'sent' when they were added to the postfix mail queue; messages were sent every 15 minutes (as specified in the cron job) until the disk space issues were cleared. I would suggest adding a token write to the start of process_message_queue.pl as a 'canary in the coal mine'. If the database write fails, process_message_queue should stop, because it's not safe to proceed sending emails that may not be marked 'sent'. I have no good idea on how to test this patch so this is what I've got: Test Plan: 1) Apply this patch 2) prove t/db_dependent/Letters.t Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 13:04:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 11:04:36 +0000 Subject: [Koha-bugs] [Bug 19063] New: Can' t receive order if one of the on order items has no itemtype Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19063 Bug ID: 19063 Summary: Can't receive order if one of the on order items has no itemtype Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org When receiving an order where one or more items have no itemtype set, there is the usual "internal server error" from Plack. The Plack error log shows: item-level_itypes set but no itemtype set for item (3) at /home/vagrant/kohaclone/Koha/Schema/Result/Item.pm line 698. Can't call method "description" on an undefined value at /home/vagrant/kohaclone/acqui/orderreceive.pl line 150. To test: - Create a basket - Create an order (AceCreateItem set to 'on order') with multiple items - Make sure one or more of the items have no itemtype set - Close basket - Receive shipment - Try to receive one or more items from the order - Verify error shows For on order items it might make sense to allow an empty itemtype - libraries might want to decide about that when the items arrive. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 13:35:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 11:35:33 +0000 Subject: [Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #4 from Katrin Fischer --- There is a slight change in behaviour from these patches, but after giving it some thought, I think it makes more sense this way: Before: - Receive the order, but invoice is not closed - Acq home: - shipping cost is added to 'ordered', but not shown in list (not ok) - Fund table: - shipping cost is added to 'total ordered' - Close invoice - Acq home: - shipping cost is NOT added to 'spent' and shows in list (not ok) - Fund table: - shipping cost is added to 'total spent' After: - Receive the order, but invoice is not closed - Acq home: - shipping cost is added to 'spent' and shows in list (ok) - Fund table: - shipping cost is added to 'total spent' - Close invoice - Acq home: - shipping cost is added to 'spent' and shows in list (ok) - Fund table: - shipping cost is added to 'total spent' So with the new patch the funds table and acq table always match, which is good. Also the sum on the acq home page for 'spent' and the sum on the linked list of ordered items match. There is no longer a different behaviour for open/closed invoiced. But as this was only applying to the shipping cost and not the cost for the items itself, it seems more consistent this way. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 13:36:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 11:36:15 +0000 Subject: [Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999 --- Comment #5 from Katrin Fischer --- Created attachment 65626 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65626&action=edit [SIGNED OFF] Bug 18999- Modified SQL query in GetBudgetSpent() in C4/Budgets.pm Removed the SQL select condition 'AND closedate IS NOT NULL' because this was not returning shippingcost values and it does not exist in the SQL query to return the shipping cost in spent.pl Also removed the retrieval of shipping cost and the associated addition of item(s) cost and shipping cost in GetBudgetOrdered() in C4/Budgets.pm to prevent the shipping costs being subtracted off the fund total twice Test plan: 1. Go to Acquisition and create a currency, budget (make this value of 100), fund ( make this the value of 50), vendor (if neccessary) 2. Create a basket and click 'Add to basket' 3. Add 2 items with the vendor price of 10 4. Click 'Receive shipment' and write in the shipment cost of 6 5. Click 'Finish receiving' and go back to Acquisitions 6. Notice the spent column value is 0.00 but if you click on the value then the spent.pl page is displayed and shows that the shipment cost was 6.00 7. On the acquisition page also notice that the ordered column value is 26.00 8. Click on the name of the fund and notice the spent column value is 0.00 in the fund page table 9. Apply patch 10. Refresh acquisition page and notice that 6.00 is the value in the Spent column and 20.00 is the value in the ordered column. Both of which match the subtotal of the full-list tables displayed when you click on these values 11. Also notice the spent value in the fund page table is 6.00 12 Observe the changes to GetBudgetSpent() and GetBudgetOrdered() C4/Budgets.pm and check they make sense Sponsored-by: Catalyst IT Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 13:38:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 11:38:30 +0000 Subject: [Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999 --- Comment #6 from Katrin Fischer --- QA might ask for a regression test here. Note: All Acquisition related tests still pass for me (Acquisitions.t, Acquisition/*, Budgets.t) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 13:38:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 11:38:42 +0000 Subject: [Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65446|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 13:40:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 11:40:34 +0000 Subject: [Koha-bugs] [Bug 19053] Auto renewal flag is not kept if a confirmation is needed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Auto renewal flag is not |Auto renewal flag is not |kept if a confirmation if |kept if a confirmation is |needed |needed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 13:55:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 11:55:41 +0000 Subject: [Koha-bugs] [Bug 18900] wrong number format in receiving order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18900 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 13:55:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 11:55:44 +0000 Subject: [Koha-bugs] [Bug 18900] wrong number format in receiving order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18900 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64839|0 |1 is obsolete| | Attachment #64840|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer --- Created attachment 65627 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65627&action=edit [SIGNED OFF] Bug 18900 - add UT to Number/Price.t This patch adds unit tests to t/Number/Price.t in order to valid the problem. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 13:56:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 11:56:51 +0000 Subject: [Koha-bugs] [Bug 18900] wrong number format in receiving order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18900 --- Comment #8 from Katrin Fischer --- Created attachment 65628 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65628&action=edit [SIGNED OFF] Bug 18900 - wrong number format in receiving order Bug 18471 added number formating in order receive. I found a bug generated by this. Koha::Number::Price defines methods to (un)format price depending on CurrencyFormat syspref. The bug is that for CurrencyFormat US, some params are not defined in this module so there are retrieved from system locale. If system locale is not en_US, the params will be wrong. For example fr_FR will define ',' as decimal and so saved unit price is divided by 1000. To recreate: - On a server with locale 'fr_FR' - With Plack mode - Set CurrencyFormat on 'US' - Open a basket - Place an order for an item - Close basket - Receive order with changing 'Actual Cost' to '1,234' - Note the 'Actual Cost' is now '1.23' - Run unit test t/Number/Price.t without and with patch Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 13:57:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 11:57:51 +0000 Subject: [Koha-bugs] [Bug 19058] Move C4::Reserves::GetReserveId to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19058 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 13:57:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 11:57:55 +0000 Subject: [Koha-bugs] [Bug 19058] Move C4::Reserves::GetReserveId to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19058 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65606|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 65629 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65629&action=edit Bug 19058: Move C4::Reserves::GetReserveId to the Koha namespace GetReserveId can easily be replaced with a call to Koha::Holds->search->next->reserve_id It will ease next changes to use Koha::Hold objects Test plan: Cancel a reserve and print a slip reserve -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 13:57:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 11:57:55 +0000 Subject: [Koha-bugs] [Bug 18900] wrong number format in receiving order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18900 --- Comment #9 from Katrin Fischer --- Tests pass ok, no regressions found. We also have seen some strange phenomenons with prices and Plack, this might help in other cases too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:00:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:00:24 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 --- Comment #7 from Jonathan Druart --- Created attachment 65631 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65631&action=edit Bug 19059: Remove CancelReserve - move tests Move the existing tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:00:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:00:20 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65607|0 |1 is obsolete| | Attachment #65608|0 |1 is obsolete| | Attachment #65609|0 |1 is obsolete| | Attachment #65610|0 |1 is obsolete| | Attachment #65611|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart --- Created attachment 65630 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65630&action=edit Bug 19059: Move C4::Reserves::CancelReserve to Koha::Hold->cancel This patch adds a new Koha::Hold->cancel method and replaces the calls to C4::Reserves::CancelReserve with it. Test plan: - Add and cancel holds - Change priority of holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:00:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:00:28 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 --- Comment #8 from Jonathan Druart --- Created attachment 65632 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65632&action=edit Bug 19059: Remove CancelReserve - add new tests This is bonus, let's add new tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:00:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:00:31 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 --- Comment #9 from Jonathan Druart --- Created attachment 65633 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65633&action=edit Bug 19059: Remove CancelReserve - do not log DELETE There is something wrong with the DELETE log, it should be replaced with a FILLED log. Anyway, here we do not want it to be logged. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:00:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:00:35 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 --- Comment #10 from Jonathan Druart --- Created attachment 65634 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65634&action=edit Bug 19059: Remove CancelReserve It's done! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:02:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:02:14 +0000 Subject: [Koha-bugs] [Bug 6934] New report Cash Register Statistics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19061 -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:13:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:13:00 +0000 Subject: [Koha-bugs] [Bug 18743] Filter suggestion lists correctly for IndependentBranches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18743 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |katrin.fischer at bsz-bw.de --- Comment #5 from Katrin Fischer --- Hi Alex, something seems not to be working quite right. What I have done: 1) Made 2 suggestions from the OPAC for Centerville and Fairfield. Centerville is my home library (turn on AllowPurchaseSuggestionBranchChoice) 2) Made 1 suggestion from the intranet for 'any' library 3) Checked that with independent branches off, I can see all 3 suggestions in "Pending" 4) Turned on IndependentBranches - no change in behaviour 5) Applied patch, restarted plack etc. 6) No matter how I 'organize by' I don't see any of the suggestions now, the page is always empty, no tabs shown. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:21:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:21:57 +0000 Subject: [Koha-bugs] [Bug 18621] After duplicate message system picks category expiry date rather than manual defined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18621 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|Needs Signoff |Failed QA Severity|major |normal --- Comment #3 from Katrin Fischer --- I am a bit confused by this, but the patch doesn't appear to fix the problem. 1) Add a new patron - same first and last name as an existing one - edit expiration date to 01/01/2022 2) Save and cause duplicate message - Note: expiration date field is empty now 3) Save as new - Verify date has been calculated Same behaviour after applying patch, restarting plack. I am using the default patron categories where the expiration is defined in months. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:29:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:29:41 +0000 Subject: [Koha-bugs] [Bug 13374] AllowHoldsOnPatronsPossessions not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13374 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #7 from Jonathan Druart --- I am not sure the patch fixes what has been reported originally. This patch fixes a problem added by commit bc39f0392bbebaad4c083f81308f652a325be042 Bug 14695 - Add ability to place multiple item holds on a given record per patron Which has been opened and pushed after this bug has been reported. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:30:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:30:26 +0000 Subject: [Koha-bugs] [Bug 18743] Filter suggestion lists correctly for IndependentBranches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18743 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|16.11 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:40:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:40:49 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |katrin.fischer at bsz-bw.de --- Comment #33 from Katrin Fischer --- Sorry, can't test, the third patch doesn't apply: Applying: Bugfix: added missing use Koha::Account Applying: bug 14803: KOHA.Checkouts js object fatal: sha1 information is lacking or useless (koha-tmpl/intranet-tmpl/prog/js/checkouts.js). error: could not build fake ancestor Patch failed at 0001 bug 14803: KOHA.Checkouts js object The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/bug-14803-KOHACheckouts-js-object-hfCTB4.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:42:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:42:14 +0000 Subject: [Koha-bugs] [Bug 10603] required fields in the courses table should be not null In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10603 Nicki S changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nschermann at millbrook.org --- Comment #1 from Nicki S --- My school doesn't use course numbers! It would be amazing if you could make this field optional. Course name should be the only required field. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:44:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:44:51 +0000 Subject: [Koha-bugs] [Bug 17699] DateTime durations are not correctly subtracted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #31 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:45:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:45:08 +0000 Subject: [Koha-bugs] [Bug 18802] Circulation.t fails if finesMode != "Do not calculate" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18802 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #10 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:45:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:45:20 +0000 Subject: [Koha-bugs] [Bug 18851] use Test::DBIx::Class in tests breaks packaging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18851 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #31 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:45:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:45:37 +0000 Subject: [Koha-bugs] [Bug 19003] Add a TestBuilder default for borrowers.login_attempts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19003 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #6 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:45:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:45:52 +0000 Subject: [Koha-bugs] [Bug 19009] Circulation.t is still failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19009 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #9 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:46:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:46:10 +0000 Subject: [Koha-bugs] [Bug 19013] sample_data.sql inserts patrons with guarantorid that do not exist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19013 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:46:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:46:20 +0000 Subject: [Koha-bugs] [Bug 19041] footerjs = 1 removed by bug 17855 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19041 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #5 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:46:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:46:36 +0000 Subject: [Koha-bugs] [Bug 19048] Self checkout: Internal server error in sco-main.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19048 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:52:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:52:31 +0000 Subject: [Koha-bugs] [Bug 2093] Add OPAC dashboard for logged-in users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2093 --- Comment #10 from Katrin Fischer --- Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 2093: Add OPAC Summary for logged-in users Applying: Bug 2093 [Follow-up] Add OPAC dashboard for logged-in users Applying: Bug 2093 [Compiled CSS] Add OPAC dashboard for logged-in users Using index info to reconstruct a base tree... M koha-tmpl/opac-tmpl/bootstrap/css/opac.css Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/opac-tmpl/bootstrap/css/opac.css CONFLICT (content): Merge conflict in koha-tmpl/opac-tmpl/bootstrap/css/opac.css error: Failed to merge in the changes. Patch failed at 0001 Bug 2093 [Compiled CSS] Add OPAC dashboard for logged-in users The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-2093-Compiled-CSS-Add-OPAC-dashboard-for-logge-v0S97a.patch Can you please recompile the CSS? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:53:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:53:07 +0000 Subject: [Koha-bugs] [Bug 19020] No "hold available" notification when an item on hold is transferred In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19020 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:53:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:53:33 +0000 Subject: [Koha-bugs] [Bug 19019] Patron clubs feature needs documentation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19019 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:57:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:57:05 +0000 Subject: [Koha-bugs] [Bug 8137] Checkout limit by patron category for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |alex.arnaud at biblibre.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:57:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:57:43 +0000 Subject: [Koha-bugs] [Bug 19036] Numer payment receipts / payment slips In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19036 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |14826 CC| |josef.moravec at gmail.com Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 [Bug 14826] Resurrect account offsets table -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 14:57:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 12:57:43 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19036 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19036 [Bug 19036] Numer payment receipts / payment slips -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 15:05:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 13:05:37 +0000 Subject: [Koha-bugs] [Bug 19058] Move C4::Reserves::GetReserveId to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19058 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 15:05:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 13:05:39 +0000 Subject: [Koha-bugs] [Bug 19058] Move C4::Reserves::GetReserveId to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19058 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65629|0 |1 is obsolete| | --- Comment #4 from Owen Leonard --- Created attachment 65635 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65635&action=edit [SIGNED-OFF] Bug 19058: Move C4::Reserves::GetReserveId to the Koha namespace GetReserveId can easily be replaced with a call to Koha::Holds->search->next->reserve_id It will ease next changes to use Koha::Hold objects Test plan: Cancel a reserve and print a slip reserve Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 15:07:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 13:07:56 +0000 Subject: [Koha-bugs] [Bug 8137] Checkout limit by patron category for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 --- Comment #18 from Katrin Fischer --- Reading through this bug, I am slightly confused, but not sure if this is the right way to go about this. 1) You change the default OK to be category, itemtype, branch and has priority. Why is this necesssary? I think this means that it would be possible to have the same rule for the same branch, with the only difference being the 'has_priority' flag. But I don't feel like this should be possible from the interface as this would lead to conflicting rules. 2) As this will only apply to the max checkouts (I think?), I wonder if adding another column to the table is the right way to go. It's not clear from the interface, what the consequence of setting the checkbox will be. 3) I might not totally understand how this is all supposed to work - could you write up a more detailed testing plan with more examples? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 15:12:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 13:12:10 +0000 Subject: [Koha-bugs] [Bug 8628] Add digital signs to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8628 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #15 from Katrin Fischer --- I tried to fix the conflicts in kohastructure.sql, but ended with: Apply? [(y)es, (n)o, (i)nteractive] i Applying: Bug 8628: [FOLLOW-UP] More fixes fatal: sha1 information is lacking or useless (installer/data/mysql/kohastructure.sql). error: could not build fake ancestor Patch failed at 0001 Bug 8628: [FOLLOW-UP] More fixes The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-8628-FOLLOW-UP-More-fixes-banEXL.patch Can you please take a look? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 15:19:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 13:19:58 +0000 Subject: [Koha-bugs] [Bug 18989] Allow displaying biblios with all items hidden by OpacHiddenItems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18989 Patricio Marrone changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19064 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 15:19:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 13:19:58 +0000 Subject: [Koha-bugs] [Bug 19064] New: OAI-PMH Records appearing in OAI that can' t be found in OPAC Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19064 Bug ID: 19064 Summary: OAI-PMH Records appearing in OAI that can't be found in OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Web services Assignee: koha-bugs at lists.koha-community.org Reporter: marrone.patricio at gmail.com QA Contact: testopia at bugs.koha-community.org Hello, While harvesting Koha records from the OAI-PMH interface, I found a series of records that can't be accessed using the OPAC interface. That is, the harvester finds a record with an identifier, say http://example.com/cgi-bin/koha/oai.pl?verb=GetRecord&metadataPrefix=oai_dc&identifier=KOHA-OAI-EXAMPLE:572 that shows the complete record. Trying to link to the OPAC using the biblionumber in the last part of the identifier, say http://example.com/cgi-bin/koha/opac-detail.pl?biblionumber=572 I get a 404 error. I have yet to confirm this, but this might be related to the records being hidden in the OPAC view being leaked into OAI. In that case, I would expect the record to have a deleted status in OAI so that in can be removed from the harvesting results. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 15:25:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 13:25:33 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com --- Comment #12 from Tom?s Cohen Arazi --- (In reply to Nick Clemens from comment #10) > Created attachment 64999 [details] [review] > Bug 16976 - Unit tests Nick, please comment on which bug this one depends (for the tests) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:00:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:00:35 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:00:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:00:38 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65630|0 |1 is obsolete| | Attachment #65631|0 |1 is obsolete| | Attachment #65632|0 |1 is obsolete| | Attachment #65633|0 |1 is obsolete| | Attachment #65634|0 |1 is obsolete| | --- Comment #11 from Owen Leonard --- Created attachment 65636 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65636&action=edit [SIGNED-OFF] Bug 19059: Move C4::Reserves::CancelReserve to Koha::Hold->cancel This patch adds a new Koha::Hold->cancel method and replaces the calls to C4::Reserves::CancelReserve with it. Test plan: - Add and cancel holds - Change priority of holds Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:00:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:00:41 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 --- Comment #12 from Owen Leonard --- Created attachment 65637 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65637&action=edit [SIGNED-OFF] Bug 19059: Remove CancelReserve - move tests Move the existing tests Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:00:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:00:44 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 --- Comment #13 from Owen Leonard --- Created attachment 65638 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65638&action=edit [SIGNED-OFF] Bug 19059: Remove CancelReserve - add new tests This is bonus, let's add new tests Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:00:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:00:47 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 --- Comment #14 from Owen Leonard --- Created attachment 65639 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65639&action=edit [SIGNED-OFF] Bug 19059: Remove CancelReserve - do not log DELETE There is something wrong with the DELETE log, it should be replaced with a FILLED log. Anyway, here we do not want it to be logged. Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:00:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:00:50 +0000 Subject: [Koha-bugs] [Bug 19059] Move C4::Reserves::CancelReserve to the Koha::Hold->cancel In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19059 --- Comment #15 from Owen Leonard --- Created attachment 65640 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65640&action=edit [SIGNED-OFF] Bug 19059: Remove CancelReserve It's done! Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:06:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:06:45 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #59 from Tom?s Cohen Arazi --- I think bug 12412 should've added new options to the 'format' dropdown so we don't rely on it magically falling back to some plugin processing the file, and explicitly choosing it instead. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:24:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:24:51 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #60 from Katrin Fischer --- It's probably true, but was missed at the time. Reenabling the feature, it could be done. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:34:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:34:26 +0000 Subject: [Koha-bugs] [Bug 19043] Z39.50 target clio-db.cc.columbia.edu: 7090 is no longer publicly available. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19043 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:34:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:34:30 +0000 Subject: [Koha-bugs] [Bug 19043] Z39.50 target clio-db.cc.columbia.edu: 7090 is no longer publicly available. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19043 --- Comment #1 from Josef Moravec --- Created attachment 65641 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65641&action=edit Bug 19043: Z39.50 target clio-db.cc.columbia.edu:7090 is no longer publicly available Test plan: 0) Apply the patch 1) Install all affected languages: de-DE, es-ES, fr-CA and pl-PL 2) Remove and recreate Koha database 3) Go through web installer in English and don't forgot to load sample Z39.50 servers 4) Go to Administration -> Z39.50/SRU Servers and confirm the sample servers are here, but columbia.edu is not here 5) Repeat 2-4 for other languages: de-DE, es-ES, fr-CA and pl-PL -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:34:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:34:56 +0000 Subject: [Koha-bugs] [Bug 19043] Z39.50 target clio-db.cc.columbia.edu: 7090 is no longer publicly available. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19043 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com Severity|enhancement |trivial Assignee|koha-bugs at lists.koha-commun |josef.moravec at gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:38:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:38:45 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65459|0 |1 is obsolete| | Attachment #65460|0 |1 is obsolete| | Attachment #65461|0 |1 is obsolete| | Attachment #65462|0 |1 is obsolete| | Attachment #65463|0 |1 is obsolete| | Attachment #65464|0 |1 is obsolete| | Attachment #65465|0 |1 is obsolete| | Attachment #65466|0 |1 is obsolete| | Attachment #65467|0 |1 is obsolete| | --- Comment #69 from Kyle M Hall --- Created attachment 65642 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65642&action=edit Bug 14826 - Update database Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:38:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:38:55 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #70 from Kyle M Hall --- Created attachment 65643 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65643&action=edit Bug 14826 - Add Koha modules for offsets Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:39:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:39:00 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #71 from Kyle M Hall --- Created attachment 65644 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65644&action=edit Bug 14826 - Resurrect account offsets table The account offsets table should be used to track increments and decrements of fines via payments and credits, as well as fine accruals. It should be able to match fees to payments and visa versa, so we can know which fee was paid by a given payment, and which payments applied to a given fee. Test Plan: 1) Apply this patch 2) Run updatedatabase 3) Note the table accountoffsets has been renamed to account_offsets 4) Ensure fine generation creates offsets 5) Ensure creating a manual invoice creates an offset 6) Ensure a lost item charge creates an offset 7) Ensure Reverse Payment creates an offset 8) Ensure a payment creates an offset 9) Ensure a payment for multiple fees creates an offset for each 10) Ensure writeoffs create offsets Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:39:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:39:05 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #72 from Kyle M Hall --- Created attachment 65645 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65645&action=edit Bug 14826 - Unit Tests Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:39:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:39:10 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #73 from Kyle M Hall --- Created attachment 65646 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65646&action=edit Bug 14826 - Remove old offset table schema file Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:39:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:39:15 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #74 from Kyle M Hall --- Created attachment 65647 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65647&action=edit Bug 14826 - Add new offset table schema file Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:39:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:39:19 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #75 from Kyle M Hall --- Created attachment 65648 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65648&action=edit Bug 14826 - Add offset for rental fees Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:39:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:39:24 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #76 from Kyle M Hall --- Created attachment 65649 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65649&action=edit Bug 14826 - Add unit tests for _FixAccountForLostAndReturned and _FixOverduesOnReturn -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:39:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:39:29 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #77 from Kyle M Hall --- Created attachment 65650 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65650&action=edit Bug 14826 - Update existing schema files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:39:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:39:33 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #78 from Kyle M Hall --- Created attachment 65651 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65651&action=edit Bug 14826 [QA Followup] - Fix minor issues with unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:39:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:39:38 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 --- Comment #79 from Kyle M Hall --- Created attachment 65652 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65652&action=edit Bug 14826 [QA Followup] - Only use plural modules in other modules -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:46:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:46:36 +0000 Subject: [Koha-bugs] [Bug 18149] Move CountUsage calls to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18149 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 16:46:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 14:46:40 +0000 Subject: [Koha-bugs] [Bug 18149] Move CountUsage calls to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18149 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64720|0 |1 is obsolete| | --- Comment #2 from Josef Moravec --- Created attachment 65653 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65653&action=edit [SIGNED-OFF] Bug 18149: Move CountUsage calls to Koha namespace After the introduction of Koha::Authorities->get_usage_count with bug 9988, we can now replace the remaining occurrences of CountUsage. At the same time we remove CountUsageChildren. This was an empty sub. The typo get_count_usage in a subtest title is adjusted. Test plan: [1] Run t/db_dependent/Koha/Authorities.t [2] Perform a search on authorities-home.pl and verify that you see plausible numbers for 'used in xx records'. [3] Click on Details for one authority. See the same number? [4] Do the same as in 2/3 for Authority search on OPAC. [5] Remember the authid and enter this in the record numbers box on tools/batch_delete_records.pl. Select Authorities and click Continue. The next form shows a column "Used in". Do you see the same count again? [6] Git grep CountUsage. You should see just one hit in a comment that can be kept in Koha/Authorities.pm. Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 17:03:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 15:03:52 +0000 Subject: [Koha-bugs] [Bug 8630] Add covers from AdLibris to the OPAC and Intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8630 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #27 from Katrin Fischer --- There is a conflict in the OPAC minified CSS: Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 8630 - Adlibris covers (OPAC minified CSS) Using index info to reconstruct a base tree... M koha-tmpl/opac-tmpl/bootstrap/css/opac.css Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/opac-tmpl/bootstrap/css/opac.css CONFLICT (content): Merge conflict in koha-tmpl/opac-tmpl/bootstrap/css/opac.css error: Failed to merge in the changes. Patch failed at 0001 Bug 8630 - Adlibris covers (OPAC minified CSS) Leaving this Needs Signoff, someone familiar with the process could recompile before testing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 17:07:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 15:07:51 +0000 Subject: [Koha-bugs] [Bug 8643] Add important constraint to marc subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8643 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #36 from Katrin Fischer --- Hm, there are changes in kohastructure.sql to the table serialitems causing a conflict when applying the patch: Bug 8643 - Add important constraint to marc subfields 60554 - Bug 8643 - Add important constraint to marc subfields 60555 - Bug 8643: (follow-up) atomic update 65149 - Bug 8643 - Added hint for important fields and implemented it for item fields Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 8643 - Add important constraint to marc subfields .git/rebase-apply/patch:22: trailing whitespace. FROM marc_tag_structure .git/rebase-apply/patch:23: trailing whitespace. WHERE frameworkcode=? .git/rebase-apply/patch:42: trailing whitespace. FROM marc_subfield_structure .git/rebase-apply/patch:43: trailing whitespace. WHERE frameworkcode=? .git/rebase-apply/patch:194: trailing whitespace. FROM marc_tag_structure warning: squelched 10 whitespace errors warning: 15 lines add whitespace errors. Using index info to reconstruct a base tree... M C4/Biblio.pm M admin/marc_subfields_structure.pl M cataloguing/addbiblio.pl M installer/data/mysql/kohastructure.sql .git/rebase-apply/patch:22: trailing whitespace. FROM marc_tag_structure .git/rebase-apply/patch:23: trailing whitespace. WHERE frameworkcode=? .git/rebase-apply/patch:42: trailing whitespace. FROM marc_subfield_structure .git/rebase-apply/patch:43: trailing whitespace. WHERE frameworkcode=? .git/rebase-apply/patch:194: trailing whitespace. FROM marc_tag_structure warning: squelched 10 whitespace errors warning: 15 lines add whitespace errors. Falling back to patching base and 3-way merge... Auto-merging installer/data/mysql/kohastructure.sql CONFLICT (content): Merge conflict in installer/data/mysql/kohastructure.sql Auto-merging cataloguing/addbiblio.pl Auto-merging admin/marc_subfields_structure.pl Auto-merging C4/Biblio.pm error: Failed to merge in the changes. Patch failed at 0001 Bug 8643 - Add important constraint to marc subfields The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-8643---Add-important-constraint-to-marc-subfie-FP83NQ.patch Are those changes related to the patch? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 17:09:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 15:09:08 +0000 Subject: [Koha-bugs] [Bug 10112] add test for ./debian/control file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10112 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64313|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 17:10:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 15:10:22 +0000 Subject: [Koha-bugs] [Bug 10112] add test for ./debian/control file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10112 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dependency -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 17:13:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 15:13:43 +0000 Subject: [Koha-bugs] [Bug 10112] add test for ./debian/control file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10112 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 17:13:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 15:13:46 +0000 Subject: [Koha-bugs] [Bug 10112] add test for ./debian/control file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10112 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64313|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 65654 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65654&action=edit [SIGNED OFF] Bug 10112 - add test for ./debian/control* files to test, apply patch... 1/ install libparse-debcontrol-perl package apt-get install libparse-debcontrol-perl 2/ run successful tests $ perl ./t/00-valid-debian-control-file.t 1..2 ok 1 - parsed ./debian/control file cleanly ok 2 - parsed ./debian/control.in file cleanly 3/ add some bad syntax to a file $ sed -i -e '20i -------\' ./debian/control.in 4/ run failed tests $ perl ./t/00-valid-debian-control-file.t 1..2 ok 1 - parsed ./debian/control file cleanly not ok 2 - parsed ./debian/control.in file cleanly Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 17:15:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 15:15:09 +0000 Subject: [Koha-bugs] [Bug 10112] add test for ./debian/control file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10112 --- Comment #9 from Katrin Fischer --- The patch proposes a new dependency libparse-debcontrol-perl and there has been some discussion about it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 17:44:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 15:44:50 +0000 Subject: [Koha-bugs] [Bug 10407] Allow MARCXML records to be imported with Tools/ Stage MARC records for import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10407 --- Comment #61 from Marcel de Rooy --- (In reply to Tom?s Cohen Arazi from comment #59) > I think bug 12412 should've added new options to the 'format' dropdown so we > don't rely on it magically falling back to some plugin processing the file, > and explicitly choosing it instead. (In reply to Katrin Fischer from comment #60) > It's probably true, but was missed at the time. Reenabling the feature, it > could be done. Will submit on bug 19049. Putting the plugins into the format combo. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 17:50:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 15:50:40 +0000 Subject: [Koha-bugs] [Bug 19049] Recover the Arbitrary file type on stage-marc-import with plugin to_marc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65595|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 65655 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65655&action=edit Bug 19049: Restore import with to_marc plugin Still needs some polishing and testing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 17:50:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 15:50:44 +0000 Subject: [Koha-bugs] [Bug 19049] Recover the Arbitrary file type on stage-marc-import with plugin to_marc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #4 from Marcel de Rooy --- Created attachment 65656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65656&action=edit Bug 19049: Tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:04:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:04:37 +0000 Subject: [Koha-bugs] [Bug 10267] No error message when entering an invalid cardnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10267 --- Comment #19 from Katrin Fischer --- It's impossible to enter them, but scanning from an ID or c&p from another system you might not know that it has been automatically cut off. This was just thought to provide some help for this case. I am signing off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:05:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:05:15 +0000 Subject: [Koha-bugs] [Bug 10267] No error message when entering an invalid cardnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10267 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:05:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:05:19 +0000 Subject: [Koha-bugs] [Bug 10267] No error message when entering an invalid cardnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10267 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62934|0 |1 is obsolete| | --- Comment #20 from Katrin Fischer --- Created attachment 65657 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65657&action=edit [SIGNED OFF] Bug 10267: Show error message if user tries to enter too many characters for cardnumber This patch displays a message if the user tries to enter more than the max number of characters for a cardnumber. To test: 1) Apply patch and go to Patrons -> New patron 2) Scroll down to Card number 3) Put in any characters. Notice that when you have entered the max number of characters, you are unable to type any more. 4) Click out of the text field (so it loses focus), the error message will show up. 5) if you backspace some characters and click out of the text field again, the message should disappear Sponsored-by: Catalyst IT Followed test plan, works as expected Signed-off-by: Marc V?ron Signed-off-by: Katrin Fischer Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:18:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:18:53 +0000 Subject: [Koha-bugs] [Bug 18877] Outdated explanation of use when two patches applied In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18877 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #4 from Jonathan Druart --- (In reply to Lee Jamison from comment #2) > testing 2 commit(s) (applied to 3d24c19 'Bug 14533: remove CREATE USER when > ko') > > Processing files before patches > > Processing files after patches > > > kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ > > > It appears that applying this patch breaks QA Tools for some reason. > > Failing QA This is not relevant, nothing is displayed because no file are processed. You can consider that as a bug in the QA script. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:32:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:32:22 +0000 Subject: [Koha-bugs] [Bug 18584] Our legacy code contains trailing-spaces In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18584 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://github.com/joubu/ko | |ha-howto -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:41:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:41:37 +0000 Subject: [Koha-bugs] [Bug 16735] Replace existing library search groups functionality with the new hierarchical groups system In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:41:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:41:49 +0000 Subject: [Koha-bugs] [Bug 16735] Replace existing library search groups functionality with the new hierarchical groups system In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735 --- Comment #50 from Kyle M Hall --- Created attachment 65659 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65659&action=edit Bug 16735 - Clean up sample data Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:41:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:41:53 +0000 Subject: [Koha-bugs] [Bug 16735] Replace existing library search groups functionality with the new hierarchical groups system In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735 --- Comment #51 from Kyle M Hall --- Created attachment 65660 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65660&action=edit Bug 16735 - Replace existing library search groups functionality with the new hierarchical groups system Test Plan: 1) Apply this patch set 2) Note your existing search groups have been ported over to the new __SEARCH_GROUPS__ group if you had any 3) Create the group __SEARCH_GROUPS__ if one does not already exist 4) Add some first level subgroups to this group, add libraries to those groups 5) Search the library group searching in the intranet and opac 6) Note you get the same results as pre-patch Signed-off-by: Josef Moravec Conflicts: catalogue/search.pl installer/data/mysql/updatedatabase.pl opac/opac-search.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:41:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:41:58 +0000 Subject: [Koha-bugs] [Bug 16735] Replace existing library search groups functionality with the new hierarchical groups system In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735 --- Comment #52 from Kyle M Hall --- Created attachment 65661 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65661&action=edit Bug 16735 - Don't use objects for database update -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:41:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:41:41 +0000 Subject: [Koha-bugs] [Bug 16735] Replace existing library search groups functionality with the new hierarchical groups system In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #60772|0 |1 is obsolete| | Attachment #60773|0 |1 is obsolete| | Attachment #60774|0 |1 is obsolete| | Attachment #60775|0 |1 is obsolete| | Attachment #60776|0 |1 is obsolete| | Attachment #60777|0 |1 is obsolete| | Attachment #60778|0 |1 is obsolete| | Attachment #60779|0 |1 is obsolete| | --- Comment #49 from Kyle M Hall --- Created attachment 65658 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65658&action=edit Bug 16735 - Remove modules no longer needed Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:42:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:42:02 +0000 Subject: [Koha-bugs] [Bug 16735] Replace existing library search groups functionality with the new hierarchical groups system In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735 --- Comment #53 from Kyle M Hall --- Created attachment 65662 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65662&action=edit Bug 16735 - Remove use of get_categories Feature using it is completely undocumented as far as my research has shown. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:42:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:42:06 +0000 Subject: [Koha-bugs] [Bug 16735] Replace existing library search groups functionality with the new hierarchical groups system In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735 --- Comment #54 from Kyle M Hall --- Created attachment 65663 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65663&action=edit Bug 16735 - Filter individual libraries from search group pulldown -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:42:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:42:10 +0000 Subject: [Koha-bugs] [Bug 16735] Replace existing library search groups functionality with the new hierarchical groups system In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735 --- Comment #55 from Kyle M Hall --- Created attachment 65664 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65664&action=edit Bug 16735 - Filter groups without immediate child libraries from group pulldown -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:42:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:42:14 +0000 Subject: [Koha-bugs] [Bug 16735] Replace existing library search groups functionality with the new hierarchical groups system In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16735 --- Comment #56 from Kyle M Hall --- Created attachment 65665 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65665&action=edit Bug 16735 - Use libraries in all subgroups, not just immediate children -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:58:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:58:34 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #60756|0 |1 is obsolete| | Attachment #60757|0 |1 is obsolete| | Attachment #60758|0 |1 is obsolete| | Attachment #60759|0 |1 is obsolete| | Attachment #60760|0 |1 is obsolete| | Attachment #60761|0 |1 is obsolete| | Attachment #60762|0 |1 is obsolete| | Attachment #60763|0 |1 is obsolete| | Attachment #60764|0 |1 is obsolete| | Attachment #60765|0 |1 is obsolete| | Attachment #60766|0 |1 is obsolete| | Attachment #60767|0 |1 is obsolete| | Attachment #60768|0 |1 is obsolete| | Attachment #60769|0 |1 is obsolete| | Attachment #60770|0 |1 is obsolete| | Attachment #60771|0 |1 is obsolete| | --- Comment #173 from Kyle M Hall --- Created attachment 65666 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65666&action=edit Bug 15707 - Update DB Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:58:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:58:50 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #175 from Kyle M Hall --- Created attachment 65668 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65668&action=edit Bug 15707 - Add editor Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:58:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:58:55 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #176 from Kyle M Hall --- Created attachment 65669 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65669&action=edit Bug 15707 - Unit Tests Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:58:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:58:45 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #174 from Kyle M Hall --- Created attachment 65667 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65667&action=edit Bug 15707 - Add new modules Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:59:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:59:00 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #177 from Kyle M Hall --- Created attachment 65670 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65670&action=edit Bug 15707: Fix conflict with bug 15446 (type vs _type) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:59:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:59:06 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #178 from Kyle M Hall --- Created attachment 65671 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65671&action=edit Bug 15707 [QA Followup] - Switch to treetable which Koha already uses -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:59:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:59:11 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #179 from Kyle M Hall --- Created attachment 65672 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65672&action=edit Bug 15707: QA follow-up - Drop table if exists 1/ DROP table if exists 2/ FAIL spelling decendents ==> descendants -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:59:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:59:16 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #180 from Kyle M Hall --- Created attachment 65673 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65673&action=edit Bug 15707 [QA Followup] - Fix UI issues -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:59:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:59:20 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #181 from Kyle M Hall --- Created attachment 65674 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65674&action=edit Bug 15707 [QA Followup] - Remove class for treegrid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:59:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:59:25 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #182 from Kyle M Hall --- Created attachment 65675 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65675&action=edit Bug 15707 [QA Followup] - Allow object names to be styled without impeding translation -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:59:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:59:31 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #183 from Kyle M Hall --- Created attachment 65676 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65676&action=edit Bug 15707 - Update Schema Files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:59:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:59:37 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #184 from Kyle M Hall --- Created attachment 65677 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65677&action=edit Bug 15707: Followup - use cat-search instead of cities-search in header -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:59:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:59:42 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #185 from Kyle M Hall --- Created attachment 65678 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65678&action=edit Bug 15707 - Switch datetimes to timestamps -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:59:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:59:48 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #186 from Kyle M Hall --- Created attachment 65679 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65679&action=edit Bug 15707 - Add UNIQUE constraint to library groups table -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:59:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:59:58 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #188 from Kyle M Hall --- Created attachment 65681 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65681&action=edit Bug 15707 - Display error if group title is already used -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 18:59:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 16:59:53 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 --- Comment #187 from Kyle M Hall --- Created attachment 65680 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65680&action=edit Bug 15707 - Updates for Bootstrap 3 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 19:01:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 17:01:08 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 19:01:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 17:01:17 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 19:26:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 17:26:24 +0000 Subject: [Koha-bugs] [Bug 8643] Add important constraint to marc subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8643 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 19:26:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 17:26:27 +0000 Subject: [Koha-bugs] [Bug 8643] Add important constraint to marc subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8643 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #60554|0 |1 is obsolete| | --- Comment #37 from Philippe Audet-Fortin --- Created attachment 65682 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65682&action=edit Bug 8643 - Add important constraint to marc subfields This fix permits to add an "Important" option to the marc structure pages. Testing: I Apply the patch II Run updatedatabase.pl 0) Define 100 as an "important" field ( Administration ? MARC bibliographic framework ? MARC structure ( Default Frameword) ? Edit ) 1) Define 100$a as an "important" subfield (Administration ? MARC bibliographic framework ? MARC structure (Default Frameword) ? Subfield ? Onglet a) 2) Edit a record to clear the field 100 3) Save the record. 4) Validate the following message: A few important fields are not filled: * tag 100 subfield a Nom de personne in tab * Field 100 is important, at least one of its subfields should be filled. Are you sure you want to save? sponsored by the CCSR ( http://www.ccsr.qc.ca ) Signed-off-by: Bernardo Gonzalez Kriegel Work as described. Fixed small conflict -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 19:56:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 17:56:11 +0000 Subject: [Koha-bugs] [Bug 17966] TT syntax for notices - Prove that ISSUESLIP is compatible In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17966 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63975|0 |1 is obsolete| | CC| |kyle at bywatersolutions.com --- Comment #5 from Kyle M Hall --- Created attachment 65683 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65683&action=edit Bug 17966: TT syntax for notices - Prove that ISSUESLIP is compatible -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 19:56:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 17:56:17 +0000 Subject: [Koha-bugs] [Bug 17966] TT syntax for notices - Prove that ISSUESLIP is compatible In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17966 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 19:59:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 17:59:13 +0000 Subject: [Koha-bugs] [Bug 17969] Refactor the way <> is generated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17969 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65567|0 |1 is obsolete| | Attachment #65568|0 |1 is obsolete| | --- Comment #8 from Kyle M Hall --- Created attachment 65684 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65684&action=edit Bug 17969: Refactor the way <> is generated <> is generated 4x in advance_notices.pl and once in overdue_notices.pl It would be better to have it in C4::Letters. It will enforce the fact that it already has the same behavior, make it testable and reusable. Test plan: Use the <> tag for advance and overdue notices. The generated notices must be the same as before this patch. Followed test plan, works as expected. Signed-off-by: Marc V?ron Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 19:59:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 17:59:20 +0000 Subject: [Koha-bugs] [Bug 17969] Refactor the way <> is generated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17969 --- Comment #9 from Kyle M Hall --- Created attachment 65685 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65685&action=edit Bug 17969: (QA followup) Add POD Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 20:01:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 18:01:13 +0000 Subject: [Koha-bugs] [Bug 17967] TT syntax for notices - Prove that ODUE is compatible In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17967 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 20:01:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 18:01:16 +0000 Subject: [Koha-bugs] [Bug 17967] TT syntax for notices - Prove that ODUE is compatible In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17967 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63977|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall --- Created attachment 65686 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65686&action=edit Bug 17967: TT syntax for notices - Prove that ODUE is compatible Nothing new here, unless we are introducing a regression. The items.fine is a trick of our historical syntax. We need to provide a way to access this value from the a notice template using the TT syntax. A bug 17976 has been opened for discussion. Test plan: Define ODUE and OVERDUES_SLIP notice templates and use it to generate overdue notices from the cronjob script (misc/cronjobs/overdue_notices.pl) or the interface (members/print_overdues.pl). You should be able to generate the same notices with and without using the TT syntax Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 20:03:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 18:03:42 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 20:18:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 18:18:07 +0000 Subject: [Koha-bugs] [Bug 12095] Hold queue should take closed dates into account In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12095 jdemuth at roseville.ca.us changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jdemuth at roseville.ca.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 20:24:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 18:24:53 +0000 Subject: [Koha-bugs] [Bug 18821] TrackLastPatronActivity is a performance killer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18821 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|GetPatronLastActivity is a |TrackLastPatronActivity is |performance killer |a performance killer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 20:27:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 18:27:33 +0000 Subject: [Koha-bugs] [Bug 18821] TrackLastPatronActivity is a performance killer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18821 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 20:27:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 18:27:35 +0000 Subject: [Koha-bugs] [Bug 18821] TrackLastPatronActivity is a performance killer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18821 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64426|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall --- Created attachment 65687 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65687&action=edit Bug 18821 - TrackLastPatronActivity is a performance killer Enabling TrackLastPatronActivity can cause an extreme performance hit, especially on the staff side during checkin and checkout. It makes more sense to only update the last activity timestamp on the first access of a given session. This will greatly improve performance while retaining the same basic information. Test Plan: 1) Apply this patch 2) Start a new session ( a private browser window works well ) 3) Note the lastseen column in the borrowers table is updated 4) Browse a few pages, not the lastseen column is not updated again 5) Close the browser window and repeat steps 2-4 6) prove t/db_dependent/Members.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 20:44:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 18:44:47 +0000 Subject: [Koha-bugs] [Bug 19049] Recover the Arbitrary file type on stage-marc-import with plugin to_marc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 20:56:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 18:56:38 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63980|0 |1 is obsolete| | Attachment #63981|0 |1 is obsolete| | Attachment #63982|0 |1 is obsolete| | --- Comment #19 from Jonathan Druart --- Created attachment 65688 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65688&action=edit Bug 17981: Add a preview mode for notice templates This patch is a first step to provide a preview mode for notice templates. CHECKIN, CHECKOUT and HOLD_SLIP are supported so far. Maybe more, but I have not tested yet and the interface will not allow you to generate the preview. The idea is to provide an idea of how will render the messages generated from a notice template. A new "Preview" button is added close to each textarea on the editing notice templates view. For each notice template code (letter_code), we will need some input data to produce the preview. For instance, for CHECKIN we need an barcode. From the barcode we can guess all the other data. For CHECKOUT we will need the borrowernumber and the barcode. Note that the way to enter the data for the preview is not really user-friendly, for CHECKOUT you will have to fill 'borrowernumber|barcode', but the placeholder will help you to know how and what to fill. In the modal window, you will see 4 blocks: 1/ the content of the letter (with the placeholds << >>) 2/ the generated message (with the data filled) 3/ if the letter contained historical syntax markers, the screen will try to generate a notice template using the TT syntax 4/ the generated message from this TT syntax => You will be able to compare the 2 generated messages. What is the goal of this first patchset: - Show this first POC and get feedback from other developpers - Add a way to easily visualise the differences between the 2 syntaxes - Confort users with the TT syntax and the migration step from the historical syntax. I'd like to get opinions before going further. The possibilities: - Mock data to get fully working generated messages for any notice templates. For instance, for CHECKIN and CHECKOUT, the item is not checked in/out yet. So we cannot access the issue's information. (I have no idea how to do that) - Browse the data to get the ones we want to use for the preview (big). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 20:56:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 18:56:44 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 --- Comment #20 from Jonathan Druart --- Created attachment 65689 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65689&action=edit Bug 17981: Better error handling -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 20:56:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 18:56:48 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 --- Comment #21 from Jonathan Druart --- Created attachment 65690 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65690&action=edit Bug 17981: Move the divs to the top of the modal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 20:57:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 18:57:06 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 21:02:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 19:02:21 +0000 Subject: [Koha-bugs] [Bug 18007] Interface updates to notices and notice previews In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18007 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #3 from Jonathan Druart --- Owen, could you rebase it please? CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 21:22:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 19:22:37 +0000 Subject: [Koha-bugs] [Bug 11299] Add a button to automatically link authority records in cataloguing (AJAX ) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11299 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #41 from Katrin Fischer --- Argh, sorry, I think I forgot to switch the status last time I worked on this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 21:36:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 19:36:56 +0000 Subject: [Koha-bugs] [Bug 13374] AllowHoldsOnPatronsPossessions not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13374 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |In Discussion --- Comment #8 from Jonathan Druart --- Kyle, I think a new bug report must be opened, the original issue seems fixed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 21:51:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 19:51:01 +0000 Subject: [Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at ccsr.qc | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 22:05:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 20:05:09 +0000 Subject: [Koha-bugs] [Bug 19014] Patrons should not get a on_reserve notification if the checkout is due in the future In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15705 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15705 [Bug 15705] Notify the user on auto renewing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 22:05:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 20:05:09 +0000 Subject: [Koha-bugs] [Bug 15705] Notify the user on auto renewing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15705 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19014 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 [Bug 19014] Patrons should not get a on_reserve notification if the checkout is due in the future -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 22:08:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 20:08:47 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 22:49:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 20:49:28 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #80 from Katrin Fischer --- I am testing with a kohadevbox, but have problems to access the file, even though it is listed on the page. This is what I did: - Added the entry to koha-conf.xml, copied from the plugins/uploads default /var/lib/koha/kohadev/files - Created a file with runreport.pl and moved it to the files directory - The file is listed on the tool page - When I try to access the file, I get "internal server error" - The Plack error log shows: /home/vagrant/kohaclone/tools/access_files.pl line 119. I thought it might be permission related, but even with 777 the problem remains: -rwxrwxrwx 1 kohadev-koha kohadev-koha 592 Aug 8 2017 report1.csv While testing I've made a few little changes: - Fixed conflicts on reports-home.tt from adding/removing the link before moving it to tools - Slightly reworded second line on the tools page to be a bit more verbose. - Added entry to the tools-menu.inc. Attaching this as a follow-up for sign-off if you agree. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 22:51:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 20:51:48 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #81 from Katrin Fischer --- Created attachment 65691 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65691&action=edit Bug 11317 - Follow-up - Fixing merge error and cosmetic changes - Fixed conflicts on reports-home.tt from adding/removing the link before moving it to tools - Slightly reworded second line on the tools page to be a bit more verbose. - Added entry to the tools-menu.inc. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 23:12:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 21:12:26 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #94 from Jonathan Druart --- I get a warning and a failure from tests: t/db_dependent/api/v1/auth.t ................. Use of uninitialized value $lasttime in numeric lt (<) at /home/vagrant/kohaclone/C4/Auth.pm line 1679. t/db_dependent/api/v1/swagger/definitions.t .. Can't locate object method "cache_dir" via package "Swagger2::SchemaValidator" at /usr/share/perl5/Swagger2.pm line 41. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 23:35:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 21:35:55 +0000 Subject: [Koha-bugs] [Bug 8643] Add important constraint to marc subfields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8643 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #38 from Katrin Fischer --- There are some things odd about this patch set: 1) In the database update the new columns are added in different spots: +ALTER TABLE marc_subfield_structure ADD COLUMN important TINYINT(4) NOT NULL DEFAULT 0 AFTER mandatory; +ALTER TABLE marc_tag_structure ADD COLUMN important TINYINT(4) NOT NULL DEFAULT 0 AFTER frameworkcode; Why not have marc_tag_structure.important after mandatory too? This is mostly cosmetic, but I was wondering about the inconsistency. 2) There is a change on the serialitems table in kohastructure.sql, that needs to be removed from this patch set: @@ -2456,7 +2458,7 @@ DROP TABLE IF EXISTS `serialitems`; CREATE TABLE `serialitems` ( `itemnumber` int(11) NOT NULL, `serialid` int(11) NOT NULL, - PRIMARY KEY (`itemnumber`), + UNIQUE KEY `serialitemsidx` (`itemnumber`), 3) In marctagstructure.tt the following line is added, I think also accidentally? +
  • [% authorised_value %] (if you select a value here, the indicators will be limited to the authorized value list)
  • Also, when testing I noticed that the important field shows up below the authorised value. I think it should be right below mandatory here too, to be consistent with the subfield configuration. 4) The number of the tab is missing from the alert: A few important fields are not filled: * tag 245 subfield b Zusatz zum Titel in tab Are you sure you want to save? 5) The hightlighting seems to only work for subfields, not for fields, is that correct? I think it would be nice if the important fields highlighted in a different color to the mandatory ones (totally not blocker). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 23:52:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 21:52:51 +0000 Subject: [Koha-bugs] [Bug 19043] Z39.50 target clio-db.cc.columbia.edu: 7090 is no longer publicly available. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19043 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65641|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer --- Created attachment 65692 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65692&action=edit [SIGNED OFF] Bug 19043: Z39.50 target clio-db.cc.columbia.edu:7090 is no longer publicly available Test plan: 0) Apply the patch 1) Install all affected languages: de-DE, es-ES, fr-CA and pl-PL 2) Remove and recreate Koha database 3) Go through web installer in English and don't forgot to load sample Z39.50 servers 4) Go to Administration -> Z39.50/SRU Servers and confirm the sample servers are here, but columbia.edu is not here 5) Repeat 2-4 for other languages: de-DE, es-ES, fr-CA and pl-PL Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 23:52:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 21:52:48 +0000 Subject: [Koha-bugs] [Bug 19043] Z39.50 target clio-db.cc.columbia.edu: 7090 is no longer publicly available. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19043 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 23:53:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 21:53:55 +0000 Subject: [Koha-bugs] [Bug 18857] Have "actions" at both ends of the circulation rules table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18857 --- Comment #7 from Liz Rea --- I disagree with Nick's change, it isn't how the column is labelled currently and I don't see the point to having it in the table footer. Consistency is usually good, there doesn't seem to be much point to it in this case. Cheers, Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 23:54:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 21:54:40 +0000 Subject: [Koha-bugs] [Bug 19012] Note additional columns that are required during patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19012 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65363|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer --- Created attachment 65693 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65693&action=edit [SIGNED OFF] Bug 19012 - Note additional columns that are required during patron import This adds surname and cardnumber to the list of required columns on the import tool screen and help page To test: Read the updated notes, verify it is true and understandable Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 23:54:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 21:54:38 +0000 Subject: [Koha-bugs] [Bug 19012] Note additional columns that are required during patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19012 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 23:56:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 21:56:32 +0000 Subject: [Koha-bugs] [Bug 17717] process_message_queue.pl: Can't locate Authen/CAS/Client/ Response/Failure.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717 Marco Moreno changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mmoreno at pobox.com Status|RESOLVED |REOPENED Resolution|WORKSFORME |--- --- Comment #40 from Marco Moreno --- This issue is NOT fixed in 17.05. I'm seeing this now after having upgraded from 16.11. However, I've discovered some things that might be helpful. As Chris mentioned, this appears to be a bug with base.pm (IMO). Perhaps it's behavior has changed due to this security resolution that forces Perl to die if a required module is cannot be read when traversing @INC: https://rt.perl.org/Public/Bug/Display.html?id=113422 According to this post, base.pm may attempt to require a module that does not exist and traverse the entire @INC array: https://rt.cpan.org/Public/Bug/Display.html?id=106552#txn-1589169 Evidently, it dies as soon as it encounters a directory it cannot read. Avoiding '.' in PERL5LIB doesn't really help since Perl already includes '.' in @INC (also a security concern???). Working around this means either ensuring that '.' points to a directory that can be read (e.g. "cd /tmp") or modifying the @INC array to remove '.' from it. The latter seems better so I modified the BEGIN block in /usr/share/koha/bin/kohalib.pl like this: ------------------------------------- use strict; #use warnings; FIXME - Bug 2505 my $module_dir; BEGIN { $module_dir = '/usr/share/koha/lib'; die if $module_dir =~ /^[_]{2}PERL_MODULE_DIR[_]{2}$/; @INC = grep {$_ ne '.'} @INC; } use lib $module_dir; 1; ------------------------------------- This also allows the change to be in one place and avoid having to insert a 'cd /tmp' for each cron job. I'm running Perl 5.22 - I wonder if it's fixed in 5.24. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 23:59:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 21:59:27 +0000 Subject: [Koha-bugs] [Bug 19065] New: Transaction library resets itself on Cash register report Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19065 Bug ID: 19065 Summary: Transaction library resets itself on Cash register report Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Reports Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org When working with the cash register report the input for 'transaction library' resets itself with every submit of the form. It should show the value that was selected. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 8 23:59:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 21:59:54 +0000 Subject: [Koha-bugs] [Bug 19065] Transaction library resets itself on Cash register report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19065 --- Comment #1 from Katrin Fischer --- ... And transaction branch should actually be named transaction library to fit with our terminology! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 00:02:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 22:02:07 +0000 Subject: [Koha-bugs] [Bug 19065] Transaction library filter on Cash register report doesn' t work In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19065 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Transaction library resets |Transaction library filter |itself on Cash register |on Cash register report |report |doesn't work --- Comment #2 from Katrin Fischer --- ... it's a little late. After testing some more, this filter doesn't appear to work. It keeps showing me entries from Centerville, no mater what I select and submit on the Transaction branch filter. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 01:39:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 23:39:41 +0000 Subject: [Koha-bugs] [Bug 12935] Allow different from_address in the message_queue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12935 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #1 from M. Tompsett --- In recent configurations of setting up Email, I discovered it was working correctly, but GMail was re-writing the header, because I had not authenticated the other email addresses. Log in at gmail, and then go to the following in the address bar: https://mail.google.com/mail/u/0/#settings/accounts (cog -> settings -> accounts if you wish to click the long way) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 01:44:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 08 Aug 2017 23:44:15 +0000 Subject: [Koha-bugs] [Bug 18245] debian/templates/koha-conf-site.xml.in missing tls In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18245 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 03:05:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 01:05:49 +0000 Subject: [Koha-bugs] [Bug 12566] Duplicate checks for Self Registered borrowers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12566 --- Comment #4 from Liz Rea --- I agree with Emma, this needs to be at least as robust as the staff client duplicate borrower checking. I envision some scenarios as follows: Let's just say we have a user who has registered a year or two ago, and can't remember they did. This person registered in the library, using a paper form, and their data was input into the system by a librarian based on the fields required in the staff interface. I'm going to assume for the sake of the exercise, that the library allows users to reset their own password by email. This person now comes to the library website, and has forgotten their username/password. They don't remember that they have even used the library website before (maybe they haven't). This user cannot accomplish what they want to without an account, so they decide to register. Sensible. User registers online, using the form specified by the library. Koha will then check those required fields and look for a user in the existing database that matches to some great extent, i.e. if we ask for 10 items of information, let's say if 6 match and one is an email address in any of the address fields, we have a suspected duplicate user. At this point, we can do one of several things: 1. suggest to the user that maybe they've already registered, please go to the library (which one?) because sorry we can't resolve this online. This is ok, but pretty bad service for a modern web app. 2. If we have a matching email address in any of the email fields (configurable?), and a strongly suspected duplicate, send an email with password recovery instructions to the matching email account. The user may not have access to this account - but that isn't our problem. It is much better than sending them away! Something like "We noticed you were trying to register, but we think you might already be registered with the library. Would you like us to email you information on how to recover your account?" If accepted, the email would help them reset their password and take them through the "forgotten password" workflow. If the user declines, send them to the library for in-person help. Alternately, we could If we have a strongly suspected duplicate, but no email address in any collected email field, we would not offer to send anything - "We can't register you online, sorry." 3. add the user but flag it with MANY FLAGS AND BLINK TAGS as PROBABLY DUPLICATE and note which borrower, and put it in the patron modification queue for a librarian to merge with the existing user. We will want to prefer the username and password that the user has just created with the new registration so they can still log in. There are other scenarios but I don't really have clearance to think about them right now. I do welcome discussion. Cheers, Liz -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 04:28:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 02:28:59 +0000 Subject: [Koha-bugs] [Bug 19040] Refactor C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 --- Comment #2 from M. Tompsett --- Created attachment 65695 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65695&action=edit Bug 19040: print STDERRs to develop test plan -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 05:51:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 03:51:03 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #60629|0 |1 is obsolete| | --- Comment #34 from Srdjan Jankovic --- Created attachment 65696 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65696&action=edit Bug 14803: Reload checkouts table on renewal svc/checkouts: get real rental charges for patron, rather than itemtype indication -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 05:51:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 03:51:21 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #60630|0 |1 is obsolete| | --- Comment #35 from Srdjan Jankovic --- Created attachment 65697 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65697&action=edit Bugfix: added missing use Koha::Account -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 05:52:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 03:52:11 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 05:52:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 03:52:15 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63230|0 |1 is obsolete| | --- Comment #36 from Srdjan Jankovic --- Created attachment 65698 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65698&action=edit bug 14803: KOHA.Checkouts js object * Use javascript to: - update fines/checkouts info - show/hide checkouts form and messages * Created svc/patron/fines -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 05:56:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 03:56:38 +0000 Subject: [Koha-bugs] [Bug 18798] Use Koha.Preference in OPAC Reading Record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18798 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amitddng135 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 05:57:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 03:57:27 +0000 Subject: [Koha-bugs] [Bug 18915] Creating a checkout note (patron note) sends an incomplete email message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amitddng135 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 06:43:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 04:43:46 +0000 Subject: [Koha-bugs] [Bug 19019] Patron clubs feature needs documentation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19019 Krishna K changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |krishna.moorthy94 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 07:02:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 05:02:25 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 --- Comment #1 from Krishna K --- Hi, We are using Koha 17.05.01 with MySQL. When we try to add a patron, the card number field is not getting autogenerated and save is failing. Automembernum is enabled and BorrowerMandatoryField contains cardnumber. I see no contradiction in these parameters. This was working perfectly fine in 16.05. What could be going wrong ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 08:58:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 06:58:34 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- Hi Krishna, this is more of a support question I think and would be better on the mailing list or in IRC. Please state which version of MySQL you are using. If it's 5.7 or later it's strongly recommended you switch to MariaDB as there are a lot of known problems with 5.7 being more strict. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 09:54:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 07:54:07 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 --- Comment #3 from Marc V?ron --- Created attachment 65699 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65699&action=edit Bug 18636: Sysprefs: Add explanation for conflict autonumbernum / BorrowerMandatoryFields This patch adds a note to the system preferences autonembernum and BorrowerMandatoryFields regarding a conflict if automembernum is on and BorrowerMandatoryFields contains cardnumber. To reproduce issue: See initial comment. To test: - Apply patch - Verify that in system preferences note appears with both prefs automembernum and BorrowerMandatoryFields -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 09:55:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 07:55:23 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 09:56:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 07:56:49 +0000 Subject: [Koha-bugs] [Bug 19019] Patron clubs feature needs documentation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19019 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 10:03:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 08:03:19 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|Needs Signoff |Failed QA --- Comment #14 from Katrin Fischer --- I've found a problem in Charset.t: ok 16 - nsb_clean removes ? and ? # Subtest: SetMarcUnicodeFlag 1..2 # No tests run! not ok 17 - No tests run for subtest "SetMarcUnicodeFlag" # Failed test 'No tests run for subtest "SetMarcUnicodeFlag"' # at t/Charset.t line 95. Undefined subroutine &t::lib::Mocks::mock_preference called at t/Charset.t line 83. # Looks like your test exited with 255 just after 17. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 10:05:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 08:05:46 +0000 Subject: [Koha-bugs] [Bug 18915] Creating a checkout note (patron note) sends an incomplete email message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch Status|Needs Signoff |Failed QA --- Comment #2 from Marc V?ron --- What happens if a library has modified the note? - Modifications for title and content would get lost with the following statement in bug_18915_-_modifying_patron_note_notice.sql UPDATE letter SET code = 'CHECKOUT_NOTE', name = 'Checkout note on item set by patron', title = 'Checkout note', content = '<> <> has added a note to the item <> - <> (<>).' WHERE code = 'PATRON_NOTE'; -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 10:13:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 08:13:54 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #37 from Katrin Fischer --- 1) Check out an item 2) Verfiy it shows as checked out 3) Renew item from the table 4) Verify the amount has been updated (OK!) 5) Check in the item from the table 6) Verify the amount has been updated (OK!) BUT: Instead of seeing the success message the checkout vanishes instantly. Without the patch, the checked-in items remain visible, highlighted in yellow showing the success message. With the patch they vanish immediately. I think we need to keep the former behaviour. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 10:15:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 08:15:15 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 --- Comment #38 from Katrin Fischer --- Sorry, last test report was partially nonsense: 1) Check out an item 2) Verfiy it shows as checked out 3) Verify the amount has been updated (OK!) 4) Renew item from the table 5) Verify the amount has been updated (OK!) 6) Check in the item from the table BUT: Instead of seeing the success message the checkout vanishes instantly. Without the patch, the checked-in items remain visible, highlighted in yellow showing the success message. With the patch they vanish immediately. I think we need to keep the former behavior. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 11:21:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 09:21:27 +0000 Subject: [Koha-bugs] [Bug 18783] Allow automatic claims for serials In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18783 --- Comment #3 from Julian Maurice --- Hi Katrin, (In reply to Katrin Fischer from comment #2) > kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ > ./misc/cronjobs/serialsClaim.pl --letter-code RLIST > The method auto_claim_enabled is not covered by tests! Did you run updatedatabase.pl and misc/devel/update_dbix_class_files.pl ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 11:33:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 09:33:51 +0000 Subject: [Koha-bugs] [Bug 18785] Add Koha::Subscription::biblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18785 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 11:33:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 09:33:38 +0000 Subject: [Koha-bugs] [Bug 18785] Add Koha::Subscription::biblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18785 --- Comment #5 from Julian Maurice --- Created attachment 65700 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65700&action=edit Bug 18785: Force scalar context in Koha::Subscription::biblio -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 12:24:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 10:24:55 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 --- Comment #95 from Lari Taskula --- (In reply to Jonathan Druart from comment #94) > I get a warning and a failure from tests: > > t/db_dependent/api/v1/auth.t ................. Use of uninitialized value > $lasttime in numeric lt (<) at /home/vagrant/kohaclone/C4/Auth.pm line 1679. > > t/db_dependent/api/v1/swagger/definitions.t .. Can't locate object method > "cache_dir" via package "Swagger2::SchemaValidator" at > /usr/share/perl5/Swagger2.pm line 41. See Bug 18508 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 12:57:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 10:57:32 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 --- Comment #22 from Kyle M Hall --- > The possibilities: > - Mock data to get fully working generated messages for any notice > templates. For instance, for CHECKIN and CHECKOUT, the item is not > checked in/out yet. So we cannot access the issue's information. At first glance, I'm not seeing any big problems with this. I suppose we could have the librarian pass in an old_issues issue_id, but that seems like it would be a fair bit less user friendly. > - Browse the data to get the ones we want to use for the preview (big). That's a really great idea, but it does feel like it will be quite a lot of work, and typically librarians will probably just set up dummy patrons / titles for testing, so I doubt there is an immediate need for that. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 12:59:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 10:59:42 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 --- Comment #23 from Kyle M Hall --- I also agree the current way of filling in the preview data is not user friendly ; ) Hopefully it won't be too much harder to put those data needed in separate form inputs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 13:00:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 11:00:09 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63978|0 |1 is obsolete| | Attachment #63979|0 |1 is obsolete| | Attachment #65688|0 |1 is obsolete| | Attachment #65689|0 |1 is obsolete| | Attachment #65690|0 |1 is obsolete| | --- Comment #24 from Kyle M Hall --- Created attachment 65701 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65701&action=edit Bug 17981: Move svc/letters to svc/letters/get To allow another script under svc/letters Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 13:00:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 11:00:17 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 --- Comment #25 from Kyle M Hall --- Created attachment 65702 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65702&action=edit Bug 17981: Add a 'letter' param to GetPreparedLetter This will allow us to call GetPreparedLetter with a letter content that does not exist in the DB Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 13:00:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 11:00:21 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 --- Comment #26 from Kyle M Hall --- Created attachment 65703 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65703&action=edit Bug 17981: Add a preview mode for notice templates This patch is a first step to provide a preview mode for notice templates. CHECKIN, CHECKOUT and HOLD_SLIP are supported so far. Maybe more, but I have not tested yet and the interface will not allow you to generate the preview. The idea is to provide an idea of how will render the messages generated from a notice template. A new "Preview" button is added close to each textarea on the editing notice templates view. For each notice template code (letter_code), we will need some input data to produce the preview. For instance, for CHECKIN we need an barcode. From the barcode we can guess all the other data. For CHECKOUT we will need the borrowernumber and the barcode. Note that the way to enter the data for the preview is not really user-friendly, for CHECKOUT you will have to fill 'borrowernumber|barcode', but the placeholder will help you to know how and what to fill. In the modal window, you will see 4 blocks: 1/ the content of the letter (with the placeholds << >>) 2/ the generated message (with the data filled) 3/ if the letter contained historical syntax markers, the screen will try to generate a notice template using the TT syntax 4/ the generated message from this TT syntax => You will be able to compare the 2 generated messages. What is the goal of this first patchset: - Show this first POC and get feedback from other developpers - Add a way to easily visualise the differences between the 2 syntaxes - Confort users with the TT syntax and the migration step from the historical syntax. I'd like to get opinions before going further. The possibilities: - Mock data to get fully working generated messages for any notice templates. For instance, for CHECKIN and CHECKOUT, the item is not checked in/out yet. So we cannot access the issue's information. (I have no idea how to do that) - Browse the data to get the ones we want to use for the preview (big). Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 13:00:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 11:00:24 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 --- Comment #27 from Kyle M Hall --- Created attachment 65704 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65704&action=edit Bug 17981: Better error handling Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 13:00:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 11:00:28 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 --- Comment #28 from Kyle M Hall --- Created attachment 65705 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65705&action=edit Bug 17981: Move the divs to the top of the modal Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 13:07:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 11:07:43 +0000 Subject: [Koha-bugs] [Bug 17981] Add the ability to preview generated notice templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17981 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 13:41:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 11:41:18 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Recover the Arbitrary file |Fix regression on |type on stage-marc-import |stage-marc-import with |with plugin to_marc |to_marc plugin -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 14:10:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 12:10:17 +0000 Subject: [Koha-bugs] [Bug 18508] Fix t/db_dependent/api/v1/swagger/definitions.t ( follow-up of 18137) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18508 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 14:10:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 12:10:21 +0000 Subject: [Koha-bugs] [Bug 18508] Fix t/db_dependent/api/v1/swagger/definitions.t ( follow-up of 18137) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18508 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62894|0 |1 is obsolete| | --- Comment #11 from Tom?s Cohen Arazi --- Created attachment 65706 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65706&action=edit Bug 18508: Fix t/db_dependent/api/v1/swagger/definitions.t (follow-up of 18137) Signed-off-by: Mark Tompsett Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 14:11:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 12:11:34 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA --- Comment #96 from Tom?s Cohen Arazi --- I missed definitions.t on testing. And confirm this is fixed by Lari's patch. Note: I'm all for removing definitions.t BTW, just wanted to note it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 14:11:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 12:11:54 +0000 Subject: [Koha-bugs] [Bug 18508] Fix t/db_dependent/api/v1/swagger/definitions.t ( follow-up of 18137) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18508 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|gmcharlt at gmail.com |tomascohen at gmail.com Version|unspecified |master CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 14:12:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 12:12:40 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 14:34:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 12:34:42 +0000 Subject: [Koha-bugs] [Bug 15524] Set limit on maximum possible holds per patron by category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15524 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #8 from Kyle M Hall --- (In reply to Owen Leonard from comment #7) > In my test I set the hold limit for DVDs to 10, and the "Maximum total holds > allowed (count)" for patron type "Juvenile" to 5. > > I placed holds for a patron with that patron category until the number > exceeded 5 and then exceeded 10. Neither hold limit appears to be working. Just tested and everything is working for me! It's especially odd that the existing rule isn't working since I didn't touch that code. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 14:38:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 12:38:50 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #5 from Marcel de Rooy --- Created attachment 65707 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65707&action=edit Bug 19049: Fix regression on stage-marc-import with to_marc plugin Bug 12412 added the use of to_marc plugins allowing arbitrary file formats in stage-marc-import (as long as the plugins can handle them). The feature was not very visible in the code, and when bug 10407 added the marcxml format, it made some changes that broke the use of to_marc. This patch restores the functionality by: [1] Adding a sub RecordsFromMarcPlugin to ImportBatch.pm, specifically addressing the conversion from arbitrary formats to MARC::Record. The original to_marc interface is used: pass it the file contents, and it returns a string consisting of a number of MARC blobs separated by \x1D. Consequently, the call of to_marc is removed from routine BatchStageMarcRecords where it did not belong. The to_marc_plugin parameter is removed and two calls are adjusted accordingly. [2] Instead of a separate combo with plugins, the format combo contains MARC, MARCXML and optionally some plugin formats. [3] The code in stage-marc-import.pl now clearly shows the three main format types: MARC, MARCXML or plugin based. Note: This patch restores more or less the situation after bug 12412, but I would actually recommend to have the to_marc plugins return MARC::Record objects instead of large text strings. In the second example I added a to_marc plugin that actually converts MARC record objects to string format, while RecordsFromMarcPlugin reconverts them to MARC::Records. Test plan: See second patch. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 14:38:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 12:38:54 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #6 from Marcel de Rooy --- Created attachment 65708 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65708&action=edit Bug 19049: Testing RecordsFromMarcPlugin with a to_marc plugin This patch adds a simple to_marc plugin in t/Koha/Plugin that is used in the added subtest in ImportBatch.t. Test plan: [1] Run t/db_dependent/ImportBatch.t [2] Copy the to_marc test plugin from t to your plugin directory. Under Debian packages, you should do something like: mkdir -p /var/lib/koha/master/plugins/Koha/Plugin/ cp [yourclone]/t/Koha/Plugin/MarcFieldValues.pm /var/lib/koha/master/plugins/Koha/Plugin/ [3] Check if you see this plugin on plugins/plugins-home.pl [4] Create a text file with some fields like: (Note: The plugin needs an empty line between both "records".) 100,a = Test Author 1 245,a = Title One 100,a = Author 2 245,a = Title Two [5] Go to stage-marc-import.pl. Upload the created file. Select the plugin in the format combo and proceed. Did you create two records ? Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 14:39:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 12:39:15 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 14:39:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 12:39:19 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65655|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 14:39:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 12:39:17 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65656|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 14:40:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 12:40:42 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de, | |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 14:47:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 12:47:37 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #7 from Marcel de Rooy --- Your assistance in testing this is appreciated now. Would be nice too if we could backport this to 17.05 and 16.11 sooner. Looking at the code changes, that should be possible. The first patch actually applies under 16.11. The GetPlugins call with metadata should also work under 16.11 in the test script. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 15:04:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 13:04:05 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 --- Comment #4 from Krishna K --- Hi, The documentation as part of the patch says if AutoMemberNum is ON, then BorrowerMandatoryField should not contain cardnumber. If I remove cardnumber from the BorrowerMandatoryField, then on adding a patron a long number gets generated as the card number.This is happening after upgrading to 17.05. Earlier, we were using 16.05 and there the card number was getting auto generated by adding one to the last added patron's card number. So we had numbers like say 125, 126 etc(we are a small library) whereas the settings suggested in 17.05 leaves us with an unwieldy 14 digit card number. Katrin, I will reconfirm on the MySQL version. Am not sure about that. Do you think this is related to the autoincrement issue at the database level ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 15:08:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 13:08:01 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 15:08:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 13:08:11 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65554|0 |1 is obsolete| | --- Comment #15 from Jonathan Druart --- Created attachment 65709 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65709&action=edit Bug 18292: Remove return 1 statements in tests The test files do not need to return 1 Patch generated with: perl -p -i -e "s/^1;\n//xsm" t/**/*.t Test plan: git grep '^1;$' t/**/*.t should not return any results -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 15:28:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 13:28:01 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 --- Comment #7 from Tom?s Cohen Arazi --- Created attachment 65710 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65710&action=edit Bug 19016: Check and fix 'biblioitems' This patch adds 'biblioitems' to the list of tables to be evaluated and fixed. To test the problem exists: - reset_all - Run: $ sudo koha-mysql kohadev > SELECT biblionumber FROM biblio ORDER BY biblionumber DESC LIMIT 1; - From the staff UI, delete the biblio with that biblionumber - Restart mysql: $ sudo systemctl restart mysql.service - Add a new biblio record - Run: $ sudo koha-shell kohadev k> cd kohaclone k> misc/cronjobs/cleanup_database.pl --list-corrupted-data => FAIL: biblioitems issue is not higlighted - Apply this patch - Run: $ sudo koha-shell kohadev k> cd kohaclone k> misc/cronjobs/cleanup_database.pl --list-corrupted-data => SUCCESS: biblioitems issue is highlighted Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 15:40:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 13:40:04 +0000 Subject: [Koha-bugs] [Bug 18816] Make CataloguingLog work in production by preventing circulation from spamming the log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64393|0 |1 is obsolete| | --- Comment #5 from Kyle M Hall --- Created attachment 65711 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65711&action=edit Bug 18816 - Make CataloguingLog work in production by preventing circulation from spamming the log The system preference CataloguingLog is not recommended for use in production. This is do to the fact that every checkin and checkout generates one or more log entires. This seems to be not only bad behavior, but unnecessary and outside the needs of CataloguingLog as we have CirculationLog. Test Plan: 1) Enable CataloguingLog 2) Note the checkins and checkouts cause log entries 3) Apply this patch 4) Note that checkins and checkouts no longer cause log entries, but editing the item will continue to cause log entries. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 15:41:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 13:41:59 +0000 Subject: [Koha-bugs] [Bug 18816] Make CataloguingLog work in production by preventing circulation from spamming the log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65711|0 |1 is obsolete| | --- Comment #6 from Kyle M Hall --- Created attachment 65712 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65712&action=edit Bug 18816 - Make CataloguingLog work in production by preventing circulation from spamming the log The system preference CataloguingLog is not recommended for use in production. This is do to the fact that every checkin and checkout generates one or more log entires. This seems to be not only bad behavior, but unnecessary and outside the needs of CataloguingLog as we have CirculationLog. Test Plan: 1) Enable CataloguingLog 2) Note the checkins and checkouts cause log entries 3) Apply this patch 4) Note that checkins and checkouts no longer cause log entries, but editing the item will continue to cause log entries. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 15:43:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 13:43:39 +0000 Subject: [Koha-bugs] [Bug 18816] Make CataloguingLog work in production by preventing circulation from spamming the log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 15:46:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 13:46:48 +0000 Subject: [Koha-bugs] [Bug 7595] Add branchcode to accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7595 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|Failed QA |RESOLVED --- Comment #52 from Kyle M Hall --- This is too old to rework. Closing out. Will start fresh. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 15:48:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 13:48:02 +0000 Subject: [Koha-bugs] [Bug 19066] New: Add branchcode to accountlines Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19066 Bug ID: 19066 Summary: Add branchcode to accountlines Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com For the purposes of statistics, it appears that it would help many libraries to have branchcode recorded in the accountlines table. For payments, the field would contain the code for the branch the payment was made at. For manual invoices, it would be the code of the library that created the invoice. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 15:48:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 13:48:07 +0000 Subject: [Koha-bugs] [Bug 19066] Add branchcode to accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19066 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:11:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:11:42 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 --- Comment #97 from Tom?s Cohen Arazi --- Created attachment 65713 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65713&action=edit Bug 18137: (QA followup) Make sure the session exists and is expired on expiration tests Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:36:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:36:49 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65713|0 |1 is obsolete| | --- Comment #98 from Lari Taskula --- Created attachment 65714 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65714&action=edit Bug 18137: (QA followup) Make sure the session exists and is expired on expiration tests Signed-off-by: Tomas Cohen Arazi Signed-off-by: Lari Taskula -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:48:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:48:16 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63063|0 |1 is obsolete| | --- Comment #104 from Alex Sassmannshausen --- Created attachment 65715 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65715&action=edit Bug 11897: Add Stock Rotation atomic update schema. * installer/data/mysql/atomicupdate/stockrot_tables.sql: New file. * installer/data/mysql/kohastructure.sql (stockrotationrotas) (stockrotationstages, stockrotationitems): New tables. * installer/data/mysql/sysprefs.sql: Add Stockrotation sysprefs. * installer/data/mysql/userflags.sql: Add Stockrotaiton userflag. * installer/data/mysql/userpermissions.sql: Add Stockrotation userpermissions. * koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref: Add Stockrotation menu. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:48:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:48:21 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63064|0 |1 is obsolete| | --- Comment #105 from Alex Sassmannshausen --- Created attachment 65716 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65716&action=edit Bug 11897: DO NOT PUSH: Add stock rotation schema files. * Koha/Schema/Result/Branch.pm: New file. * Koha/Schema/Result/Item.pm: New file. * Koha/Schema/Result/Stockrotationitem.pm: New file. * Koha/Schema/Result/Stockrotationrota.pm: New file. * Koha/Schema/Result/Stockrotationstage.pm: New file. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:48:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:48:26 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63065|0 |1 is obsolete| | --- Comment #106 from Alex Sassmannshausen --- Created attachment 65717 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65717&action=edit Bug 11897: DBIX::Class::Ordered in Stockrotationstage. * Koha/Schema/Result/Stockrotationstage.pm: Load `Ordered`, add grouping_column. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:48:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:48:31 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63066|0 |1 is obsolete| | --- Comment #107 from Alex Sassmannshausen --- Created attachment 65718 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65718&action=edit Bug 11897: Add Koha::Objects for Stockrotation module. * Koha/Stockrotationitem.pm: New file. * Koha/Stockrotationitems.pm: New file. * Koha/Stockrotationrota.pm: New file. * Koha/Stockrotationrotas.pm: New file. * Koha/Stockrotationstage.pm: New file. * Koha/Stockrotationstages.pm: New file. * t/db_dependent/Stockrotationitems.t: New file. * t/db_dependent/Stockrotationrotas.t: New file. * t/db_dependent/Stockrotationstages.t: New file. * Koha/Item.pm (stockrotationitem, add_to_rota, biblio): New procedures. * Koha/Library.pm (stockrotationstages): New procedure. * t/db_dependent/Items.t: Add tests. * t/db_dependent/Koha/Libraries.t: Add tests. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:48:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:48:35 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63067|0 |1 is obsolete| | --- Comment #108 from Alex Sassmannshausen --- Created attachment 65719 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65719&action=edit Bug 11897: Add stockrotation cron script. * misc/cronjobs/stockrotation.pl: New file. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:48:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:48:40 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63068|0 |1 is obsolete| | --- Comment #109 from Alex Sassmannshausen --- Created attachment 65720 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65720&action=edit Bug 11897: Add Utils library for Stockrotation module * Koha/Util/Stockrotation.pm: new file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:48:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:48:44 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63069|0 |1 is obsolete| | --- Comment #110 from Alex Sassmannshausen --- Created attachment 65721 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65721&action=edit Bug 11897: REST API - add path defs, controller & tests * Koha/REST/V1/Stage.pm: New file * api/v1/swagger/paths.json: Add route for stage manipulation * api/v1/swagger/paths/rotas.json: New file * t/db_dependent/api/v1/stockrotationstage.t: New file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:48:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:48:53 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63071|0 |1 is obsolete| | --- Comment #112 from Alex Sassmannshausen --- Created attachment 65723 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65723&action=edit Bug 11897: Add Stockrotation CSS rules * koha-tmpl/intranet-tmpl/prog/css/staff-global.css: New rules -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:48:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:48:49 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63070|0 |1 is obsolete| | --- Comment #111 from Alex Sassmannshausen --- Created attachment 65722 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65722&action=edit Bug 11897: Add JS to provide rota stage manipulation * koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js: new file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:48:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:48:58 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63072|0 |1 is obsolete| | --- Comment #113 from Alex Sassmannshausen --- Created attachment 65724 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65724&action=edit Bug 11897: Add Stock Rotation permissions to list * koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc: Add new permissions -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:49:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:49:02 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63073|0 |1 is obsolete| | --- Comment #114 from Alex Sassmannshausen --- Created attachment 65725 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65725&action=edit Bug 11897: Interface for rotas from Tools menu * tools/stockrotation.pl: New file * koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt: New file * koha-tmpl/intranet-tmpl/prog/en/includes/stockrotation-toolbar.inc: -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:49:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:49:07 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63074|0 |1 is obsolete| | --- Comment #115 from Alex Sassmannshausen --- Created attachment 65726 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65726&action=edit Bug 11897: Interface for rota items from biblio * catalogue/stockrotation.pl: New file * koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt: New file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:49:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:49:11 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63075|0 |1 is obsolete| | --- Comment #116 from Alex Sassmannshausen --- Created attachment 65727 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65727&action=edit Bug 11897: Add menu options for Stock Rotation * koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc: Add menu option * koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc: Add menu option * koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt: Add menu option -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:49:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:49:16 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63076|0 |1 is obsolete| | --- Comment #117 from Alex Sassmannshausen --- Created attachment 65728 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65728&action=edit Bug 11897: Bugfixes, unit tests, feedback, documentation. A (squashed) patch implementing significant changes to many parts of the module. Also adds thorough unit tests. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:49:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:49:21 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63077|0 |1 is obsolete| | --- Comment #118 from Alex Sassmannshausen --- Created attachment 65729 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65729&action=edit Bug 11897: Fix style of button links, & form wording. * koha-tmpl/intranet-tmpl/prog/en/includes/stockrotation-toolbar.inc * koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt * koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:49:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:49:25 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63078|0 |1 is obsolete| | --- Comment #119 from Alex Sassmannshausen --- Created attachment 65730 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65730&action=edit Bug 11897: Add documentation for the cron script. * misc/cronjobs/stockrotation.pl: Add documentation. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:49:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:49:35 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63080|0 |1 is obsolete| | --- Comment #121 from Alex Sassmannshausen --- Created attachment 65732 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65732&action=edit Bug 11897: Bugfix: Handle empty rotas. * Koha/StockRotationRota.pm (investigate): If current rota has no stages, return empty items & log entries in report. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:49:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:49:30 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63079|0 |1 is obsolete| | --- Comment #120 from Alex Sassmannshausen --- Created attachment 65731 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65731&action=edit Bug 11897: Use camel case in Koha namespace modules. * Koha/Item.pm (stockrotationitem, add_to_rota): Use camel case. * Koha/Library.pm (stockrotationstages): Use camel case. * Koha/REST/V1/Stage.pm (move): Use camel case. * Koha/StockRotationItem.pm: New name for 'Koha/Stockrotationitem.pm'. (stage, advance): Use camel case. * Koha/StockRotationItems.pm: New name for 'Koha/Stockrotationitems.pm'. (object_class): Use camel case. * Koha/StockRotationRota.pm: New name for 'Koha/Stockrotationrota.pm'. (stockrotationstages, stockrotationitems, add_item): Use camel case. * Koha/StockRotationRotas.pm: New name for 'Koha/Stockrotationrotas.pm'. (object_class): Use camel case. * Koha/StockRotationStage.pm: New name for 'Koha/Stockrotationstage.pm'. (stockrotationitems, rota, siblings, next_siblings, previous_siblings) (next_sibling, previous_sibling, first_sibling, last_sibling): Use camel case. * Koha/StockRotationStages.pm: New name for 'Koha/Stockrotationstages.pm'. (object_class): Use camel case. * Koha/Util/StockRotation.pm: New name for 'Koha/Util/Stockrotation.pm'. (toggle_indemand, move_to_next_stage, remove_from_stage): Use camel case. * koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref: Improve wording. * misc/cronjobs/stockrotation.pl: Use camel case. * catalogue/stockrotation.pl: Use camel case. * tools/stockrotation.pl: Use camel case. * t/db_dependent/Items.t: Use camel case. * t/db_dependent/Koha/Libraries.t: Use camel case. * t/db_dependent/StockRotationItems.t: New name for 't/db_dependent/Stockrotationitems.t' & use camel case. * t/db_dependent/StockRotationRotas.t: New name for 't/db_dependent/Stockrotationrotas.t' & use camel case. * t/db_dependent/StockRotationStages.t: New name for 't/db_dependent/Stockrotationstages.t' & use camel case. * t/db_dependent/api/v1/stockrotationstage.t: Use camel case. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:49:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:49:40 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63114|0 |1 is obsolete| | --- Comment #122 from Alex Sassmannshausen --- Created attachment 65733 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65733&action=edit Bug 11897: Follow up: Update userflags/permission id. * installer/data/mysql/atomicupdate/stockrot_tables.sql: Set the ID for permissions and userflags to 22. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:49:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:49:44 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64850|0 |1 is obsolete| | --- Comment #123 from Alex Sassmannshausen --- Created attachment 65734 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65734&action=edit Bug 11897: Follow up: Use "btn-xs" instead of "btn-sm". * koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt: Replace "btn-sm" with "btn-xs". * koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt: Replace "btn-sm" with "btn-xs". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:49:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:49:49 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64851|0 |1 is obsolete| | --- Comment #124 from Alex Sassmannshausen --- Created attachment 65735 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65735&action=edit Bug 11897: Follow up: Check syspref before stockrotation access. * koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc: Add check for syspref. * koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc: Add check for syspref. * koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt: Add check for syspref. * tools/stockrotation.pl: Add check for syspref. * catalogue/stockrotation.pl: Add check for syspref. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:49:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:49:54 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 --- Comment #125 from Alex Sassmannshausen --- Created attachment 65736 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65736&action=edit Bug 11897: Move from ::Swagger to ::OpenAPI. * Koha/REST/V1/Stage.pm * api/v1/swagger/paths/rotas.json -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 16:53:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 14:53:44 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 --- Comment #126 from Alex Sassmannshausen --- This has today been rebased on master and is now compatible with the new OpenAPI API schema from patch 18137. Best wishes, Alex -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:01:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:01:01 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65715|0 |1 is obsolete| | --- Comment #127 from Alex Sassmannshausen --- Created attachment 65737 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65737&action=edit Bug 11897: Add Stock Rotation atomic update schema. * installer/data/mysql/atomicupdate/stockrot_tables.sql: New file. * installer/data/mysql/kohastructure.sql (stockrotationrotas) (stockrotationstages, stockrotationitems): New tables. * installer/data/mysql/sysprefs.sql: Add Stockrotation sysprefs. * installer/data/mysql/userflags.sql: Add Stockrotaiton userflag. * installer/data/mysql/userpermissions.sql: Add Stockrotation userpermissions. * koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref: Add Stockrotation menu. Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:01:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:01:07 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65716|0 |1 is obsolete| | --- Comment #128 from Alex Sassmannshausen --- Created attachment 65738 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65738&action=edit Bug 11897: DO NOT PUSH: Add stock rotation schema files. * Koha/Schema/Result/Branch.pm: New file. * Koha/Schema/Result/Item.pm: New file. * Koha/Schema/Result/Stockrotationitem.pm: New file. * Koha/Schema/Result/Stockrotationrota.pm: New file. * Koha/Schema/Result/Stockrotationstage.pm: New file. Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:01:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:01:17 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65718|0 |1 is obsolete| | --- Comment #130 from Alex Sassmannshausen --- Created attachment 65740 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65740&action=edit Bug 11897: Add Koha::Objects for Stockrotation module. * Koha/Stockrotationitem.pm: New file. * Koha/Stockrotationitems.pm: New file. * Koha/Stockrotationrota.pm: New file. * Koha/Stockrotationrotas.pm: New file. * Koha/Stockrotationstage.pm: New file. * Koha/Stockrotationstages.pm: New file. * t/db_dependent/Stockrotationitems.t: New file. * t/db_dependent/Stockrotationrotas.t: New file. * t/db_dependent/Stockrotationstages.t: New file. * Koha/Item.pm (stockrotationitem, add_to_rota, biblio): New procedures. * Koha/Library.pm (stockrotationstages): New procedure. * t/db_dependent/Items.t: Add tests. * t/db_dependent/Koha/Libraries.t: Add tests. Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:01:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:01:12 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65717|0 |1 is obsolete| | --- Comment #129 from Alex Sassmannshausen --- Created attachment 65739 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65739&action=edit Bug 11897: DBIX::Class::Ordered in Stockrotationstage. * Koha/Schema/Result/Stockrotationstage.pm: Load `Ordered`, add grouping_column. Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:01:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:01:22 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65719|0 |1 is obsolete| | --- Comment #131 from Alex Sassmannshausen --- Created attachment 65741 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65741&action=edit Bug 11897: Add stockrotation cron script. * misc/cronjobs/stockrotation.pl: New file. Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:01:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:01:27 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65720|0 |1 is obsolete| | --- Comment #132 from Alex Sassmannshausen --- Created attachment 65742 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65742&action=edit Bug 11897: Add Utils library for Stockrotation module * Koha/Util/Stockrotation.pm: new file Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:01:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:01:31 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65721|0 |1 is obsolete| | --- Comment #133 from Alex Sassmannshausen --- Created attachment 65743 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65743&action=edit Bug 11897: REST API - add path defs, controller & tests * Koha/REST/V1/Stage.pm: New file * api/v1/swagger/paths.json: Add route for stage manipulation * api/v1/swagger/paths/rotas.json: New file * t/db_dependent/api/v1/stockrotationstage.t: New file Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:01:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:01:41 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65723|0 |1 is obsolete| | --- Comment #135 from Alex Sassmannshausen --- Created attachment 65745 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65745&action=edit Bug 11897: Add Stockrotation CSS rules * koha-tmpl/intranet-tmpl/prog/css/staff-global.css: New rules Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:01:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:01:36 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65722|0 |1 is obsolete| | --- Comment #134 from Alex Sassmannshausen --- Created attachment 65744 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65744&action=edit Bug 11897: Add JS to provide rota stage manipulation * koha-tmpl/intranet-tmpl/prog/js/pages/stockrotation.js: new file Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:01:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:01:46 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65724|0 |1 is obsolete| | --- Comment #136 from Alex Sassmannshausen --- Created attachment 65746 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65746&action=edit Bug 11897: Add Stock Rotation permissions to list * koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc: Add new permissions Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:01:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:01:50 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65725|0 |1 is obsolete| | --- Comment #137 from Alex Sassmannshausen --- Created attachment 65747 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65747&action=edit Bug 11897: Interface for rotas from Tools menu * tools/stockrotation.pl: New file * koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt: New file * koha-tmpl/intranet-tmpl/prog/en/includes/stockrotation-toolbar.inc: Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:01:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:01:55 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65726|0 |1 is obsolete| | --- Comment #138 from Alex Sassmannshausen --- Created attachment 65748 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65748&action=edit Bug 11897: Interface for rota items from biblio * catalogue/stockrotation.pl: New file * koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt: New file Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:02:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:02:00 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65727|0 |1 is obsolete| | --- Comment #139 from Alex Sassmannshausen --- Created attachment 65749 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65749&action=edit Bug 11897: Add menu options for Stock Rotation * koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc: Add menu option * koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc: Add menu option * koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt: Add menu option Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:02:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:02:05 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65728|0 |1 is obsolete| | --- Comment #140 from Alex Sassmannshausen --- Created attachment 65750 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65750&action=edit Bug 11897: Bugfixes, unit tests, feedback, documentation. A (squashed) patch implementing significant changes to many parts of the module. Also adds thorough unit tests. Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:02:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:02:10 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65729|0 |1 is obsolete| | --- Comment #141 from Alex Sassmannshausen --- Created attachment 65751 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65751&action=edit Bug 11897: Fix style of button links, & form wording. * koha-tmpl/intranet-tmpl/prog/en/includes/stockrotation-toolbar.inc * koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt * koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:02:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:02:15 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65730|0 |1 is obsolete| | --- Comment #142 from Alex Sassmannshausen --- Created attachment 65752 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65752&action=edit Bug 11897: Add documentation for the cron script. * misc/cronjobs/stockrotation.pl: Add documentation. Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:02:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:02:20 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65731|0 |1 is obsolete| | --- Comment #143 from Alex Sassmannshausen --- Created attachment 65753 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65753&action=edit Bug 11897: Use camel case in Koha namespace modules. * Koha/Item.pm (stockrotationitem, add_to_rota): Use camel case. * Koha/Library.pm (stockrotationstages): Use camel case. * Koha/REST/V1/Stage.pm (move): Use camel case. * Koha/StockRotationItem.pm: New name for 'Koha/Stockrotationitem.pm'. (stage, advance): Use camel case. * Koha/StockRotationItems.pm: New name for 'Koha/Stockrotationitems.pm'. (object_class): Use camel case. * Koha/StockRotationRota.pm: New name for 'Koha/Stockrotationrota.pm'. (stockrotationstages, stockrotationitems, add_item): Use camel case. * Koha/StockRotationRotas.pm: New name for 'Koha/Stockrotationrotas.pm'. (object_class): Use camel case. * Koha/StockRotationStage.pm: New name for 'Koha/Stockrotationstage.pm'. (stockrotationitems, rota, siblings, next_siblings, previous_siblings) (next_sibling, previous_sibling, first_sibling, last_sibling): Use camel case. * Koha/StockRotationStages.pm: New name for 'Koha/Stockrotationstages.pm'. (object_class): Use camel case. * Koha/Util/StockRotation.pm: New name for 'Koha/Util/Stockrotation.pm'. (toggle_indemand, move_to_next_stage, remove_from_stage): Use camel case. * koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref: Improve wording. * misc/cronjobs/stockrotation.pl: Use camel case. * catalogue/stockrotation.pl: Use camel case. * tools/stockrotation.pl: Use camel case. * t/db_dependent/Items.t: Use camel case. * t/db_dependent/Koha/Libraries.t: Use camel case. * t/db_dependent/StockRotationItems.t: New name for 't/db_dependent/Stockrotationitems.t' & use camel case. * t/db_dependent/StockRotationRotas.t: New name for 't/db_dependent/Stockrotationrotas.t' & use camel case. * t/db_dependent/StockRotationStages.t: New name for 't/db_dependent/Stockrotationstages.t' & use camel case. * t/db_dependent/api/v1/stockrotationstage.t: Use camel case. https://bugs.koha-community.org/show_bug.cgi?id=11897 Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:02:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:02:25 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65732|0 |1 is obsolete| | --- Comment #144 from Alex Sassmannshausen --- Created attachment 65754 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65754&action=edit Bug 11897: Bugfix: Handle empty rotas. * Koha/StockRotationRota.pm (investigate): If current rota has no stages, return empty items & log entries in report. Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:02:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:02:30 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65733|0 |1 is obsolete| | --- Comment #145 from Alex Sassmannshausen --- Created attachment 65755 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65755&action=edit Bug 11897: Follow up: Update userflags/permission id. * installer/data/mysql/atomicupdate/stockrot_tables.sql: Set the ID for permissions and userflags to 22. Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:02:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:02:35 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65734|0 |1 is obsolete| | --- Comment #146 from Alex Sassmannshausen --- Created attachment 65756 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65756&action=edit Bug 11897: Follow up: Use "btn-xs" instead of "btn-sm". * koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt: Replace "btn-sm" with "btn-xs". * koha-tmpl/intranet-tmpl/prog/en/modules/tools/stockrotation.tt: Replace "btn-sm" with "btn-xs". Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:02:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:02:39 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65735|0 |1 is obsolete| | --- Comment #147 from Alex Sassmannshausen --- Created attachment 65757 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65757&action=edit Bug 11897: Follow up: Check syspref before stockrotation access. * koha-tmpl/intranet-tmpl/prog/en/includes/biblio-view-menu.inc: Add check for syspref. * koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc: Add check for syspref. * koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt: Add check for syspref. * tools/stockrotation.pl: Add check for syspref. * catalogue/stockrotation.pl: Add check for syspref. Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:02:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:02:44 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65736|0 |1 is obsolete| | --- Comment #148 from Alex Sassmannshausen --- Created attachment 65758 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65758&action=edit Bug 11897: Move from ::Swagger to ::OpenAPI. * Koha/REST/V1/Stage.pm * api/v1/swagger/paths/rotas.json Signed-off-by: Kathleen Milne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:03:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:03:55 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #149 from Alex Sassmannshausen --- Signed off by customer using system in production environment. Ready for QA. Alex -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:08:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:08:51 +0000 Subject: [Koha-bugs] [Bug 18900] wrong number format in receiving order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18900 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65627|0 |1 is obsolete| | --- Comment #10 from Tom?s Cohen Arazi --- Created attachment 65759 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65759&action=edit Bug 18900: add UT to Number/Price.t This patch adds unit tests to t/Number/Price.t in order to valid the problem. Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:08:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:08:57 +0000 Subject: [Koha-bugs] [Bug 18900] wrong number format in receiving order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18900 --- Comment #11 from Tom?s Cohen Arazi --- Created attachment 65760 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65760&action=edit Bug 18900: (QA followup) Make tests conditional to locale existence It is important to highlight that tests have been skipped instead of having them pass on the absence of the required fr_FR.UTF-8 locale installed on the system. This patch does that check and effectively skips them. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:09:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:09:07 +0000 Subject: [Koha-bugs] [Bug 18900] wrong number format in receiving order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18900 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65628|0 |1 is obsolete| | --- Comment #12 from Tom?s Cohen Arazi --- Created attachment 65761 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65761&action=edit Bug 18900: wrong number format in receiving order Bug 18471 added number formating in order receive. I found a bug generated by this. Koha::Number::Price defines methods to (un)format price depending on CurrencyFormat syspref. The bug is that for CurrencyFormat US, some params are not defined in this module so there are retrieved from system locale. If system locale is not en_US, the params will be wrong. For example fr_FR will define ',' as decimal and so saved unit price is divided by 1000. To recreate: - On a server with locale 'fr_FR' - With Plack mode - Set CurrencyFormat on 'US' - Open a basket - Place an order for an item - Close basket - Receive order with changing 'Actual Cost' to '1,234' - Note the 'Actual Cost' is now '1.23' - Run unit test t/Number/Price.t without and with patch Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:09:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:09:25 +0000 Subject: [Koha-bugs] [Bug 18900] wrong number format in receiving order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18900 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:25:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:25:54 +0000 Subject: [Koha-bugs] [Bug 19067] New: clubs/ is not correctly mapped in Makefile.PL Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 Bug ID: 19067 Summary: clubs/ is not correctly mapped in Makefile.PL Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org The clubs/ dir is not correctly mapped in Makefile.PL and thus not installed (on source installs and packages as well). To reproduce: - Run $ grep clubs Makefile.PL => FAIL: no reference to the dir -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:34:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:34:32 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:34:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:34:35 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 65762 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65762&action=edit Bug 19067: Map clubs/ into INTRANET_CGI_DIR in Makefile.PL This patch adds the required entry in Makefile.PL so the clubs/ dir is correctly installed during the make install step. To test: - Run: $ cd kohaclone $ perl Makefile.PL - Follow any install method and options - Run $ make $ ls blib/INTRANET_CGI_DIR/ | grep clubs => FAIL: No clubs dir - Run: $ make clean - Apply this patch - Run: $ perl Makefile.PL - Follow any install method and options - Run $ make $ ls blib/INTRANET_CGI_DIR/ | grep clubs => SUCCESS: The clubs/ dir is correctly picked for inclussion in the intranet cgi dir - Sign off :-D -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:34:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:34:59 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:51:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:51:17 +0000 Subject: [Koha-bugs] [Bug 19014] Patrons should not get a on_reserve notification if the checkout is due in the future In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 Jonathan Field changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.field at ptfs-europe. | |com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:52:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:52:54 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64109|0 |1 is obsolete| | --- Comment #16 from M. Tompsett --- Created attachment 65763 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65763&action=edit Bug 18292 - t/db_dependent/Circulation.t doesn't need to return 1; Signed-off-by: Marcel de Rooy Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:53:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:53:05 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65709|0 |1 is obsolete| | --- Comment #17 from M. Tompsett --- Created attachment 65764 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65764&action=edit Bug 18292: Remove return 1 statements in tests The test files do not need to return 1 Patch generated with: perl -p -i -e "s/^1;\n//xsm" t/**/*.t Test plan: git grep '^1;$' t/**/*.t should not return any results NOTE: does not fix C4/SIP/t, nor xt tests. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 17:59:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 15:59:44 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 --- Comment #2 from Jonathan Druart --- Created attachment 65765 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65765&action=edit Bug 19067: Test Makefile.PL mapping -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 18:02:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 16:02:06 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 --- Comment #18 from Jonathan Druart --- Created attachment 65766 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65766&action=edit Bug 18292: Tests do not need to return 1 - xt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 18:11:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 16:11:49 +0000 Subject: [Koha-bugs] [Bug 19068] New: OPAC purchase suggestion doesn' t allow users to enter quantity of items Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 Bug ID: 19068 Summary: OPAC purchase suggestion doesn't allow users to enter quantity of items Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: J.P.Knight at lboro.ac.uk QA Contact: testopia at bugs.koha-community.org Created attachment 65767 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65767&action=edit One line addition to opac-suggestions.tt to allow quantities to be entered Our librarians commented that the Koha purchase suggestions form doesn't allow the quantity of items to be suggested. In an academic library, sometimes the academics will make suggestions for reading material and have an idea how popular it may be, even for modules/courses that aren't yet running so don't (officially) have any students allocated to them. This enhancement just exposes the quantity field to the OPAC suggestions form to permit the end user to enter this if they wish. The librarians can of course override this quantity when they process the suggestion. Test Plan (assuming using kohadevbox VM): 1) apply patch and turn on purchase suggestions 2) Go to http://localhost:8080/cgi-bin/koha/opac-suggestions.pl?op=add and notice that there is now a quantity field available. 3) Make a purchasing suggestion using this form, including a quantity. 4) Log in as a member of library staff and go to Home ? Acquisitions ? Suggestions 5) Confirm that the previously entered suggestion is there, and that the correct quantity appears in the "Acquisition information" section. 6) Edit the purchasing suggestion, change the quantity, save it and check that the new quantity appears in the suggestion. I've popped an ID attribute of "opac-suggestion-quantity" to the surrounding
  • so that CSS can easily make this optional field disappear (as suggested by cait on IRC). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 18:22:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 16:22:11 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 18:22:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 16:22:14 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65766|0 |1 is obsolete| | --- Comment #19 from M. Tompsett --- Created attachment 65768 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65768&action=edit Bug 18292: Tests do not need to return 1 - xt Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 18:37:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 16:37:44 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 --- Comment #21 from Jonathan Druart --- Liz, Katrin, do you agree with this patch? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 18:52:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 16:52:58 +0000 Subject: [Koha-bugs] [Bug 18164] What is the solution? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18164 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Koha security | CC| |jonathan.druart at bugs.koha-c | |ommunity.org Status|NEW |RESOLVED Assignee|chris at bigballofwax.co.nz |koha-bugs at lists.koha-commun | |ity.org Product|Koha security |Koha QA Contact| |testopia at bugs.koha-communit | |y.org Component|Koha |Architecture, internals, | |and plumbing Resolution|--- |INVALID --- Comment #1 from Jonathan Druart --- Please use the mailing list for support question. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 18:53:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 16:53:59 +0000 Subject: [Koha-bugs] [Bug 18328] There is no history for article request In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18328 Jessie Zairo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzairo at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 18:54:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 16:54:10 +0000 Subject: [Koha-bugs] [Bug 17239] Vulnerabilitiy warning for package C4::Biblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17239 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Koha security | Assignee|chris at bigballofwax.co.nz |koha-bugs at lists.koha-commun | |ity.org Product|Koha security |Koha QA Contact| |testopia at bugs.koha-communit | |y.org Component|Koha |Architecture, internals, | |and plumbing --- Comment #6 from Jonathan Druart --- This is not a security bug, moving out the Koha security project. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:04:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:04:24 +0000 Subject: [Koha-bugs] [Bug 19066] Add branchcode to accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19066 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:04:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:04:27 +0000 Subject: [Koha-bugs] [Bug 19066] Add branchcode to accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19066 --- Comment #1 from Kyle M Hall --- Created attachment 65769 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65769&action=edit Bug 19066 - Update Database -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:04:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:04:33 +0000 Subject: [Koha-bugs] [Bug 19066] Add branchcode to accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19066 --- Comment #2 from Kyle M Hall --- Created attachment 65770 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65770&action=edit Bug 19066 - Update Schema -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:04:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:04:36 +0000 Subject: [Koha-bugs] [Bug 19066] Add branchcode to accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19066 --- Comment #3 from Kyle M Hall --- Created attachment 65771 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65771&action=edit Bug 19066 - Add branchcode to accountlines For the purposes of statistics, it appears that it would help many libraries to have branchcode recorded in the accountlines table. For payments, the field would contain the code for the branch the payment was made at. For manual invoices, it would be the code of the library that created the invoice. Test Plan: 1) Apply this patch set 2) Create and pay some fees 3) Note the branchcode for those fees and payments is set to your logged in branch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:04:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:04:47 +0000 Subject: [Koha-bugs] [Bug 7595] Add branchcode to accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7595 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |DUPLICATE --- Comment #53 from Kyle M Hall --- *** This bug has been marked as a duplicate of bug 19066 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:04:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:04:47 +0000 Subject: [Koha-bugs] [Bug 19066] Add branchcode to accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19066 --- Comment #4 from Kyle M Hall --- *** Bug 7595 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:14:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:14:54 +0000 Subject: [Koha-bugs] [Bug 15855] Disabling multiple submission on search form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15855 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=17523 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:34:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:34:01 +0000 Subject: [Koha-bugs] [Bug 19012] Note additional columns that are required during patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19012 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #3 from Jonathan Druart --- No, they are not mandatory. It's the default value for BorrowerMandatoryField, but can be removed, and others can be added. I guess you will have to parse the pref to display which fields are mandatory. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:35:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:35:33 +0000 Subject: [Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Assignee|koha-bugs at lists.koha-commun |alexbuckley at catalyst.net.nz |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:38:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:38:46 +0000 Subject: [Koha-bugs] [Bug 19043] Z39.50 target clio-db.cc.columbia.edu: 7090 is no longer publicly available. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19043 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #3 from Jonathan Druart --- Should we display a message on the about page and/or during the update database process? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:46:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:46:46 +0000 Subject: [Koha-bugs] [Bug 18725] Process_message_queue sends duplicate emails if message_queue is not writable. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #4 from Jonathan Druart --- I am not sure this fix is the best one. I would suggest to test this kind of issue at the beginning of the cronjob instead. What do you think? By the way, why do you try 10 times? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:49:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:49:25 +0000 Subject: [Koha-bugs] [Bug 10267] No error message when entering an invalid cardnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10267 --- Comment #21 from Jonathan Druart --- If we increase the size of borrowers.cardnumber to 32 (bug 13178), do we still need this? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:53:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:53:08 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #133 from Brendan Gallagher --- I am getting some errors. I will fill this out later - in a rush at the moment. Giving presentation on this in a few minutes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:53:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:53:14 +0000 Subject: [Koha-bugs] [Bug 16117] Log borrower cardnumbers and item barcodes which are not valid In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16117 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #4 from Jonathan Druart --- Just a thought: Koha::Statistics->invalid_item( { item => $barcode } ); sounds like it will return something, not it will actually write. I would suggest to rename the method with something more meaningful. Waiting for another QA opinion. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:53:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:53:15 +0000 Subject: [Koha-bugs] [Bug 19043] Z39.50 target clio-db.cc.columbia.edu: 7090 is no longer publicly available. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19043 --- Comment #4 from Barton Chittenden --- (In reply to Jonathan Druart from comment #3) > Should we display a message on the about page and/or during the update > database process? I would say both. More communication is generally better. Verbosely, --Barton -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 19:54:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 17:54:08 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 --- Comment #134 from Kyle M Hall --- Created attachment 65773 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65773&action=edit Bug 17047 [QA Followup] - Misc minor fixes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 20:13:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 18:13:46 +0000 Subject: [Koha-bugs] [Bug 19043] Z39.50 target clio-db.cc.columbia.edu: 7090 is no longer publicly available. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19043 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |ASSIGNED --- Comment #5 from Josef Moravec --- (In reply to Jonathan Druart from comment #3) > Should we display a message on the about page and/or during the update > database process? Good idea, I'll try to implement it, so changing status to assigned. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 20:30:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 18:30:40 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65762|0 |1 is obsolete| | Attachment #65765|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 65774 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65774&action=edit [SIGNED OFF] Bug 19067: Map clubs/ into INTRANET_CGI_DIR in Makefile.PL This patch adds the required entry in Makefile.PL so the clubs/ dir is correctly installed during the make install step. To test: - Run: $ cd kohaclone $ perl Makefile.PL - Follow any install method and options - Run $ make $ ls blib/INTRANET_CGI_DIR/ | grep clubs => FAIL: No clubs dir - Run: $ make clean - Apply this patch - Run: $ perl Makefile.PL - Follow any install method and options - Run $ make $ ls blib/INTRANET_CGI_DIR/ | grep clubs => SUCCESS: The clubs/ dir is correctly picked for inclussion in the intranet cgi dir - Sign off :-D Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 20:31:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 18:31:10 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 --- Comment #4 from Katrin Fischer --- I am upping severity - this bug means you can't use the hightlighted feature at all. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 20:31:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 18:31:15 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 --- Comment #5 from Katrin Fischer --- Created attachment 65775 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65775&action=edit [SIGNED OFF] Bug 19067: Test Makefile.PL mapping Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 20:31:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 18:31:29 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Severity|major |critical -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 20:44:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 18:44:07 +0000 Subject: [Koha-bugs] [Bug 10267] No error message when entering an invalid cardnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10267 --- Comment #22 from Katrin Fischer --- I haven't tested the other bug, but this is not dependent on the size I think. They still might conflict. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 20:49:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 18:49:37 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 --- Comment #5 from Katrin Fischer --- Hm, this might not be an update issue. The cardnumber is generated by looking for the biggest used number in your database and adding 1. If you do something like: select max(cardnumber) from borrowers; what does it give you? If you want to get back to low numbers, you might just have to clean up a few records. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 20:51:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 18:51:28 +0000 Subject: [Koha-bugs] [Bug 19012] Note additional columns that are required during patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19012 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer --- That's interesting, I didn't know that! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 20:52:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 18:52:47 +0000 Subject: [Koha-bugs] [Bug 19012] Note additional columns that are required during patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19012 --- Comment #5 from Katrin Fischer --- Hm, in my experience surname and cardnumber were always needed and it seemed to make sense, now I wonder. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 20:53:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 18:53:09 +0000 Subject: [Koha-bugs] [Bug 13178] cardnumber field length is too short In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13178 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #15 from Jonathan Druart --- @QAer, take a look at bug 10267 as well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 20:55:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 18:55:44 +0000 Subject: [Koha-bugs] [Bug 19043] Z39.50 target clio-db.cc.columbia.edu: 7090 is no longer publicly available. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19043 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #6 from Katrin Fischer --- Hm, I think the about page is really getting slow. Maybe an updatedatabase entry is enough in this case as it's not structural issue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 21:10:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 19:10:36 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65434|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 65776 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65776&action=edit Bug 19024: Add tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 21:10:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 19:10:51 +0000 Subject: [Koha-bugs] [Bug 15036] Closing and reopening a basket should not alter status of completed orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15036 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19024 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 [Bug 19024] order cancelled status is reset on basket close -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 21:10:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 19:10:51 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15036 CC| |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15036 [Bug 15036] Closing and reopening a basket should not alter status of completed orders -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 21:22:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 19:22:46 +0000 Subject: [Koha-bugs] [Bug 19043] Z39.50 target clio-db.cc.columbia.edu: 7090 is no longer publicly available. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19043 --- Comment #7 from Jonathan Druart --- (In reply to Katrin Fischer from comment #6) > Hm, I think the about page is really getting slow. Maybe an updatedatabase > entry is enough in this case as it's not structural issue. I am not sure this argument is relevant. You are not supposed to hit this page everyday. But in this case it may be not necessary to add this check. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 21:49:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 19:49:14 +0000 Subject: [Koha-bugs] [Bug 14039] Add patron title to checkout screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14039 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65496|0 |1 is obsolete| | --- Comment #20 from Jonathan Druart --- Created attachment 65777 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65777&action=edit Bug 14039: Add the title to all places There are other scripts where the borrower variable is not defined and the fields are passed one by one. To have a consistent behaviour we should add the title at the different places. Note that this script also add the use of the include file for statistics.tt and remove the pass of parameters to the template, already done later: 99 $template->param(%$borrower); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 21:52:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 19:52:48 +0000 Subject: [Koha-bugs] [Bug 17829] Move GetMember to Koha::Patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17829 --- Comment #32 from Jonathan Druart --- Created attachment 65778 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65778&action=edit Bug 17829: (follow-up) Move GetMember to Koha::Patron - routing-lists.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 21:53:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 19:53:56 +0000 Subject: [Koha-bugs] [Bug 18898] Some permissions for Reports can be bypassed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18898 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 21:54:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 19:54:13 +0000 Subject: [Koha-bugs] [Bug 18906] Superlibrarian and budget_manage_all users should always see all funds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18906 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #6 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 21:54:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 19:54:18 +0000 Subject: [Koha-bugs] [Bug 17829] Move GetMember to Koha::Patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17829 --- Comment #33 from Jonathan Druart --- (In reply to Jonathan Druart from comment #32) > Created attachment 65778 [details] [review] > Bug 17829: (follow-up) Move GetMember to Koha::Patron - routing-lists.pl Patch pushed to master! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 21:54:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 19:54:25 +0000 Subject: [Koha-bugs] [Bug 19023] inventory tool performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19023 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 22:07:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 20:07:55 +0000 Subject: [Koha-bugs] [Bug 11580] returnBeforeExpiry and closed day In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11580 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 22:07:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 20:07:59 +0000 Subject: [Koha-bugs] [Bug 11580] returnBeforeExpiry and closed day In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11580 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #58740|0 |1 is obsolete| | Attachment #64681|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 65779 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65779&action=edit [SIGNED OFF] Bug 11580 - If returnBeforeExpiry is ON, use calendar to calculate return date not on closed day (depending on useDaysMode) Test plan: 1. ReturnBeforeExpiry is activated 2. useDaysMode is different from "circulation rules only" 3. Set expiry date of a patron to a near date 4. Set a closed day on calendar for this date 5. Do a checkout Without patch, return date will be patron expiration date With the patch, return date will be last open day before patron expiration day Signed-off-by: Claire Gravely Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 22:08:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 20:08:35 +0000 Subject: [Koha-bugs] [Bug 11580] returnBeforeExpiry and closed day In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11580 --- Comment #14 from Katrin Fischer --- Created attachment 65780 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65780&action=edit [SIGNED OFF] BUG 11580 : Added unit test Added one unit test when the syspref useDaysMode is active. This does not move code anymore Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 22:25:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 20:25:15 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer --- I think there is another bug here. I just tested with received orders, they get reset to ordered too. Actually, should we not just move new > ordered and leave all other status alone? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 22:40:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 20:40:12 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Katrin Fischer --- Ok, thinking more about this, I think this is a failed QA: I propose: When a basket is closed, change new to ordered, leave all other status alone. The workflow usually is something like: new > ordered then either: > complete or partial > complete Note: The SQL in the patch has a typo and looks for completeD - reintroducing an already fixed bug by reseting complete to ordered when the basket is closed. Reasoning: New - If the basket is closed, we want to set it to ordered. Ordered - If a basket is reopened, we can reset this to new. If the basket is closed again, those should be set from new to ordered. Partial - Partial means a part of the order has already been received. To keep that information, we should probably leave the status alone and not change it when the basket is opened/closed. Complete - If an item is received already and linked to an invoice, we don't want to reset it to ordered or new on opening or closing the basket. The only way to change the status at this point should be to undo the receive -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 22:51:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 20:51:27 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 --- Comment #135 from Brendan Gallagher --- The "use" button for grabbing a report from the search results of the mana reports - did not work. when creating a new serial subscription it was not able to complete - it threw an error. Searching serials in mana did not return any results. just a blank status code. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 22:52:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 20:52:19 +0000 Subject: [Koha-bugs] [Bug 19069] New: "Doesn't match" option fails in MARC Modification Templates Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19069 Bug ID: 19069 Summary: "Doesn't match" option fails in MARC Modification Templates Change sponsored?: --- Product: Koha Version: 17.05 Hardware: Macintosh OS: Mac OS Status: NEW Severity: normal Priority: P5 - low Component: MARC Bibliographic record staging/import Assignee: koha-bugs at lists.koha-community.org Reporter: jfowler at sebts.edu QA Contact: testopia at bugs.koha-community.org Created attachment 65781 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65781&action=edit A single MARC record to use in order to test what I'm describing. When adding a new action in a MARCH modification template, the "doesn't match" option fails in places where there are multiple fields. I was importing MARC records with item holdings in 999 fields. Most of the records had multiple 999s. In most, there was one 999 field that had an $l field with the value "NASH". I set up the template to first get rid of all 999 fields where the l doeesn't match NASH. It didn't work. If I reverse the action, and write multiple actions that match on every other 999$1 field value, it works. I've tested several different ways, and the only conclusion I can come to is that the "doesn't match" option is failing. I've attached a sample MARC record. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 22:52:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 20:52:41 +0000 Subject: [Koha-bugs] [Bug 19069] "Doesn't match" option fails in MARC Modification Templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19069 jfowler at sebts.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jfowler at sebts.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 23:17:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 21:17:00 +0000 Subject: [Koha-bugs] [Bug 19012] Note additional columns that are required during patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19012 --- Comment #6 from Katrin Fischer --- I'd done some testing and looking at the code, surname is a mandatory hardcoded value: 150: my @criticals = qw(surname branchcode categorycode); # there probably should be others Cardnumber in fact isn't! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 9 23:19:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 21:19:45 +0000 Subject: [Koha-bugs] [Bug 19065] Transaction library filter on Cash register report doesn' t work In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19065 Lisette changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 00:10:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 22:10:08 +0000 Subject: [Koha-bugs] [Bug 12949] changing child to adult doesn't remove link to guarantor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12949 Danielle Elder changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |danielle at bywatersolutions.c | |om -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 00:34:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 22:34:42 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- CC|aleisha at catalyst.net.nz | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 01:29:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 09 Aug 2017 23:29:38 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 04:21:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 02:21:40 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64102|0 |1 is obsolete| | --- Comment #3 from Liz Rea --- Created attachment 65782 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65782&action=edit Bug 17355 - Allow deletion of authorised value categories This is jsut a ptach I was toying with - as Jonathan mentions we need a way to prevent deletion of internal categories, I just listed them here (we would list more) Partial patch, so would need work but poking this bug as reminder :-) Signed-off-by: Liz Rea This is a good start -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 04:33:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 02:33:29 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 04:33:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 02:33:33 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65698|0 |1 is obsolete| | --- Comment #39 from Srdjan Jankovic --- Created attachment 65783 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65783&action=edit bug 14803: KOHA.Checkouts js object * Use javascript to: - update fines/checkouts info - show/hide checkouts form and messages * Created svc/patron/fines -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 04:35:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 02:35:32 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 --- Comment #40 from Srdjan Jankovic --- (In reply to Katrin Fischer from comment #38) > > 6) Check in the item from the table > BUT: Instead of seeing the success message the checkout vanishes instantly. > Without the patch, the checked-in items remain visible, highlighted in > yellow showing the success message. With the patch they vanish immediately. > I think we need to keep the former behavior. You are right, better if it stays there. I just could not live with "Renew" still showing. So I came up with something else. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 05:25:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 03:25:19 +0000 Subject: [Koha-bugs] [Bug 15486] Restrict number of holds placed by day In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15486 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amitddng135 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 05:26:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 03:26:03 +0000 Subject: [Koha-bugs] [Bug 15644] City dropdown default selection when modifying a patron matches only on city In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15644 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amitddng135 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 05:46:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 03:46:35 +0000 Subject: [Koha-bugs] [Bug 19066] Add branchcode to accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19066 --- Comment #5 from M. Tompsett --- Comment on attachment 65771 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65771 Bug 19066 - Add branchcode to accountlines Review of attachment 65771: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19066&attachment=65771) ----------------------------------------------------------------- Looking for test that triggers "third" part of Circulation.pm changes. prove t/db_dependent/Reserves/ prove t/db_dependent/Accounts.t Just that one little change needs triggering before I'll sign off. Read last Koha/Account comment, then first, then second. ::: C4/Circulation.pm @@ +2872,3 @@ > # Charge a new rental fee, if applicable? > my ( $charge, $type ) = GetIssuingCharges( $itemnumber, $borrowernumber ); > if ( $charge > 0 ) { Do we have a test that triggers this? I haven't found it yet. ::: Koha/Account.pm @@ +69,5 @@ > my $lines = $params->{lines}; > my $type = $params->{type} || 'payment'; > + my $branchcode = $params->{branchcode}; > + > + $library_id ||= C4::Context->userenv ? C4::Context->userenv->{'branch'} : undef; But why line 73 and change the line? @@ +74,2 @@ > > my $userenv = C4::Context->userenv; Why not just after $userenv here, and keep the line identical? @@ -194,5 @@ > note => $note, > } > )->store(); > > - $library_id ||= $userenv ? $userenv->{'branch'} : undef; Yes, this needs to move. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 05:47:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 03:47:00 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 Krishna K changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |krishna.moorthy94 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 07:07:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 05:07:28 +0000 Subject: [Koha-bugs] [Bug 19066] Add branchcode to accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19066 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com Status|Needs Signoff |Failed QA --- Comment #6 from M. Tompsett --- prove -r t/db_dependent fails after applying the patch. Constraint errors related to test builder, I suspect. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 08:47:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 06:47:36 +0000 Subject: [Koha-bugs] [Bug 18797] t/db_dependent/rollingloans.t is skipping In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18797 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #1 from Marcel de Rooy --- Looks good to me LOL ok 1 # skip Missing test borrower or item, skipping tests ok 2 # skip Missing test borrower or item, skipping tests ok 3 # skip Missing test borrower or item, skipping tests ok 4 # skip Missing test borrower or item, skipping tests ok 5 # skip Missing test borrower or item, skipping tests ok 6 # skip Missing test borrower or item, skipping tests ok 7 # skip Missing test borrower or item, skipping tests ok 8 # skip Missing test borrower or item, skipping tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 09:03:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 07:03:54 +0000 Subject: [Koha-bugs] [Bug 19070] New: Fix Circulation/Branch.t Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19070 Bug ID: 19070 Summary: Fix Circulation/Branch.t Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org Resolve: DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Circulation/Branch.t line 49. Resolve: not ok 14 - AddReturn respects branch item return policy - noreturn # Failed test 'AddReturn respects branch item return policy - noreturn' # at t/db_dependent/Circulation/Branch.t line 279. # got: 'yqiKrIkX' # expected: undef Cause: There is a record in clubs. The constraint in clubs on branchcode does not include a cascaded delete. The test deletes all branches. Test 14 depends on item-level_itypes==1. When you set it to Biblio, it fails. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 09:06:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 07:06:23 +0000 Subject: [Koha-bugs] [Bug 19070] Fix Circulation/Branch.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19070 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 09:06:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 07:06:26 +0000 Subject: [Koha-bugs] [Bug 19070] Fix Circulation/Branch.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19070 --- Comment #1 from Marcel de Rooy --- Created attachment 65785 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65785&action=edit Bug 19070: Fix Circulation/Branch.t Resolve: DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Circulation/Branch.t line 49. Resolve: not ok 14 - AddReturn respects branch item return policy - noreturn Failed test 'AddReturn respects branch item return policy - noreturn' at t/db_dependent/Circulation/Branch.t line 279. got: 'yqiKrIkX' expected: undef Cause: There is a record in clubs. The constraint in clubs on branchcode does not include a cascaded delete. The test deletes all branches. Test 14 depends on item-level_itypes==1. When you set it to Biblio, it fails. Test plan: Run t/db_dependent/Circulation/Branch.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 09:07:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 07:07:16 +0000 Subject: [Koha-bugs] [Bug 19070] Fix Circulation/Branch.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19070 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|chris at bigballofwax.co.nz |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 09:13:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 07:13:19 +0000 Subject: [Koha-bugs] [Bug 19071] New: Fix Circulation/issue.t Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 Bug ID: 19071 Summary: Fix Circulation/issue.t Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org Resolve: DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Circulation/issue.t line 65. Cause: See also bug 19070. We do not need to delete all branches here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 09:13:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 07:13:34 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Assignee|chris at bigballofwax.co.nz |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 09:15:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 07:15:07 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 09:15:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 07:15:09 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 --- Comment #1 from Marcel de Rooy --- Created attachment 65786 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65786&action=edit Bug 19071: Fix Circulation/issue.t Resolve: DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Circulation/issue.t line 65. Cause: See also bug 19070. We do not need to delete all branches here. Test plan: Run t/db_dependent/Circulation/issue.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 09:25:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 07:25:14 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 --- Comment #2 from Marcel de Rooy --- Created attachment 65787 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65787&action=edit Bug 19071: Fix Members/IssueSlip.t Resolve: DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Members/IssueSlip.t line 44. We do not need to delete all branches here. Test plan: Run t/db_dependent/Members/IssueSlip.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 09:25:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 07:25:56 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t and Members/IssueSlip.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Fix Circulation/issue.t |Fix Circulation/issue.t and | |Members/IssueSlip.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 09:27:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 07:27:12 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t and Members/IssueSlip.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65787|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 65788 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65788&action=edit Bug 19071: Fix Members/IssueSlip.t Resolve: DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Members/IssueSlip.t line 44. We do not need to delete all branches here. Note: The test still needs attention for noisy userenv warns, but it should pass now. Test plan: Run t/db_dependent/Members/IssueSlip.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 10:09:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 08:09:34 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 --- Comment #1 from Marcel de Rooy --- Created attachment 65789 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65789&action=edit Bug 19004: Patrons.t should create its own data for enrollment fees. If the patron categories J, K, YA would not exist, Patrons.t would fail. Test plan: [1] Remove one of these patron categories. [2] Run t/db_dependent/Koha/Patrons.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 10:09:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 08:09:38 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 --- Comment #2 from Marcel de Rooy --- Created attachment 65790 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65790&action=edit Bug 19004: Adjust AddReturn for retrieving item type In the regular situation, you can get itemtype via biblio and then biblioitem as well as via biblioitem (at least when item-level_itypes is set to biblio). But since Koha unfortunately defined two relations in item, one for biblioitemnumber (the good one) and one for biblionumber (redundant), TestBuilder (correctly) builds one biblioitem and two biblios. If you item-level_itypes to biblio record, this will result in failing tests when calling AddReturn (in this case Koha/Patrons.t). It will crash on: Can't call method "itemtype" on an undefined value at C4/Circulation.pm line 1826. Cause: AddReturn goes via the biblionumber to biblio and than to biblioitems, and it does not find a biblioitem. (Not a fault from TestBuilder but a database design problem.) This patch makes a small change in AddReturn to retrieve the itemtype via biblioitem. It actually is a shorter road than items->biblio->biblioitems. Note: I do not test the Biblioitems->find call, since we already checked the GetItem call before and we have a foreign key constraint. I did not call $item->effective_itemtype since we still use GetItem; this could be done later. Adjusted Circulation/Returns.t too: If we add an item with TestBuilder and we called AddBiblio before, we should link biblioitemnumber as well. Test plan: [1] Do not apply this patch yet. [2] Set item-level_itypes to biblio record. [3] Run t/db_dependent/Koha/Patrons.t. (It should fail.) [4] Apply this patch. [5] Run t/db_dependent/Koha/Patrons.t again. [6] Run t/db_dependent/Circulation/Returns.t [7] Git grep on AddReturn and run a few other tests calling it. Note: Bugs 19070/19071 address three tests that call AddReturn too. [8] In the interface, check in a book. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 10:16:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 08:16:11 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 --- Comment #3 from Marcel de Rooy --- Note: The design problem around items.biblionumber is a hard one since it is widely used field. Fixing the issue by adjusting TestBuilder is a workaround I thought about, but I did not want to introduce that change here. The change on AddReturn is a tiny improvement and fixes some tests calling it in combination with biblio level itemtypes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 10:16:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 08:16:35 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 10:16:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 08:16:41 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 10:37:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 08:37:18 +0000 Subject: [Koha-bugs] [Bug 18745] Serial claims: save supplier info on serial-level In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18745 --- Comment #2 from Julian Maurice --- Created attachment 65791 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65791&action=edit Bug 18745 - kohastructure.sql: Move aqbooksellers above serial Otherwise we can't define a foreign key in serial that references aqbooksellers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 11:30:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 09:30:56 +0000 Subject: [Koha-bugs] [Bug 19072] New: REST API: Toggle suspend for /api/v1/holds Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19072 Bug ID: 19072 Summary: REST API: Toggle suspend for /api/v1/holds Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Web services Assignee: koha-bugs at lists.koha-community.org Reporter: lari.taskula at jns.fi QA Contact: testopia at bugs.koha-community.org Toggle suspend is missing from /api/v1/holds. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 11:33:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 09:33:42 +0000 Subject: [Koha-bugs] [Bug 19072] REST API: Toggle suspend for /api/v1/holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19072 --- Comment #1 from Lari Taskula --- Created attachment 65792 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65792&action=edit Bug 19072: Toggle suspend for /api/v1/holds This patch adds ability to toggle suspend for a hold. To test: 1. prove t/db_dependent/api/v1/holds.t 2. Send a PUT request to suspended hold with suspend_until parameter as null 3. Observe that hold is now resumed -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 11:43:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 09:43:05 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #41 from Katrin Fischer --- I am sorry Srdjan, but something else weird popped up now. Applied the new patches, restarted plack, reloaded to get new Javascript... The amount outstanding is not showing at all. I found the following JavaScript error in the logs, not sure if it's related: ReferenceError: checkouts_only is not defined -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 11:48:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 09:48:10 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major --- Comment #8 from Marcel de Rooy --- Increasing Severity -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 11:59:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 09:59:24 +0000 Subject: [Koha-bugs] [Bug 19073] New: Can't change library with patron batch modification tool Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073 Bug ID: 19073 Summary: Can't change library with patron batch modification tool Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org It appears that the option to change a users homebranch with the patron batch modification tool is broken. To test: - Install Koha sample patrons - Search all patrons (empty search) and add them to a patron list - Go to the patron batch modification tool - Select your list - Change branch to Centerville - Save - Verify Koha shows the result list, but that the branch hasn't been changed. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 12:00:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 10:00:58 +0000 Subject: [Koha-bugs] [Bug 19074] New: Show patron category description instead of code in patron batch modification list Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 Bug ID: 19074 Summary: Show patron category description instead of code in patron batch modification list Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org When editing mulitple patrons unsing the patron batch modification tool, the list of patrons shows the patron category code instead of the patron category description. As the pull down below has the description, this can be quite confusing to some users and makes it harder to verify the correct results. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 12:19:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 10:19:13 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 --- Comment #22 from Katrin Fischer --- I thought that when there is only one library, showing the library on each item was not necessary. We even had libraries asking to remove the branch information from the staff side as well, because they felt it was taking up space unnecessarily. But from the comments it appears that not every library shares this view. Even with bug 16759 I think we won't quite get the current or ideal behaviour (only show the column, if there is a location (LOC) for the item defined). But it might be a step forward to find other ways of resolving this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 12:21:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 10:21:20 +0000 Subject: [Koha-bugs] [Bug 19072] REST API: Toggle suspend for /api/v1/holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19072 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65792|0 |1 is obsolete| | --- Comment #2 from Lari Taskula --- Created attachment 65793 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65793&action=edit Bug 19072: Toggle suspend for /api/v1/holds This patch adds ability to toggle suspend for a hold. To test: 1. prove t/db_dependent/api/v1/holds.t 2. Send a PUT request to suspended hold with suspend_until parameter as null 3. Observe that hold is now resumed -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 12:30:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 10:30:02 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #9 from Katrin Fischer --- Sorry Marcel, but tests are failing: Files=1, Tests=14, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.22 cusr 0.26 csys = 1.50 CPU) Result: FAIL kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ perl t/db_dependent/ImportBatch.t 1..14 ok 1 - use C4::ImportBatch; ok 2 - AddImportBatch for sample_import_batch1 return an id ok 3 - AddImportBatch for sample_import_batch2 return an id ok 4 - GetImportBatch returns the right informations about HASH(0x99e12b8) ok 5 - GetImportBatch returns the right informations about HASH(0x99e13f0) ok 6 - GetRecordFromImportBiblio should return the record with items if specified ok 7 - GetRecordFromImportBiblio should return the record without items by default ok 8 - No item numbers expected since we did not commit ok 9 - Expecting two items now ok 10 - Check the first returned itemnumber ok 11 - No item numbers expected since we deleted the item ok 12 - Batch 3 has been cleaned ok 13 - Batch 3 has been deleted # Subtest: RecordsFromMarcPlugin 1..5 # No tests run! not ok 14 - No tests run for subtest "RecordsFromMarcPlugin" # Failed test 'No tests run for subtest "RecordsFromMarcPlugin"' # at t/db_dependent/ImportBatch.t line 195. Can't call method "GetPlugins" on an undefined value at t/db_dependent/ImportBatch.t line 186. # Looks like your test exited with 255 just after 14. Also QA tool complains about POD coverage, but I think that is less important. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 12:52:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 10:52:27 +0000 Subject: [Koha-bugs] [Bug 19072] REST API: Toggle suspend for /api/v1/holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19072 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65793|0 |1 is obsolete| | --- Comment #3 from Lari Taskula --- Created attachment 65794 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65794&action=edit Bug 19072: Toggle suspend for /api/v1/holds This patch adds ability to toggle suspend for a hold. To test: 1. prove t/db_dependent/api/v1/holds.t 2. Send a PUT request to suspended hold with suspend_until parameter as null 3. Observe that hold is now resumed -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:01:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:01:27 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19072 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19072 [Bug 19072] REST API: Toggle suspend for /api/v1/holds -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:01:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:01:27 +0000 Subject: [Koha-bugs] [Bug 19072] REST API: Toggle suspend for /api/v1/holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19072 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18137 Status|NEW |Needs Signoff Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 [Bug 18137] REST API: Migrate from Mojolicious::Plugin::Swagger2 to Mojolicious::Plugin::OpenAPI -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:01:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:01:30 +0000 Subject: [Koha-bugs] [Bug 19072] REST API: Toggle suspend for /api/v1/holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19072 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65794|0 |1 is obsolete| | --- Comment #4 from Lari Taskula --- Created attachment 65795 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65795&action=edit Bug 19072: Toggle suspend for /api/v1/holds This patch adds ability to toggle suspend for a hold. To test: 1. prove t/db_dependent/api/v1/holds.t 2. Send a PUT request to suspended hold with suspend_until parameter as null 3. Observe that hold is now resumed -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:03:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:03:08 +0000 Subject: [Koha-bugs] [Bug 19072] REST API: Toggle suspend for /api/v1/holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19072 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65795|0 |1 is obsolete| | --- Comment #5 from Lari Taskula --- Created attachment 65796 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65796&action=edit Bug 19072: Toggle suspend for /api/v1/holds This patch adds ability to toggle suspend for a hold. To test: 1. prove t/db_dependent/api/v1/holds.t 2. Send a PUT request to suspended hold with suspend_until parameter as null 3. Observe that hold is now resumed -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:04:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:04:26 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #10 from Marcel de Rooy --- Created attachment 65797 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65797&action=edit Bug 19049: [Follow-up] Make sure that GetPlugins finds the plugin We have to mock_config the pluginsdir before Plugins is loaded, and we should pass an absolute path (not a relative one). If you did not install the test to_marc plugin, this test would fail. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:05:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:05:24 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 --- Comment #1 from Alex Sassmannshausen --- Created attachment 65798 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65798&action=edit Bug 19074: bugfix: Dereference correct value from Koha::Object. * tools/modborrowers.pl: Dereference 'branchcode' rather than 'value'. Test Plan: - Carry out "Batch patron modification" with any number of patrons. + Change the library. + Hit Save. - The library will not have been updated. - Apply patch. - Run same modification. - The library will have been updated -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:05:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:05:22 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:08:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:08:46 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |alex.sassmannshausen at ptfs-e | |urope.com --- Comment #2 from Alex Sassmannshausen --- Accidentally uploaded patch to wrong bug. Alex -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:09:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:09:14 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65798|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:09:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:09:51 +0000 Subject: [Koha-bugs] [Bug 19073] Can't change library with patron batch modification tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:09:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:09:53 +0000 Subject: [Koha-bugs] [Bug 19073] Can't change library with patron batch modification tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073 --- Comment #1 from Alex Sassmannshausen --- Created attachment 65799 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65799&action=edit Bug 19074: bugfix: Dereference correct value from Koha::Object. * tools/modborrowers.pl: Dereference 'branchcode' rather than 'value'. Test Plan: - Carry out "Batch patron modification" with any number of patrons. + Change the library. + Hit Save. - The library will not have been updated. - Apply patch. - Run same modification. - The library will have been updated -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:17:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:17:31 +0000 Subject: [Koha-bugs] [Bug 18783] Allow automatic claims for serials In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18783 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #4 from Katrin Fischer --- Hi Julian, that fixed the issue. I have tested adding and modifying subscriptions, the new option works nicely. I have also run the command without errors, but then realized that I cannot currently test emails on my installation. As they are not going through the message_queue I can't verify them being sent/generated correctly right now. Leaving this Needs Signoff for now, maybe someone else can continue testing. Note: You might want to add a test for the changes to SendAlert. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:19:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:19:43 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #11 from Marcel de Rooy --- Note for QA QA Tools gives this warning: FAIL t/Koha/Plugin/MarcFieldValues.pm OK critic OK forbidden patterns OK git manipulation OK pod FAIL pod coverage POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 SKIP spelling OK valid This is a false negative. Since the t folder is not in the PERL5LIB path, the module cannot be loaded. After adding [myclone]/t to PERL5LIB: perl -MPod::Coverage=Koha::Plugin::MarcFieldValues -e1 RETURNS: Koha::Plugin::MarcFieldValues has a Pod::Coverage rating of 1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:34:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:34:41 +0000 Subject: [Koha-bugs] [Bug 18783] Allow automatic claims for serials In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18783 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #5 from Katrin Fischer --- Ok, I have figured out a way to see the email: 1) Errors when running script My message template was: Das folgende Heft ist jetzt verf?gbar: <> <> <> When I run the command, I receive some errors: kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ ./misc/cronjobs/serialsClaim.pl --letter-code RLIST Use of uninitialized value in substitution iterator at /home/vagrant/kohaclone/C4/Letters.pm line 776. Use of uninitialized value in substitution iterator at /home/vagrant/kohaclone/C4/Letters.pm line 776. Claim sent to Osiandersche Buchhandlung (3) for serials 3 The email is generated, but the placeholders are not being replaced. 2) Verbosity I wonder if the success message should only be shown if you add -v, this way it would be a bit less noisy when run as cronjob. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:36:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:36:07 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:36:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:36:09 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 --- Comment #3 from Alex Sassmannshausen --- Created attachment 65800 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65800&action=edit Bug 19074: Fix category display in Batch patron modification. * tools/modborrowers.pl (GetBorrowerInfos): Fix setting of patron category description. * koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt: Use it. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:36:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:36:56 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 --- Comment #4 from Alex Sassmannshausen --- (In reply to Alex Sassmannshausen from comment #3) > Created attachment 65800 [details] [review] > Bug 19074: Fix category display in Batch patron modification. > > * tools/modborrowers.pl (GetBorrowerInfos): Fix setting of patron > category description. > * koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt: Use > it. Test Plan: - Check that patron categories display in a human friendly way throughout batch modification tool. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:38:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:38:26 +0000 Subject: [Koha-bugs] [Bug 19073] Can't change library with patron batch modification tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65799|0 |1 is obsolete| | --- Comment #2 from Alex Sassmannshausen --- Created attachment 65801 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65801&action=edit Bug 19073: bugfix: Dereference correct value from Koha::Object. * tools/modborrowers.pl: Dereference 'branchcode' rather than 'value'. Test Plan: - Carry out "Batch patron modification" with any number of patrons. + Change the library. + Hit Save. - The library will not have been updated. - Apply patch. - Run same modification. - The library will have been updated -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:50:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:50:18 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:50:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:50:20 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65707|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:50:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:50:22 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65708|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:50:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:50:25 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65797|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:51:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:51:12 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #12 from Katrin Fischer --- Created attachment 65802 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65802&action=edit [SIGNED OFF] Bug 19049: Fix regression on stage-marc-import with to_marc plugin Bug 12412 added the use of to_marc plugins allowing arbitrary file formats in stage-marc-import (as long as the plugins can handle them). The feature was not very visible in the code, and when bug 10407 added the marcxml format, it made some changes that broke the use of to_marc. This patch restores the functionality by: [1] Adding a sub RecordsFromMarcPlugin to ImportBatch.pm, specifically addressing the conversion from arbitrary formats to MARC::Record. The original to_marc interface is used: pass it the file contents, and it returns a string consisting of a number of MARC blobs separated by \x1D. Consequently, the call of to_marc is removed from routine BatchStageMarcRecords where it did not belong. The to_marc_plugin parameter is removed and two calls are adjusted accordingly. [2] Instead of a separate combo with plugins, the format combo contains MARC, MARCXML and optionally some plugin formats. [3] The code in stage-marc-import.pl now clearly shows the three main format types: MARC, MARCXML or plugin based. Note: This patch restores more or less the situation after bug 12412, but I would actually recommend to have the to_marc plugins return MARC::Record objects instead of large text strings. In the second example I added a to_marc plugin that actually converts MARC record objects to string format, while RecordsFromMarcPlugin reconverts them to MARC::Records. Test plan: See second patch. Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:51:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:51:16 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #13 from Katrin Fischer --- Created attachment 65803 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65803&action=edit [SIGNED OFF] Bug 19049: Testing RecordsFromMarcPlugin with a to_marc plugin This patch adds a simple to_marc plugin in t/Koha/Plugin that is used in the added subtest in ImportBatch.t. Test plan: [1] Run t/db_dependent/ImportBatch.t [2] Copy the to_marc test plugin from t to your plugin directory. Under Debian packages, you should do something like: mkdir -p /var/lib/koha/master/plugins/Koha/Plugin/ cp [yourclone]/t/Koha/Plugin/MarcFieldValues.pm /var/lib/koha/master/plugins/Koha/Plugin/ [3] Check if you see this plugin on plugins/plugins-home.pl [4] Create a text file with some fields like: (Note: The plugin needs an empty line between both "records".) 100,a = Test Author 1 245,a = Title One 100,a = Author 2 245,a = Title Two [5] Go to stage-marc-import.pl. Upload the created file. Select the plugin in the format combo and proceed. Did you create two records ? Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:51:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:51:19 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #14 from Katrin Fischer --- Created attachment 65804 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65804&action=edit [SIGNED OFF] Bug 19049: [Follow-up] Make sure that GetPlugins finds the plugin We have to mock_config the pluginsdir before Plugins is loaded, and we should pass an absolute path (not a relative one). If you did not install the test to_marc plugin, this test would fail. Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:55:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:55:16 +0000 Subject: [Koha-bugs] [Bug 19073] Can't change library with patron batch modification tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:55:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:55:19 +0000 Subject: [Koha-bugs] [Bug 19073] Can't change library with patron batch modification tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65801|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 65805 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65805&action=edit [SIGNED OFF] Bug 19073: bugfix: Dereference correct value from Koha::Object. * tools/modborrowers.pl: Dereference 'branchcode' rather than 'value'. Test Plan: - Carry out "Batch patron modification" with any number of patrons. + Change the library. + Hit Save. - The library will not have been updated. - Apply patch. - Run same modification. - The library will have been updated https://bugs.koha-community.org/show_bug.cgi?id=19073 Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:59:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:59:11 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 13:59:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 11:59:14 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65800|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 65806 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65806&action=edit [SIGNED OFF] Bug 19074: Fix category display in Batch patron modification. * tools/modborrowers.pl (GetBorrowerInfos): Fix setting of patron category description. * koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt: Use it. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 14:57:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 12:57:52 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65802|0 |1 is obsolete| | Attachment #65803|0 |1 is obsolete| | Attachment #65804|0 |1 is obsolete| | --- Comment #15 from Kyle M Hall --- Created attachment 65807 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65807&action=edit Bug 19049: Fix regression on stage-marc-import with to_marc plugin Bug 12412 added the use of to_marc plugins allowing arbitrary file formats in stage-marc-import (as long as the plugins can handle them). The feature was not very visible in the code, and when bug 10407 added the marcxml format, it made some changes that broke the use of to_marc. This patch restores the functionality by: [1] Adding a sub RecordsFromMarcPlugin to ImportBatch.pm, specifically addressing the conversion from arbitrary formats to MARC::Record. The original to_marc interface is used: pass it the file contents, and it returns a string consisting of a number of MARC blobs separated by \x1D. Consequently, the call of to_marc is removed from routine BatchStageMarcRecords where it did not belong. The to_marc_plugin parameter is removed and two calls are adjusted accordingly. [2] Instead of a separate combo with plugins, the format combo contains MARC, MARCXML and optionally some plugin formats. [3] The code in stage-marc-import.pl now clearly shows the three main format types: MARC, MARCXML or plugin based. Note: This patch restores more or less the situation after bug 12412, but I would actually recommend to have the to_marc plugins return MARC::Record objects instead of large text strings. In the second example I added a to_marc plugin that actually converts MARC record objects to string format, while RecordsFromMarcPlugin reconverts them to MARC::Records. Test plan: See second patch. Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 14:57:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 12:57:59 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #16 from Kyle M Hall --- Created attachment 65808 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65808&action=edit Bug 19049: Testing RecordsFromMarcPlugin with a to_marc plugin This patch adds a simple to_marc plugin in t/Koha/Plugin that is used in the added subtest in ImportBatch.t. Test plan: [1] Run t/db_dependent/ImportBatch.t [2] Copy the to_marc test plugin from t to your plugin directory. Under Debian packages, you should do something like: mkdir -p /var/lib/koha/master/plugins/Koha/Plugin/ cp [yourclone]/t/Koha/Plugin/MarcFieldValues.pm /var/lib/koha/master/plugins/Koha/Plugin/ [3] Check if you see this plugin on plugins/plugins-home.pl [4] Create a text file with some fields like: (Note: The plugin needs an empty line between both "records".) 100,a = Test Author 1 245,a = Title One 100,a = Author 2 245,a = Title Two [5] Go to stage-marc-import.pl. Upload the created file. Select the plugin in the format combo and proceed. Did you create two records ? Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 14:58:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 12:58:02 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #17 from Kyle M Hall --- Created attachment 65809 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65809&action=edit Bug 19049: [Follow-up] Make sure that GetPlugins finds the plugin We have to mock_config the pluginsdir before Plugins is loaded, and we should pass an absolute path (not a relative one). If you did not install the test to_marc plugin, this test would fail. Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall Verified patch is compatible with original KitchenSink to_marc plugin -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 14:57:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 12:57:49 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 15:03:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 13:03:22 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #18 from Kyle M Hall --- Created attachment 65810 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65810&action=edit Bug 19049 [QA Followup] - Make plugin name first item in description -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 15:52:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 13:52:31 +0000 Subject: [Koha-bugs] [Bug 11879] Add a new borrower field : main contact method. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11879 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63238|0 |1 is obsolete| | --- Comment #89 from Philippe Audet-Fortin --- Created attachment 65811 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65811&action=edit Bug 11879: Add the "Main contact method" field in borrower informations. This patch adds the "Main Contact Method" field in the borrower modification form. This field is useful for reporting purposes, or to know which contact method to use first when trying to contact a borrower. Following Nicolas' fix, removed a $branch variable from patch, since it has been suppressed in Bug 17284. Test case : * Edit a borrower's informations. The "Main Contact Method" selectbox should appear in the form and its value should be saved correctly. Sponsored-by: CCSR -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 15:56:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 13:56:46 +0000 Subject: [Koha-bugs] [Bug 11879] Add a new borrower field : main contact method. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11879 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63239|0 |1 is obsolete| | --- Comment #90 from Philippe Audet-Fortin --- Created attachment 65812 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65812&action=edit Bug 11879: Changes to Koha's schemas -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 15:57:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 13:57:57 +0000 Subject: [Koha-bugs] [Bug 19075] New: Improve header line of cash register report Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19075 Bug ID: 19075 Summary: Improve header line of cash register report Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Reports Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org When exporting the results of the cash register report as CSV, the columns are currently labelled like this: mfirstname card number firstname branchname date accounttype amount title barcode itype I think it would be a bit nicer, if the columns started with a capital and I would also rename a few of them: mfirstname = Manager name (btw, why only firstname, the screen shows both firstname and surname firstname = Borrower lastname (same as above) branchname = Library date = Transaction date itype = Itemtype -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 15:59:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 13:59:31 +0000 Subject: [Koha-bugs] [Bug 11879] Add a new borrower field : main contact method. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11879 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 15:59:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 13:59:53 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #31 from Katrin Fischer --- Tested, each with English and German (translated): - Acquisitions: Basket export - OK! - Acquisitions: Basket group export - OK! - Acquisitions: Late orders - OK! - Item search - OK! - Report: Cash register stats - OK! (filed bug 19075 for improving header line) - Report: Orders by fund - OK! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:01:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:01:13 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65620|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:01:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:01:11 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:01:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:01:16 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65621|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:01:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:01:19 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65622|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:01:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:01:22 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65623|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:26:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:26:58 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:27:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:27:03 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65774|0 |1 is obsolete| | Attachment #65775|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart --- Created attachment 65813 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65813&action=edit Bug 19067: Map clubs/ into INTRANET_CGI_DIR in Makefile.PL This patch adds the required entry in Makefile.PL so the clubs/ dir is correctly installed during the make install step. To test: - Run: $ cd kohaclone $ perl Makefile.PL - Follow any install method and options - Run $ make $ ls blib/INTRANET_CGI_DIR/ | grep clubs => FAIL: No clubs dir - Run: $ make clean - Apply this patch - Run: $ perl Makefile.PL - Follow any install method and options - Run $ make $ ls blib/INTRANET_CGI_DIR/ | grep clubs => SUCCESS: The clubs/ dir is correctly picked for inclussion in the intranet cgi dir - Sign off :-D Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:27:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:27:08 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 --- Comment #7 from Jonathan Druart --- Created attachment 65814 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65814&action=edit Bug 19067: Test Makefile.PL mapping Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:29:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:29:16 +0000 Subject: [Koha-bugs] [Bug 17470] overdue_notices.pl produces X emails with the SAME list of ALL overdue items if a patron has overdue items from X branches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17470 J Schmidt changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jschmidt at switchinc.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:31:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:31:25 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #32 from Katrin Fischer --- Created attachment 65815 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65815&action=edit [SIGNED OFF] Bug 18331: Fix CSV export (once and for all!) I am going to try and explain the problem here in order to make it a have-to-read for next changes. There are several things to test when and most of the time we break something when we try to fix something else. You have to test different CSV export, not only one. There are not all processed the same way. For instance acqui/csv/basket.tt does not contain any strings to translate and the translate script will copy the original file as it. But reports/csv/orders_by_budget.tt will not! Indeed it contains "TOTAL" which will be translated. The generated tt file for the translated language will remove all the carriage returns! That's why we cannot rely on TT for newlines (contrary to bug 16914 assumption). There are two possible methods: 1/ Fix the translate script => Hum... nope 2/ Remove all carriage returns and make them explicit by including an file that only contains 1 carriage return This second method is implemented in this patch. How it works: Use the PRE_CHOMP "[%-" and POST_CHOMP "-%]" (http://www.template-toolkit.org/docs/manual/Config.html#section_PRE_CHOMP_POST_CHOMP) to remove all the newlines that could be added by TT in the original (en) files. Then include the new_line.inc to add a new line. That way original and translated files will behave the same way. The BLOCK in the csv_headers avoid to have the newlines added, in any cases. For instance: by default we will have an empty line at the end of the headers, but the translated headers will not have it. Test plan: At least 2 signoffs will be needed, please test carefully! You will need to generate CSV with at least 2 entries! Test with the non-translated interface (en) and with the language you want. To test with a translated language you will *have to*: - cd misc/translator - perl translate update LANG - manually edit the po file, remove the fuzzy tags, correctly translate the string (do not forget the additional %s in the headers) - perl translate install LANG 1/ Export basket and basketgroup as CSV 2/ Export late orders as CSV 3/ Export items (from the item search) as CSV 4/ Export the 2 reports "Orders by fund" and "Cash register" as CSV Signed-off-by: Lee Jamison Signed-off-by: Josef Moravec Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:31:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:31:29 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #33 from Katrin Fischer --- Created attachment 65816 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65816&action=edit [SIGNED OFF] Bug 18331: Force tt to insert newline to empty_line.inc See end of comment #4 and IRC: http://irc.koha-community.org/koha/2017-08-03#i_1958062 Signed-off-by: Lee Jamison Signed-off-by: Josef Moravec Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:31:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:31:33 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #34 from Katrin Fischer --- Created attachment 65817 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65817&action=edit [SIGNED OFF] Bug 18331: Followup - Fix CSV export (once and for all!) Follow-up on Comment 21 to correct the empty_line.inc include in basket.tt https://bugs.koha-community.org/show_bug.cgi?id=18331 Signed-off-by: Lee Jamison Signed-off-by: Josef Moravec Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:31:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:31:37 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #35 from Katrin Fischer --- Created attachment 65818 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65818&action=edit [SIGNED OFF] Bug 18331: Followup - fix path to orders_by_budget csv header Signed-off-by: Josef Moravec Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:36:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:36:29 +0000 Subject: [Koha-bugs] [Bug 18797] t/db_dependent/rollingloans.t is skipping In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18797 --- Comment #2 from Jonathan Druart --- Marcel, yes that is the problem. The tests are never executed, data are not created. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:41:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:41:19 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65214|0 |1 is obsolete| | --- Comment #137 from Colin Campbell --- Created attachment 65819 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65819&action=edit New import_borrowers.pl command tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:42:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:42:40 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #138 from Colin Campbell --- Created attachment 65820 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65820&action=edit Update code to use new modules -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:42:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:42:48 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 --- Comment #367 from Katrin Fischer --- I can see Patricio on about.pl, maybe your file is not the latest version? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:43:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:43:39 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65215|0 |1 is obsolete| | Attachment #65216|0 |1 is obsolete| | --- Comment #139 from Colin Campbell --- Created attachment 65821 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65821&action=edit Fis conflict with bug 16911 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:45:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:45:23 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65217|0 |1 is obsolete| | --- Comment #140 from Colin Campbell --- Created attachment 65822 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65822&action=edit Fix conflict with 17829 - GetMember -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:47:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:47:27 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65218|0 |1 is obsolete| | --- Comment #141 from Colin Campbell --- Created attachment 65823 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65823&action=edit Re-add some missing stuff Signed off these patches after testing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:55:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:55:48 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #142 from Colin Campbell --- Created attachment 65824 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65824&action=edit Allow matched patron to be updated Additional patch to be included - currently if matching is on userid and there is a match the update is rejected. Historically the addition of the userid match point and the guard against adding duplicate userids were separate patches merged around the same time without taking account of each other. This rectifies the problem. - Will submit a patch for the existing code separately but will also need including in this enhancement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:55:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:55:52 +0000 Subject: [Koha-bugs] [Bug 8752] Log circulation renewal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8752 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|Failed QA |RESOLVED CC| |nick at bywatersolutions.com --- Comment #9 from Nick Clemens --- *** This bug has been marked as a duplicate of bug 17708 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:55:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:55:52 +0000 Subject: [Koha-bugs] [Bug 17708] Renewal log seems empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17708 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kohapatch at gmail.com --- Comment #29 from Nick Clemens --- *** Bug 8752 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:56:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:56:52 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t and Members/IssueSlip.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:56:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:56:55 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t and Members/IssueSlip.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65786|0 |1 is obsolete| | Attachment #65788|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 65825 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65825&action=edit [SIGNED OFF] Bug 19071: Fix Circulation/issue.t Resolve: DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Circulation/issue.t line 65. Cause: See also bug 19070. We do not need to delete all branches here. Test plan: Run t/db_dependent/Circulation/issue.t Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:57:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:57:23 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t and Members/IssueSlip.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 --- Comment #5 from Katrin Fischer --- Created attachment 65826 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65826&action=edit [SIGNED OFF] Bug 19071: Fix Members/IssueSlip.t Resolve: DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Members/IssueSlip.t line 44. We do not need to delete all branches here. Note: The test still needs attention for noisy userenv warns, but it should pass now. Test plan: Run t/db_dependent/Members/IssueSlip.t Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:57:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:57:41 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t and Members/IssueSlip.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #6 from Katrin Fischer --- I could not reproduce the problem, tests pass before and after applying the patches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:58:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:58:04 +0000 Subject: [Koha-bugs] [Bug 19076] New: Renewal via Checkout screen is logged as both a renewal and a checkout Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 Bug ID: 19076 Summary: Renewal via Checkout screen is logged as both a renewal and a checkout Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Depends on: 17708 To recreate: 1 - Enable both issue and renewal logs 2 - Checkout an item to a patron 3 - View the logs - the issue is captured 4 - Checkout the item to the patron again and confirm renewal 5 - Both an issue and a renewal are logged Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17708 [Bug 17708] Renewal log seems empty -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:58:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:58:04 +0000 Subject: [Koha-bugs] [Bug 17708] Renewal log seems empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17708 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19076 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:59:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:59:35 +0000 Subject: [Koha-bugs] [Bug 19070] Fix Circulation/Branch.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19070 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:59:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:59:38 +0000 Subject: [Koha-bugs] [Bug 19070] Fix Circulation/Branch.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19070 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65785|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer --- Created attachment 65827 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65827&action=edit [SIGNED OFF] Bug 19070: Fix Circulation/Branch.t Resolve: DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Circulation/Branch.t line 49. Resolve: not ok 14 - AddReturn respects branch item return policy - noreturn Failed test 'AddReturn respects branch item return policy - noreturn' at t/db_dependent/Circulation/Branch.t line 279. got: 'yqiKrIkX' expected: undef Cause: There is a record in clubs. The constraint in clubs on branchcode does not include a cascaded delete. The test deletes all branches. Test 14 depends on item-level_itypes==1. When you set it to Biblio, it fails. Test plan: Run t/db_dependent/Circulation/Branch.t Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 16:59:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 14:59:58 +0000 Subject: [Koha-bugs] [Bug 19070] Fix Circulation/Branch.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19070 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- Could't reproduce the problem, tests pass with and without the patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 17:14:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 15:14:47 +0000 Subject: [Koha-bugs] [Bug 19077] New: When loading patrons matching on userid updates to matched patrons are rejected Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19077 Bug ID: 19077 Summary: When loading patrons matching on userid updates to matched patrons are rejected Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: colin.campbell at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com A while back the import_borrowers script was altered to allow matching by userid, to allow updating borrowers by the id, unfortunately in parallel was a change to ensure duplicate userids were not added. Both changes were applied but the latter had the side effect of rendering the first useless. This patch adds a test that we are not matching on userid to the check userid for uniqueness To test Without the patch a import record matching on userid will be rejected With the patch it will update the db record when matching on another key non-unique userids will still be rejected a version of the patch has been submitted for inclusion in the enhanced version of patron load in bug 12598 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 17:23:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 15:23:28 +0000 Subject: [Koha-bugs] [Bug 19077] When loading patrons matching on userid updates to matched patrons are rejected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19077 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |colin.campbell at ptfs-europe. |ity.org |com Status|NEW |Needs Signoff --- Comment #1 from Colin Campbell --- Created attachment 65828 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65828&action=edit Add test to not reject update if matching on userid test by confirming that if matching by userid a matched record is updated, howver if matching by another criteria a record with a duplicate userid should still be rejected -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 17:24:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 15:24:19 +0000 Subject: [Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 17:24:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 15:24:21 +0000 Subject: [Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 --- Comment #1 from Nick Clemens --- Created attachment 65829 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65829&action=edit Bug 19076 - unit tests -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 17:24:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 15:24:24 +0000 Subject: [Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 --- Comment #2 from Nick Clemens --- Created attachment 65830 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65830&action=edit Bug 19076 - Move issue logging in AddIssue into condtional clause Currently AddIssue tests if renewal, but logs an issue even if so. This patch moves the logging into the conditional so a log entry is only added if we aren't renewing (as renewals are logged separately) To test: 1 - prove t/db_dependent/Circulation.t - one test should fail 2 - Enable both issue and renewal logs 3 - Checkout an item to a patron 4 - View the logs - the issue is captured 5 - Checkout the item to the patron again and confirm renewal 6 - Both an issue and a renewal are logged 7 - Apply patch 8 Repeat 1-6, tests should pass and only renewal should be logged -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 17:24:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 15:24:42 +0000 Subject: [Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 17:25:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 15:25:19 +0000 Subject: [Koha-bugs] [Bug 17378] Add ability to specify maximum number of items per record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17378 --- Comment #2 from Kyle M Hall --- (In reply to Katrin Fischer from comment #1) > Bit puzzled about this one - do you know what the use case is? Because Zebra is size-bound, this will help libraries control the number of items on a record. In general there is a threshold where more items will make the record no longer show in zebra search results because it is too large. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 17:35:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 15:35:39 +0000 Subject: [Koha-bugs] [Bug 7143] Bug for tracking changes to the about page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7143 --- Comment #368 from Jonathan Druart --- (In reply to Katrin Fischer from comment #367) > I can see Patricio on about.pl, maybe your file is not the latest version? Indeed! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 17:55:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 15:55:28 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #19 from Jonathan Druart --- Marcel, -my $format = $input->param('format') || 'ISO2709'; +my $format = $input->param('format'); Then later: + } else { + die "No format specified"; + } I would prefer to avoid the die and default to "MARC" if format is not passed, especially if we backport this change. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 17:59:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 15:59:19 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #20 from Jonathan Druart --- t/db_dependent/ImportBatch.t .. 1/14 # No tests run! # Failed test 'No tests run for subtest "RecordsFromMarcPlugin"' # at t/db_dependent/ImportBatch.t line 199. Can't call method "GetPlugins" on an undefined value at t/db_dependent/ImportBatch.t line 190. Must skip tests if enable_plugins is not set in koha-conf.xml or pass it in arg. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 18:03:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 16:03:43 +0000 Subject: [Koha-bugs] [Bug 15521] Make circulation rules backend more granular In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15521 Lisette changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 18:03:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 16:03:40 +0000 Subject: [Koha-bugs] [Bug 4530] Circulation & fines rules aren' t always applied from most specific to less specific In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4530 Lisette changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 18:15:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 16:15:53 +0000 Subject: [Koha-bugs] [Bug 5471] Quotes in tags cause moderation approval/rejection to fail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5471 --- Comment #8 from Jonathan Druart --- Created attachment 65831 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65831&action=edit Bug 5471: Use uri_escape_utf8 to handle utf8 chars correctly Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 18:21:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 16:21:22 +0000 Subject: [Koha-bugs] [Bug 18857] Have "actions" at both ends of the circulation rules table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18857 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Attachment #65341|0 |1 is obsolete| | --- Comment #8 from Jonathan Druart --- Comment on attachment 65341 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65341 Bug 18857 (QA Followup) Add title to lower 'Action' header Will not be pushed, move to its own bug report if you want to discuss more about it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 18:28:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 16:28:53 +0000 Subject: [Koha-bugs] [Bug 2093] Add OPAC dashboard for logged-in users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2093 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 18:45:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 16:45:24 +0000 Subject: [Koha-bugs] [Bug 18980] Add an explanation when Anyone permission has no actual effect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18980 --- Comment #16 from Jonathan Druart --- On the staff interface: """ Private list: Is managed by you and can be seen only by you. Public list: Can be seen by everybody, but managed only by you. """ Should not we update it? If a list is private but shared, the description is wrong. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 18:49:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 16:49:53 +0000 Subject: [Koha-bugs] [Bug 18980] Add an explanation when Anyone permission has no actual effect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18980 --- Comment #17 from Jonathan Druart --- AdjustRemark is a bit awkward, we could show the note only if the shelf is shared, private and changes are allowed by anyone seeing this list. Not blocker. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 18:52:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 16:52:47 +0000 Subject: [Koha-bugs] [Bug 18857] Have "actions" at both ends of the circulation rules table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18857 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #9 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 18:53:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 16:53:03 +0000 Subject: [Koha-bugs] [Bug 18900] wrong number format in receiving order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18900 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #13 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 18:53:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 16:53:35 +0000 Subject: [Koha-bugs] [Bug 19067] clubs/ is not correctly mapped in Makefile.PL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19067 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #8 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 18:53:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 16:53:19 +0000 Subject: [Koha-bugs] [Bug 18980] Add an explanation when Anyone permission has no actual effect In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18980 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #18 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 18:53:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 16:53:51 +0000 Subject: [Koha-bugs] [Bug 5471] Quotes in tags cause moderation approval/rejection to fail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5471 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #9 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 19:25:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 17:25:46 +0000 Subject: [Koha-bugs] [Bug 19080] New: Handle non existing patrons Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Bug ID: 19080 Summary: Handle non existing patrons Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: major Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org If a patron does not exist, scripts from the members module should handle it gracefully instead of crashing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 19:50:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 17:50:04 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 --- Comment #1 from Jonathan Druart --- Created attachment 65834 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65834&action=edit Bug 19080: Handle non-existing patrons gratefully This is a recurrent bug we have over the last years. When a script is called with non-existent borrowernumber it will crashes. We need to handle this gracefully instead of letting the script crashes. On bug 18403 a new subroutine is added to the codebase (output_and_exit_if_error) to handle this kind of errors correctly. Since it is not pushed yet, I propose to just redirect to a script that handle it correctly (circulation.pl) instead of adding this message to all these scripts. Test plan: Hit different scripts from the members module and pass a non-existent borrowernumber. You must be redirected to circulation.pl with a friendly message. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 19:49:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 17:49:58 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:03:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:03:45 +0000 Subject: [Koha-bugs] [Bug 19042] Silence warnings t/db_dependent/Letters.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19042 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:03:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:03:50 +0000 Subject: [Koha-bugs] [Bug 19042] Silence warnings t/db_dependent/Letters.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19042 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65511|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart --- Created attachment 65835 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65835&action=edit Bug 19042: Silence warnings t/db_dependent/Letters.t TEST PLAN --------- prove t/db_dependent/Letters.t -- there will be a message: "C4::Context->userenv not defined!" apply this patch prove t/db_dependent/Letters.t -- there will no longer be that message. run qa test tools Signed-off-by: Lee Jamison Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:03:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:03:57 +0000 Subject: [Koha-bugs] [Bug 19042] Silence warnings t/db_dependent/Letters.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19042 --- Comment #5 from Jonathan Druart --- Created attachment 65836 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65836&action=edit Bug 19042: Add mock IndependentBranches=0 for the other test These tests do not cover correctly getletter, but it is not the goal of this patch. Superlibrarian behaviour must be tested as well. Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:04:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:04:14 +0000 Subject: [Koha-bugs] [Bug 19042] Silence warnings t/db_dependent/Letters.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19042 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:07:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:07:15 +0000 Subject: [Koha-bugs] [Bug 19047] Fix AddBiblio call in Reserves.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19047 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:07:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:07:19 +0000 Subject: [Koha-bugs] [Bug 19047] Fix AddBiblio call in Reserves.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19047 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65558|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 65837 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65837&action=edit Bug 19047: Fix AddBiblio call in Reserves.t AddBiblio does not return a title; the biblioitemnumber is stored in the title variable. The variables for biblioitemnumber are not used and can be removed. Test plan: Run t/db_dependent/Reserves.t Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:07:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:07:23 +0000 Subject: [Koha-bugs] [Bug 19047] Fix AddBiblio call in Reserves.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19047 --- Comment #4 from Jonathan Druart --- Created attachment 65838 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65838&action=edit Bug 19047: Fix AddBiblio call in ShelfBrowser.t Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:12:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:12:15 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |alex.sassmannshausen at ptfs-e |ity.org |urope.com CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:22:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:22:20 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65806|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart --- Created attachment 65839 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65839&action=edit Bug 19074: Fix category display in Batch patron modification. * tools/modborrowers.pl (GetBorrowerInfos): Fix setting of patron category description. * koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt: Use it. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:22:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:22:25 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 --- Comment #7 from Jonathan Druart --- Created attachment 65840 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65840&action=edit Bug 19074: Do not crash if cardnumber does not exist If a cardnumber does not exist, $borrower will be undef and the ->category call will explode Can't call method "category" on an undefined value at /home/vagrant/kohaclone/tools/modborrowers.pl line 370. This patch makes sure the patron exists before calling any methods. Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:22:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:22:16 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:23:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:23:32 +0000 Subject: [Koha-bugs] [Bug 19073] Can't change library with patron batch modification tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Assignee|koha-bugs at lists.koha-commun |alex.sassmannshausen at ptfs-e |ity.org |urope.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:25:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:25:01 +0000 Subject: [Koha-bugs] [Bug 19073] Can't change library with patron batch modification tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15758 --- Comment #4 from Jonathan Druart --- Caused by: commit 9b9803b69c8bde879768ccfa3cc4688ef46b7799 Bug 15758: Koha::Libraries - Remove GetBranchesLoop Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15758 [Bug 15758] Move the C4::Branch related code to Koha::Libraries - part 4 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:25:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:25:01 +0000 Subject: [Koha-bugs] [Bug 15758] Move the C4::Branch related code to Koha::Libraries - part 4 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15758 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19073 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073 [Bug 19073] Can't change library with patron batch modification tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:28:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:28:00 +0000 Subject: [Koha-bugs] [Bug 19073] Can't change library with patron batch modification tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:28:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:28:05 +0000 Subject: [Koha-bugs] [Bug 19073] Can't change library with patron batch modification tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65805|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart --- Created attachment 65841 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65841&action=edit Bug 19073: (bug 15758 follow-up) Dereference correct value from Koha::Object. * tools/modborrowers.pl: Dereference 'branchcode' rather than 'value'. Test Plan: - Carry out "Batch patron modification" with any number of patrons. + Change the library. + Hit Save. - The library will not have been updated. - Apply patch. - Run same modification. - The library will have been updated Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:29:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:29:31 +0000 Subject: [Koha-bugs] [Bug 19073] Can't change library with patron batch modification tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m --- Comment #6 from Jonathan Druart --- This is a bad one, it affects 16.11.x and 17.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:41:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:41:55 +0000 Subject: [Koha-bugs] [Bug 19070] Fix Circulation/Branch.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:42:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:42:01 +0000 Subject: [Koha-bugs] [Bug 19070] Fix Circulation/Branch.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65827|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart --- Created attachment 65842 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65842&action=edit Bug 19070: Fix Circulation/Branch.t Resolve: DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Circulation/Branch.t line 49. Resolve: not ok 14 - AddReturn respects branch item return policy - noreturn Failed test 'AddReturn respects branch item return policy - noreturn' at t/db_dependent/Circulation/Branch.t line 279. got: 'yqiKrIkX' expected: undef Cause: There is a record in clubs. The constraint in clubs on branchcode does not include a cascaded delete. The test deletes all branches. Test 14 depends on item-level_itypes==1. When you set it to Biblio, it fails. Test plan: Run t/db_dependent/Circulation/Branch.t Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:43:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:43:04 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t and Members/IssueSlip.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65825|0 |1 is obsolete| | Attachment #65826|0 |1 is obsolete| | --- Comment #7 from Jonathan Druart --- Created attachment 65843 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65843&action=edit Bug 19071: Fix Circulation/issue.t Resolve: DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Circulation/issue.t line 65. Cause: See also bug 19070. We do not need to delete all branches here. Test plan: Run t/db_dependent/Circulation/issue.t Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:42:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:42:57 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t and Members/IssueSlip.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:43:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:43:10 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t and Members/IssueSlip.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 --- Comment #8 from Jonathan Druart --- Created attachment 65844 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65844&action=edit Bug 19071: Fix Members/IssueSlip.t Resolve: DBD::mysql::db do failed: Cannot delete or update a parent row: a foreign key constraint fails (`koha_master`.`clubs`, CONSTRAINT `clubs_ibfk_2` FOREIGN KEY (`branchcode`) REFERENCES `branches` (`branchcode`)) [for Statement "DELETE FROM branches"] at t/db_dependent/Members/IssueSlip.t line 44. We do not need to delete all branches here. Note: The test still needs attention for noisy userenv warns, but it should pass now. Test plan: Run t/db_dependent/Members/IssueSlip.t Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:44:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:44:49 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #21 from Tom?s Cohen Arazi --- (In reply to Jonathan Druart from comment #20) > t/db_dependent/ImportBatch.t .. 1/14 # No tests run! > > # Failed test 'No tests run for subtest "RecordsFromMarcPlugin"' > # at t/db_dependent/ImportBatch.t line 199. > Can't call method "GetPlugins" on an undefined value at > t/db_dependent/ImportBatch.t line 190. > > > Must skip tests if enable_plugins is not set in koha-conf.xml or pass it in > arg. It has to be mocked IMHO. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:49:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:49:38 +0000 Subject: [Koha-bugs] [Bug 19081] New: Plack preventing uninstalled plugins from being removed on the plugins list Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19081 Bug ID: 19081 Summary: Plack preventing uninstalled plugins from being removed on the plugins list Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: ldjamison at marywood.edu QA Contact: testopia at bugs.koha-community.org When uninstalling a plugin with plack enabled, the plugin remains in the list after uninstall has been selected. It only disappears from the list after restarting plack. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:51:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:51:22 +0000 Subject: [Koha-bugs] [Bug 19081] Plack preventing uninstalled plugins from being removed on the plugins list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19081 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org Status|NEW |ASSIGNED --- Comment #1 from Lee Jamison --- Assigning to Jonathan as instructed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:55:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:55:37 +0000 Subject: [Koha-bugs] [Bug 13012] suggestion.suggesteddate should be set to NOW if not defined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13012 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:55:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:55:41 +0000 Subject: [Koha-bugs] [Bug 13012] suggestion.suggesteddate should be set to NOW if not defined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13012 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65139|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart --- Created attachment 65845 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65845&action=edit Bug 13012 - suggestion.suggesteddate should be set to NOW if not defined Test Plan: 1) Apply this patch 2) prove t/db_dependent/Koha/Suggestions.t Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 20:55:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 18:55:46 +0000 Subject: [Koha-bugs] [Bug 13012] suggestion.suggesteddate should be set to NOW if not defined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13012 --- Comment #5 from Jonathan Druart --- Created attachment 65846 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65846&action=edit Bug 13012: Add more tests Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:00:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:00:54 +0000 Subject: [Koha-bugs] [Bug 18941] C4:: Budgets GetBudgetByCode should return active budgets over inactive budgets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18941 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:00:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:00:58 +0000 Subject: [Koha-bugs] [Bug 18941] C4:: Budgets GetBudgetByCode should return active budgets over inactive budgets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18941 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65441|0 |1 is obsolete| | Attachment #65442|0 |1 is obsolete| | --- Comment #8 from Jonathan Druart --- Created attachment 65847 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65847&action=edit Bug 18941 - Unit tests Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:01:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:01:02 +0000 Subject: [Koha-bugs] [Bug 18941] C4:: Budgets GetBudgetByCode should return active budgets over inactive budgets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18941 --- Comment #9 from Jonathan Druart --- Created attachment 65848 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65848&action=edit Bug 18941 - C4::Budgets GetBudgetByCode should return active budgets over inactive budgets To test: 1 - Create an active budget 2 - Create an inactive budget 3 - Ensure they each have a fund with the same code 4 - Set MarcFieldsToOrder to get the budget_code from a marc field 5 - Stage a file using the duplicated code 6 - Add to a basket from the staged file 7 - Add the items 8 - Note funds are encumbered from the inactive budget 9 - Apply patch 10 - Repeat 5-8 with a new basket 11 - Note the active budget is now used Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:08:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:08:39 +0000 Subject: [Koha-bugs] [Bug 18985] SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18985 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65500|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart --- Created attachment 65849 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65849&action=edit Bug 18985 - SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically This patch alters the DataTables configuration of the SQL reports list so that date columns are identified via class rather than position. To test, apply the patch and go to Reports -> Use saved. Test the re-ordering of the creation date, last edit, and last run columns. Each should sort correctly based on the date. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:08:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:08:35 +0000 Subject: [Koha-bugs] [Bug 18985] SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18985 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:11:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:11:31 +0000 Subject: [Koha-bugs] [Bug 19027] Circulation rules: Better wording for standard rules for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:11:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:11:36 +0000 Subject: [Koha-bugs] [Bug 19027] Circulation rules: Better wording for standard rules for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65436|0 |1 is obsolete| | --- Comment #8 from Jonathan Druart --- Created attachment 65850 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65850&action=edit Bug 19027 - Circulation rules: Better wording for standard rules for all libraries In Home > Administration > Circulation and fine rules, the standard value for "Select a library: All libraries" is confusing and leads to support cases. Change wording to "Standard rules for all libraries". To test: - Apply patch - Go to Home > Administration > Circulation and fine rules - Verfiy that text in drop down 'Select a library' makes sense. Followed test plan which works as intended. I agree with the wording it is significantly clearer than previously Signed-off-by: Alex Buckley Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:14:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:14:03 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philippe.audet-fortin at inlib | |ro.com Attachment #64089|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:16:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:16:18 +0000 Subject: [Koha-bugs] [Bug 18201] Export data -Fix "Remove non-local items" option and add " Removes non-local records" option for existing functionality In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18201 Peggy Thrasher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |p.thrasher at dover.nh.gov --- Comment #10 from Peggy Thrasher --- As someone who is trying to do this right now... The user chooses a bunch of bib records to export either by a filter or with a file (it would be awfully nice if it could be a file of barcodes as well as bib numbers...). He should get all the bib records that are specified. We could offer the option to export only bib records with items. For items we need to give them the option of exporting no items, all items or choosing the items. I think it makes the most sense for them to specify the branches that they want items for. Select Records to export >From biblio number ?? To bibionumber ?? >From item call number?? to item call number ?? >From Accession Start date ?? to Accession End date ?? Item type ?? Use a file Biblionumbers or barcodes Export bib records only if it has items ?? Choose items Export no items Export all items Export items from these branches A B C Don't export these fields ?? File format File name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:16:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:16:18 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64089|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:19:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:19:17 +0000 Subject: [Koha-bugs] [Bug 16797] errors in UNIMARC complet sample authorities In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16797 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #22 from Jonathan Druart --- Maybe a silly question but why do not you create the authtypecodez AUTTIT, SAUT, SCO and STU instead? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:25:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:25:38 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:30:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:30:19 +0000 Subject: [Koha-bugs] [Bug 13012] suggestion.suggesteddate should be set to NOW if not defined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13012 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #6 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:30:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:30:44 +0000 Subject: [Koha-bugs] [Bug 18941] C4:: Budgets GetBudgetByCode should return active budgets over inactive budgets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18941 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #10 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:31:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:31:00 +0000 Subject: [Koha-bugs] [Bug 18985] SQL reports 'Last edit' and 'Last run' columns sort alphabetically, not chronologically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18985 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #6 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:31:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:31:16 +0000 Subject: [Koha-bugs] [Bug 19027] Circulation rules: Better wording for standard rules for all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19027 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #9 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:31:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:31:32 +0000 Subject: [Koha-bugs] [Bug 19042] Silence warnings t/db_dependent/Letters.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19042 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #6 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:31:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:31:48 +0000 Subject: [Koha-bugs] [Bug 19047] Fix AddBiblio call in Reserves.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19047 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #5 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:32:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:32:04 +0000 Subject: [Koha-bugs] [Bug 19070] Fix Circulation/Branch.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19070 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #5 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:32:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:32:20 +0000 Subject: [Koha-bugs] [Bug 19071] Fix Circulation/issue.t and Members/IssueSlip.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19071 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #9 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:32:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:32:36 +0000 Subject: [Koha-bugs] [Bug 19073] Can't change library with patron batch modification tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19073 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:32:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:32:52 +0000 Subject: [Koha-bugs] [Bug 19074] Show patron category description instead of code in patron batch modification list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19074 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #8 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:33:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:33:02 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64089|0 |1 is obsolete| | --- Comment #82 from Philippe Audet-Fortin --- Created attachment 65851 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65851&action=edit Bug 11317 - Move file access under Tools and add specific permission - Moves the .pl and .tt under tools/ instead of reports/ and adds tools/access_files permission. - Remove datatables-strings.inc from .tt - Allow sorting on date column in file access tool. For some reason, the table was blocking sorting based on timestamp, even though most users would probably want that since the feature is used primarily to access generated (daily) reports i and finding the last ones is very important. Testing -1) Having done requirements of previous patches, like adding 'accessdir' to koha-conf... 0) apply patch, update database to add permission option. 1) Login as NON-superadmin. Go under tools, see no Report/Log under the third column 2) Go to add tools/access_file permission to user 3) See new entry under tools third column. 4) validate link is ok. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:33:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:33:34 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65851|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:37:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:37:05 +0000 Subject: [Koha-bugs] [Bug 18555] Create patron list from patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18555 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:37:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:37:09 +0000 Subject: [Koha-bugs] [Bug 18555] Create patron list from patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18555 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63284|0 |1 is obsolete| | Attachment #65614|0 |1 is obsolete| | --- Comment #10 from Jonathan Druart --- Created attachment 65852 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65852&action=edit Bug 18555: Create patron list from patron import Create a patron list from imported patrons to be used for printing patron cards and other patron list related actions. To test: - Apply patch - Go to Home > Tools > Import patrons - Select a file to import and check new checkbox 'Create patron list' - Import file - Verify that in import results you see the time stamped name of the patronlist containig the imported patrons (if any patrons were imported) - Go to Home > Tools > Patron lists - Verify that the list shows up and contains the imported patrons Signed-off-by: Josef Moravec Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:37:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:37:58 +0000 Subject: [Koha-bugs] [Bug 18555] Create patron list from patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18555 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #11 from Jonathan Druart --- (In reply to Marc V?ron from comment #6) > 2) and 3) could go to a new bug based on this one - I have not much time ATM. Could you open them please? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:38:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:38:10 +0000 Subject: [Koha-bugs] [Bug 18555] Create patron list from patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18555 --- Comment #12 from Jonathan Druart --- Created attachment 65853 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65853&action=edit Bug 18555: (QA-Followup) Remove duplicate code Remove duplicate code as of comment #7 Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:38:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:38:39 +0000 Subject: [Koha-bugs] [Bug 18555] Create patron list from patron import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18555 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #13 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:44:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:44:34 +0000 Subject: [Koha-bugs] [Bug 16126] Display base-level amounts on the acquisition module home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16126 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at ccsr.qc | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:48:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:48:24 +0000 Subject: [Koha-bugs] [Bug 18887] Introduce new table 'circulation_rules', use for 'max_holds' rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18887 --- Comment #6 from Jesse Weaver --- Comment on attachment 65233 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65233 Bug 18887 - Update database Review of attachment 65233: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18887&attachment=65233) ----------------------------------------------------------------- ::: installer/data/mysql/atomicupdate/bug_18887.perl @@ +24,5 @@ > + }); > + > + $dbh->do(q{ > + INSERT INTO circulation_rules ( branchcode, categorycode, itemtype, rule_name, rule_value ) > + SELECT NULL, categorycode, NULL, 'max_holds', max_holds FROM branch_borrower_circ_rules Shouldn't this SELECT be pulling from `default_borrower_circ_rules`? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:51:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:51:10 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #83 from Katrin Fischer --- Philippe, can this be tested again? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:51:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:51:59 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Manual -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:52:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:52:59 +0000 Subject: [Koha-bugs] [Bug 18887] Introduce new table 'circulation_rules', use for 'max_holds' rules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18887 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pianohacker at gmail.com --- Comment #7 from Jesse Weaver --- Comment on attachment 65236 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65236 Bug 18887 - Add Koha::CirculationRule(s) I'm a bit confused as to the intended API; the new code in Reserves.pm uses CirculationRules->find, the template plugin uses CirculationRules->search, and there's an unused(?) method called get_effective_rule that seems like it implements the inheritance logic correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:57:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:57:55 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65834|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart --- Created attachment 65854 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65854&action=edit Bug 19080: Handle non-existing patrons gratefully This is a recurrent bug we have over the last years. When a script is called with non-existent borrowernumber it will crashes. We need to handle this gracefully instead of letting the script crashes. On bug 18403 a new subroutine is added to the codebase (output_and_exit_if_error) to handle this kind of errors correctly. Since it is not pushed yet, I propose to just redirect to a script that handle it correctly (circulation.pl) instead of adding this message to all these scripts. Test plan: Hit different scripts from the members module and pass a non-existent borrowernumber. You must be redirected to circulation.pl with a friendly message. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 21:57:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 19:57:51 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 22:01:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 20:01:14 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #84 from Philippe Audet-Fortin --- Created attachment 65855 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65855&action=edit Bug 11317 - Update the link under reports -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 22:01:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 20:01:44 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65691|0 |1 is obsolete| | --- Comment #85 from Philippe Audet-Fortin --- Created attachment 65856 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65856&action=edit Bug 11317 - Follow-up - Fixing merge error and cosmetic changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 22:29:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 20:29:45 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65855|0 |1 is obsolete| | --- Comment #86 from Philippe Audet-Fortin --- Created attachment 65857 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65857&action=edit Bug 11317 - Update the link under reports -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 22:37:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 20:37:30 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #87 from Philippe Audet-Fortin --- The new attachment are there because I had sha1 error. I change nothing. However I don't see why you can't access files. Everything seem to work. I tried with different type of files and permissions and I can't replicate the error. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 22:41:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 20:41:54 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #88 from Katrin Fischer --- Philippe, you also killed my follow-up :( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 22:43:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 20:43:14 +0000 Subject: [Koha-bugs] [Bug 18514] Allow library to search their Koha and Overdrive collections using ElasticSearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18514 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65004|0 |1 is obsolete| | --- Comment #9 from Chris Cormack --- Created attachment 65858 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65858&action=edit Bug 18514 - Followup Adjust ES paths Alter fix to retain ID (so records overwrite on re-run) Commit the records Signed-off-by: Chris Cormack -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 22:47:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 20:47:02 +0000 Subject: [Koha-bugs] [Bug 18514] Allow library to search their Koha and Overdrive collections using ElasticSearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18514 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62902|0 |1 is obsolete| | Attachment #65858|0 |1 is obsolete| | --- Comment #10 from Chris Cormack --- Created attachment 65859 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65859&action=edit Bug 18514 : Script to fetch records from Overdrive To Test: You must be running Elasticsearch with Koha 1/ Fill in the Overdrive system preferences 2/ run this script 3/ Records should be in ElasticSearch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 22:47:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 20:47:46 +0000 Subject: [Koha-bugs] [Bug 18514] Allow library to search their Koha and Overdrive collections using ElasticSearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18514 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62903|0 |1 is obsolete| | --- Comment #11 from Chris Cormack --- Created attachment 65860 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65860&action=edit Bug 18514 : Adding search capabilities for Overdrive results in Koha To test 1/ Apply the first patch and run the script in it 2/ Search, notice no Overdrive results showing 3/ Search again, now you should get results in the OPAC results page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 22:48:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 20:48:21 +0000 Subject: [Koha-bugs] [Bug 18514] Allow library to search their Koha and Overdrive collections using ElasticSearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18514 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 22:48:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 20:48:25 +0000 Subject: [Koha-bugs] [Bug 18514] Allow library to search their Koha and Overdrive collections using ElasticSearch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18514 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62904|0 |1 is obsolete| | --- Comment #12 from Chris Cormack --- Created attachment 65861 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65861&action=edit Bug 18514 Fix link on results page, and show overdrive data on detail page To test 1/ Apply the first 2 patches, and run the fetcher script (in patch one) 2/ Search, notice the overdrive results result in a 404 if you click on them 3/ Apply this patch 4/ Search again 5/ Click on a result, you should now be at a detail page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 23:14:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 21:14:25 +0000 Subject: [Koha-bugs] [Bug 18857] Have "actions" at both ends of the circulation rules table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18857 --- Comment #10 from Liz Rea --- awesome thank you Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 10 23:31:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 21:31:49 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #89 from Katrin Fischer --- Please: - Remove link from the tools page - Include link in the tools menu koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 00:12:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 22:12:40 +0000 Subject: [Koha-bugs] [Bug 18932] Validation not being completed on member entry for number fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18932 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- I agree with Marc, this kind of very strict validation will probably cause more problems than help. We are also used to enter phone numbers with spaces for better readability, which is no longer possible with this patch. If this was implemented, it would cause a lot of errors every time an existing record is edited. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 00:40:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 22:40:34 +0000 Subject: [Koha-bugs] [Bug 18904] Advanced editor - Rancor - Add authority support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|Small patch |Medium patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 00:40:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 22:40:36 +0000 Subject: [Koha-bugs] [Bug 18904] Advanced editor - Rancor - Add authority support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65144|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 00:40:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 22:40:38 +0000 Subject: [Koha-bugs] [Bug 18904] Advanced editor - Rancor - Add authority support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65145|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 00:40:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 22:40:40 +0000 Subject: [Koha-bugs] [Bug 18904] Advanced editor - Rancor - Add authority support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64859|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 00:40:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 22:40:42 +0000 Subject: [Koha-bugs] [Bug 18904] Advanced editor - Rancor - Add authority support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64860|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 00:41:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 22:41:33 +0000 Subject: [Koha-bugs] [Bug 18904] Advanced editor - Rancor - Add authority support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904 --- Comment #8 from Katrin Fischer --- Created attachment 65863 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65863&action=edit [SIGNED OFF] Bug 18904 - Advanced editor - Rancor - Add authority support This patchset adds the ability to use the authorities search to select or clear fields in the advanced editor To test: 1 - Open a record in the advanced cataloging editor 2 - Press 'Ctrl+L' while in a field that shuold not be linked to authorities (300 for instance) 3 - Nothing should happen 4 - Try it in a field that should be linked 5 - You should get the authorities pop-up 6 - Values in pop-up should be populated from values in record (as appropriate for authority type) 7 - Correct authority type should be selected ( PERSO_NAME for 100, TOPIC_TERM for 650, etc.) 8 - Press 'Clear', field should be blanked 9 - Search again and select an authority 10 - Field should be correctly populated Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 00:41:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 22:41:41 +0000 Subject: [Koha-bugs] [Bug 18904] Advanced editor - Rancor - Add authority support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904 --- Comment #10 from Katrin Fischer --- Created attachment 65865 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65865&action=edit [SIGNED OFF] Bug 18904 - QA Followup Use subfields in the order they are stored. This patch removes use of an intermediate hash for storing values. Order of subfields as obtained from authority is now preserved. Also removes useless code that was intended to set $2 subfields Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 00:41:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 22:41:37 +0000 Subject: [Koha-bugs] [Bug 18904] Advanced editor - Rancor - Add authority support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904 --- Comment #9 from Katrin Fischer --- Created attachment 65864 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65864&action=edit [SIGNED OFF] Bug 18904 - QA followup Fix whitespace/tabs use [% interface %] not intranet-tmpl Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 00:41:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 22:41:44 +0000 Subject: [Koha-bugs] [Bug 18904] Advanced editor - Rancor - Add authority support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18904 --- Comment #11 from Katrin Fischer --- Created attachment 65866 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65866&action=edit [SIGNED OFF] Bug 18904 - QA Followup - fix and restore subfield 2 code I pulled it in last patch as it hasn't been working, offering this if that funcationality should be fixed instead of removed Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 00:54:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 22:54:00 +0000 Subject: [Koha-bugs] [Bug 19082] New: Release notes contain reference to INSTALL files that have been removed Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19082 Bug ID: 19082 Summary: Release notes contain reference to INSTALL files that have been removed Change sponsored?: --- Product: Project Infrastructure Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Release tools Assignee: jonathan.druart at bugs.koha-community.org Reporter: katrin.fischer at bsz-bw.de The generated release notes still include a text pointing to the INSTALL files removed by bug 17626. This should be removed. OR in the INSTALL files that come in the tarball -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 01:25:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 23:25:44 +0000 Subject: [Koha-bugs] [Bug 18974] Adding further selenium tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65522|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 01:26:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 23:26:21 +0000 Subject: [Koha-bugs] [Bug 18974] Adding further selenium tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 --- Comment #5 from Alex Buckley --- Created attachment 65867 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65867&action=edit Bug 18974 - Selenium test for purchase workflow This test covers the creation of purchase suggestion in the OPAC. The approval of that purchase suggestion in the intranet and then the creation of vendor, basket and the creation of the order from the suggested item Test plan: 1. Make sure you have a superlibrarian patron with the name koha and password koha 2. Make sure you have an active budget and fund both with a value of greater than 0 3. Make sure you set the staffClientBaseURL and OPACBaseURL to their appropriate values for your environment. If you are testing using Kohadevbox then the corrext values for these sysprefs is localhost:8080 and http://localhost:80 respectively 4. Ensure you have your selenium service running 5. Navigate to t/db_dependent/selenium 6. Enter Koha shell: sudo koha-shell 7. perl purachse_workflow.t 8. The test takes a while to excute but notice that all tests pass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 01:28:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 23:28:45 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 01:28:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 23:28:50 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65783|0 |1 is obsolete| | --- Comment #42 from Srdjan Jankovic --- Created attachment 65868 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65868&action=edit bug 14803: KOHA.Checkouts js object * Use javascript to: - update fines/checkouts info - show/hide checkouts form and messages * Created svc/patron/fines -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 01:31:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 23:31:26 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 --- Comment #43 from Srdjan Jankovic --- (In reply to Katrin Fischer from comment #41) > I found the following JavaScript error in the logs, not sure if it's related: > ReferenceError: checkouts_only is not defined Sorry Katrin, that was a leftover. Out of curiosity, which browser do you use please? I had the error, but it did not seem to stop the execution. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 01:32:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 23:32:38 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 --- Comment #44 from Katrin Fischer --- Firefox 54.0 (64-bit) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 01:50:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 10 Aug 2017 23:50:07 +0000 Subject: [Koha-bugs] [Bug 19083] New: 'Show all details' checkbox on basket summary page is broken Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19083 Bug ID: 19083 Summary: 'Show all details' checkbox on basket summary page is broken Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org 'Show all details' used to make additional columns appear on the basket summary page. This functionality appears to be broken. To test: - Create a basket in acq - Add some order lines - Test the 'show all detail' link - Verify that the clicking the check box doesn't change anything in the view -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 02:44:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 00:44:20 +0000 Subject: [Koha-bugs] [Bug 18932] Validation not being completed on member entry for number fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18932 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Discussion |RESOLVED --- Comment #4 from Aleisha Amohia --- Both fair comments, I did not think of those cases. I'll set this to Resolved - thanks for your input! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 03:01:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 01:01:56 +0000 Subject: [Koha-bugs] [Bug 19040] Refactor C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #3 from M. Tompsett --- TEST PLAN --------- perldoc C4::Biblio prove t/Biblio.t prove t/db_dependent/Acquisition/OrderFromSubscription.t prove t/db_dependent/AdditionalField.t prove t/db_dependent/Bookseller.t prove t/db_dependent/Letters.t prove t/db_dependent/Serials/Claims.t prove t/db_dependent/Serials_2.t prove t/db_dependent/Authorities/Merge.t prove t/db_dependent/Biblio.t prove t/db_dependent/Exporter/Record.t prove t/db_dependent/Record/marcrecord2csv.t prove t/db_dependent/HoldsQueue.t prove t/db_dependent/Items.t prove t/db_dependent/Koha/Filter/EmbedItemsAvailability.t prove t/db_dependent/OAI/Sets.t prove t/db_dependent/Koha/BiblioUtils.t prove t/db_dependent/OAI/Server.t prove t/db_dependent/Reserves/MultiplePerRecord.t prove t/db_dependent/ShelfBrowser.t run the koha qa test tools -- if the changes have a typo, they'll fail. eyeball each change: - have the parameters changed? That is, should biblionumber, embeditems, and opac be the same expected values as before? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 03:02:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 01:02:30 +0000 Subject: [Koha-bugs] [Bug 19040] Refactor C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65695|0 |1 is obsolete| | --- Comment #4 from M. Tompsett --- Comment on attachment 65695 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65695 Bug 19040: print STDERRs to develop test plan Not needed to push. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 03:44:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 01:44:35 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |In Discussion --- Comment #59 from M. Tompsett --- (In reply to M. Tompsett from comment #57) > The problem with this, as it stands is the GetMarcBiblio call does not > receive the patron category code, so it can't pass it to > EmbedItemsInMarcBiblio which can't then pass it to GetHiddenItemnumbers. And > while I'm tempted to hack in a user category code and branch lookup, that > would defeat the niceness of the refactored parameter passing thus far. And my attempt to start the refactor on bug 19040 is proving painful for having a full trigger all the changes test plan. Options: 1) Push 19040 seeing it eyeballs perfectly well, and I continue on fixing here. 2) Don't push 19040, but push this knowing this one flaw. -- it is basically the search results look weird, because they are semi-hidden. 3) Hack the lookup, which could really slow code down. 4) Give up. I'd appreciate feedback. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 04:42:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 02:42:26 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65782|0 |1 is obsolete| | --- Comment #4 from Liz Rea --- Created attachment 65869 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65869&action=edit Bug 17355 - Allow deletion of authorised value categories Note that this does not capture all internal fields, and isn't a database solution to the problem of marking internal fields. To test: Add an empty authorised value category, delete it. Make sure it stays deleted. Try to delete an empty system authorised value, like ccode. You should not see the button. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 04:46:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 02:46:17 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 --- Comment #5 from Liz Rea --- Created attachment 65870 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65870&action=edit Bug 17355 - fixing typo in success message -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 04:56:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 02:56:46 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 --- Comment #23 from Liz Rea --- I'm really not sure. The column hiding thing only works if you want ALL of it gone. What if you still want to see the location but not the branch? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 07:15:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 05:15:32 +0000 Subject: [Koha-bugs] [Bug 4461] Context-sensitive report a problem screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461 --- Comment #10 from Aleisha Amohia --- Created attachment 65871 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65871&action=edit Bug 4461: [FOLLOW-UP] Problem Report feature This patch: - uses a pull down menu to switch the recipient instead of tabs - if the library has no email or the administrator has no email, this error message has been moved to be down by the Submit button - includes use of branchreplyto and ReplytoDefault for branch email - disables use of the feature if the user is not logged in - adds a syspref to hide or show the feature - provides support for if JS is disabled Additional testing: - using the message_queue table, check that the correct recipient receives a problem report when switching in the drop down menu - check appropriate error message shows next to the submit button if an email is not provided. this should dynamically change as you select a different recipient from the drop down menu - check that when the library is the recipient, the feature sends the report to the branchreplyto, then the ReplytoDefault, then the branch email in that priority order - log out of the OPAC and confirm that you can't submit a report without logging in. the submit button should be disabled - disable the OPACReportProblem syspref. the Report a Problem link in the footer should be gone. if you force the URL (/cgi-bin/koha/opac-reportproblem.pl) the form should be hidden and replaced with an error message. - disable JS in your browser. confirm that you are still able to send problem reports to library and administrator. remove the administrator email address. confirm the error message shows next to the submit button and that clicking the submit button returns an error. check in the message_queue that the email was never sent. After this feature is passed: - i would like to add a staff-side feature where staff can see the problem reports and mark them as 'read'. i'll work on that once this gets through :) Current status: Failed QA -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 08:42:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 06:42:41 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 08:42:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 06:42:45 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #22 from Marcel de Rooy --- Created attachment 65876 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65876&action=edit Bug 19049: [QA Follow-up] Mock config, default format As requested by QA: [1] Mock_config enable_plugins in the test. [2] Fallback to MARC when format is empty. Remove die statement. Added: [3] Remove $marc. This variable got obsolete during development. [4] Add if to the Handler call and add if around processing $text. No need to split undef if somehow plugin was not found, etc. If the routine returns an empty arrayref, stage-marc-import will do fine. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 08:44:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 06:44:44 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #23 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #19) > I would prefer to avoid the die and default to "MARC" if format is not > passed, especially if we backport this change. Done. (In reply to Jonathan Druart from comment #20) > Must skip tests if enable_plugins is not set in koha-conf.xml or pass it in > arg. Fixed. Thanks! (In reply to Tom?s Cohen Arazi from comment #21) > It has to be mocked IMHO. YHO is always appreciated. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 08:57:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 06:57:15 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65876|0 |1 is obsolete| | --- Comment #24 from Marcel de Rooy --- Created attachment 65877 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65877&action=edit Bug 19049: [QA Follow-up] Mock config, default format As requested by QA: [1] Mock_config enable_plugins in the test. [2] Fallback to MARC when format is empty. Remove die statement. Added: [3] Remove $marc. This variable got obsolete during development. [4] Add test on $input_file and $plugin_class. Test $text before calling Handler or processing $text. No need to split undef if somehow Handler returned undef, etc. If the routine returns an empty arrayref, stage-marc-import will do fine. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 09:16:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 07:16:39 +0000 Subject: [Koha-bugs] [Bug 19084] New: Spine label with BN_IN UTF8 data rendered incorrectly Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19084 Bug ID: 19084 Summary: Spine label with BN_IN UTF8 data rendered incorrectly Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger at foundations.edu Reporter: indradg at l2c2.co.in QA Contact: testopia at bugs.koha-community.org Created attachment 65878 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65878&action=edit View of expected output vs output rendered I was trying to generate spine labels with call numbers in my mother tongue Bengali, which is spoken by 250 million people making it the 7th largest spoken language in the world. In the attachment, the text bordered with green outline is how it is expected to appear, however what appears in the PDF is the text within the red border on left. FWIW, the koha-conf.xml ttf settings for Bengali font are in place, checked with different fonts, including Lohit Bengali which is the default BN_IN font on RHEL, Fedora and Ubuntu etc. as well as with NOTO Sans Bengali from Google. None of the conjunct clusters as well as matraas that go before a letter are rendered in the correct order. Unless this is fixed Koha can not be used to correctly generate spine labels for Bengali books For reference, here is discussion about a similar problem with iText - http://palashray.com/making-itext-work-with-indic-scripts/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 10:27:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 08:27:41 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | CC| |m.de.rooy at rijksmuseum.nl --- Comment #36 from Marcel de Rooy --- The tt files now include: Header line [%- INCLUDE empty_line.inc -%] <= with final chomp Row information [%- INCLUDE empty_line.inc %] <= without final chomp But if I understand it correcty, this does not make a difference. I would recommend to add the final chomp to the second include too for consistency (all directives chomp at both sides and the empty line includes care for newlines). The newline is generated by processing the empty line include and that one is not chomped away anymore. Tested with basket.tt. Please let me know if I am mistaken. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 10:33:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 08:33:43 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #37 from Katrin Fischer --- It would be great if we could get this one in before the 15th and string freeze. It's well tested now, please don't break it - there is a long history of 'argh' over this problem :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 10:34:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 08:34:37 +0000 Subject: [Koha-bugs] [Bug 18932] Validation not being completed on member entry for number fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18932 --- Comment #5 from Katrin Fischer --- Aleisha++ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 10:37:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 08:37:24 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 --- Comment #24 from Katrin Fischer --- Liz is correct about this, the current behaviour won't be brought back by bug 16759. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 10:42:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 08:42:22 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 10:42:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 08:42:49 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 --- Comment #20 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #14) > I've found a problem in Charset.t: > > ok 16 - nsb_clean removes ? and ? > # Subtest: SetMarcUnicodeFlag > 1..2 > # No tests run! > not ok 17 - No tests run for subtest "SetMarcUnicodeFlag" > # Failed test 'No tests run for subtest "SetMarcUnicodeFlag"' > # at t/Charset.t line 95. > Undefined subroutine &t::lib::Mocks::mock_preference called at t/Charset.t > line 83. > # Looks like your test exited with 255 just after 17. Cannot reproduce it anymore.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 10:44:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 08:44:34 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65763|0 |1 is obsolete| | --- Comment #21 from Marcel de Rooy --- Created attachment 65879 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65879&action=edit Bug 18292 - t/db_dependent/Circulation.t doesn't need to return 1; Signed-off-by: Marcel de Rooy Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 10:44:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 08:44:39 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65764|0 |1 is obsolete| | --- Comment #22 from Marcel de Rooy --- Created attachment 65880 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65880&action=edit Bug 18292: Remove return 1 statements in tests The test files do not need to return 1 Patch generated with: perl -p -i -e "s/^1;\n//xsm" t/**/*.t Test plan: git grep '^1;$' t/**/*.t should not return any results NOTE: does not fix C4/SIP/t, nor xt tests. Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 10:44:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 08:44:44 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65768|0 |1 is obsolete| | --- Comment #23 from Marcel de Rooy --- Created attachment 65881 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65881&action=edit Bug 18292: Tests do not need to return 1 - xt Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 10:44:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 08:44:31 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 10:56:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 08:56:16 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |julian.maurice at biblibre.com --- Comment #19 from Julian Maurice --- Aleisha, there's still one check missing, after the user clicks on 'Yes, delete'. To reproduce: 1. Create a budget with no fund 2. Try to delete the budget but do not click on 'Yes, delete' 3. In another tab, add a fund to this budget. 4. Go back to the first tab and click on 'Yes, delete'. 5. The budget is deleted. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:03:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:03:37 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|PC |All CC| |m.de.rooy at rijksmuseum.nl OS|Linux |All -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:11:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:11:39 +0000 Subject: [Koha-bugs] [Bug 19083] 'Show all details' checkbox on basket summary page is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19083 --- Comment #1 from Katrin Fischer --- Ah, noticed something: It's not working when the basket is closed and in a basket group. So this should be added to the test plan. Otherwise it appears to work still. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:13:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:13:22 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:13:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:13:25 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65591|0 |1 is obsolete| | --- Comment #9 from Marcel de Rooy --- Created attachment 65882 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65882&action=edit Bug 18624: Minor refactoring to ease testing Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:13:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:13:30 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65592|0 |1 is obsolete| | --- Comment #10 from Marcel de Rooy --- Created attachment 65883 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65883&action=edit Bug 18624: Regression test for 'any' vs 'all' This test makes it explicit that the only string producing _all as index on build_authorities_query_compat is 'all'. To test: - Apply this patch - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t => FAIL: Test fails because the list of valid values is wrong in Koha. Note: this list has to be in sync with the templates passing the same values. A followup will be added to fix a discrepancy found between OPAC and Intranet. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:13:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:13:39 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65594|0 |1 is obsolete| | --- Comment #12 from Marcel de Rooy --- Created attachment 65885 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65885&action=edit Bug 18624: (followup) opac-authorities-home.tt uses 'any' Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:13:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:13:34 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65593|0 |1 is obsolete| | --- Comment #11 from Marcel de Rooy --- Created attachment 65884 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65884&action=edit Bug 18624: Run time errors when searching authorities with Elastic search 5.3 It seems we have a syntax mismatch - any vs all all seems to the be list we expect so updating code that way To test: 1 - Enabled Elasticsearch 2 - Index some authorities 3 - Perform a 'Search entire record' search 4 - Internal server error ( Invalid marclist field provided: all at /usr/local/koha/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm line 433. ) 5 - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t => FAIL: Tests fail because 'any is used' 6 - Apply patch 7 - Search should work 8 - Run: k$ prove t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t => SUCCESS: Tests pass! 9 Sign off :-D Signed-off-by: Tomas Cohen Arazi Edited the test plan so it mentions the new tests Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:14:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:14:00 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:15:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:15:43 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 --- Comment #13 from Marcel de Rooy --- QA Comment: Trusting on Tomas for the ElasticSearch test. Code looks good to me. A unit test is added; it passes after the third patch. The Zebra side is fine too, also after the template change in the fourth patch, since AuthoritiesMarc does not care about all or any: else { # Assume any if no index was specified $attr = " \@attr 1=Any "; Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:17:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:17:02 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 --- Comment #14 from Marcel de Rooy --- Side note: We are still waiting for the removal of the useless call of SearchAuthorities in QueryBuilder on bug 16976 in PNA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:19:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:19:46 +0000 Subject: [Koha-bugs] [Bug 19053] Auto renewal flag is not kept if a confirmation is needed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053 --- Comment #3 from Julian Maurice --- Created attachment 65886 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65886&action=edit Bug 19053: Keep auto_renew flag if a confirmation is needed If an item is checked out with the auto renewal flag and a confirmation is needed (holds exist, past due date, etc.) the auto renewal flag will get lost. Test plan: - Check an item out and specify a past due date - Confirm the checkout on the confirmation screen => Without this patch the checkout is not marked as auto renewal => With this patch applied the auto renewal flag will be set to the checkout Signed-off-by: Josef Moravec Signed-off-by: Julian Maurice -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:19:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:19:55 +0000 Subject: [Koha-bugs] [Bug 19053] Auto renewal flag is not kept if a confirmation is needed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:23:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:23:43 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #30 from Katrin Fischer --- Still trying to give this a second sign-off as I think this will make life a lot easier. Sadly, I ran into a big problem: AcqCreateItem is set to: on order 1) The method create_items is not covered by tests! - Create a new basket, choose: on receive - Add to basket by searching for an existing record in your catalog - Click order on one of the results => Internal server error, translates to: The method create_items is not covered by tests! Can't test further from here :( 2) The test file should not be named Basket.pm, but Basket.t :) 3) Patch reintroduced a typo (not really blocking) -#need old receivedate if we update the order, parcel.pl only shows the right parcel this way FIXME +#need old recievedate if we update the order, parcel.pl only shows the right parcel this way FIXME Tiny stuff (definitely non-blocker, maybe for later): - Baskets created before the introduction of the feature don't show the information about item creation on the basket summary page - Editing a basket after inititally creating it, doesn't offer the option to change. This makes a lot of sense, but maybe it would be good to display the selection as information (not changeable). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:31:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:31:25 +0000 Subject: [Koha-bugs] [Bug 19029] Move the clone button and implement a security question on smart-rules.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19029 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- +1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:32:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:32:20 +0000 Subject: [Koha-bugs] [Bug 19029] Move the clone button and implement a security question on smart-rules.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19029 --- Comment #3 from Katrin Fischer --- We usually have 'do you really want to...' questions for deleting data. As cloning overwrites the existing rules completely and currently without warning, I think the alert would fit in our patterns and be really helpful. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:37:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:37:20 +0000 Subject: [Koha-bugs] [Bug 18517] Update German web installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18517 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|17.05 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:37:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:37:15 +0000 Subject: [Koha-bugs] [Bug 18517] Update German web installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18517 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|16.11 |17.05 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:44:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:44:00 +0000 Subject: [Koha-bugs] [Bug 18932] Validation not being completed on member entry for number fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18932 --- Comment #6 from Marc V?ron --- (In reply to Katrin Fischer from comment #5) > Aleisha++ +1 :-) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:50:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:50:33 +0000 Subject: [Koha-bugs] [Bug 18517] Update German web installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18517 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer --- German is missing sample quotes and translated relator codes, but has been for a while. Apart from this, there is nothing to do here. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:52:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:52:39 +0000 Subject: [Koha-bugs] [Bug 19085] New: Empty files in English web installer Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19085 Bug ID: 19085 Summary: Empty files in English web installer Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com The English web installer (maybe others too) contains 2 empty files: - en/mandatory/patron_attributes.sql - en/mandatory/patron_attributes.txt It looks like the contents of the files might have been moved into optional. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 11:57:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 09:57:29 +0000 Subject: [Koha-bugs] [Bug 18725] Process_message_queue sends duplicate emails if message_queue is not writable. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18725 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Marcel de Rooy --- + my $lock_sth = $dbh->prepare('LOCK TABLES message_queue WRITE'); + my $attempts = 0; + until ( $sth->execute() ) { + $attempts++; + die 'Unable to lock message_queue to update message status: ' . $dbh->errstr() if $attempts > 10; + sleep 1; + } + my $result = $sth->execute( $params->{'status'}, $params->{'message_id'} ); Hey, you are executing on $sth while you probably meant $lock_sth. You only prepare the lock, and start fake updating with two undefs. Overall, this seems not a good idea to me. We had problems with locking tables already and you should not lock when we run Letters.t since the lock does a commit. Note that we had a test for prove and an env variable KOHA_NO_TABLE_LOCKS. If the disk is full, a lot of other jobs must fail too btw. Doesnt the job crash on trying the update btw, or did it only send the same one mail each time? If you cant write to disk, perhaps you could try to save this error condition to the cache in memory ?? Note that processing mail will probably soon fail too without much disk space.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 12:28:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 10:28:40 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 --- Comment #8 from Marcel de Rooy --- Created a problem in two tables: * Tables biblioitems/deletedbiblioitems: 2580, 2632 * Tables reserves/old_reserves: 831, 833 Now fixing it with the script: * Tables biblioitems/deletedbiblioitems: 2580, 2632 Updating biblioitems.biblioitemnumber=2580 with new id 2634 Updating biblioitems.biblioitemnumber=2632 with new id 2635 * Tables reserves/old_reserves: 831, 833 Updating reserves.reserve_id=831 with new id 835 Updating reserves.reserve_id=833 with new id 836 And now searching on opac. Crashes on opac-detail. Warnings on opac-search.pl Can't call method "title" on an undefined value at /usr/share/koha/masterclone/opac/opac-detail.pl line 454. GetCOinSBiblio called with undefined record at /usr/share/koha/masterclone/opac/opac-search.pl line 663. We need to call ModZebra (or Elastic?) on these changed id's too. Would it be safer to change id's in the old/deleted tables, and push the autoincrement on the original table ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 12:44:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 10:44:27 +0000 Subject: [Koha-bugs] [Bug 15395] Allow correct handling of plural translation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15395 --- Comment #56 from Julian Maurice --- Created attachment 65894 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65894&action=edit Bug 15395: Remove the use of Locale::Util's set_locale -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 12:45:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 10:45:00 +0000 Subject: [Koha-bugs] [Bug 15395] Allow correct handling of plural translation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15395 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 12:52:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 10:52:50 +0000 Subject: [Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Signed Off |Failed QA --- Comment #7 from Julian Maurice --- (In reply to Katrin Fischer from comment #6) > QA might ask for a regression test here. Yes :) A regression test would be really useful. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 12:59:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 10:59:38 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 --- Comment #9 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #8) > Would it be safer to change id's in the old/deleted tables, and push the > autoincrement on the original table ? Inserting the new max into the original table (and deleting it) might be a faster workaround than alter table? Should be tested.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 13:58:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 11:58:09 +0000 Subject: [Koha-bugs] [Bug 19084] Spine label with BN_IN UTF8 data rendered incorrectly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19084 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amitddng135 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:01:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:01:02 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:01:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:01:06 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65119|0 |1 is obsolete| | Attachment #65120|0 |1 is obsolete| | Attachment #65121|0 |1 is obsolete| | Attachment #65122|0 |1 is obsolete| | --- Comment #31 from Nick Clemens --- Created attachment 65895 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65895&action=edit Bug 15685: Allow creation of items (AcqCreateItem) to be customizable per-basket This adds a new basket attribute (create_items) that can optionally be set to override AcqCreateItem. The following have been modified to reflect this (with the value of create_items that causes them to behave differently in parentheses): * Cancelling receipt of an order (receiving) * Creating an order by hand or from MARC (ordering) * Receiving an order (receiving) * Showing orders with uncertain price (ordering) * Showing orders (receiving) * Showing acquisition details in the OPAC (ordering) Test plan: 1) Create baskets with "Create items when:" set to ordering, receiving, cataloging and unset. 2) Test each of the above for each of these baskets, verifying that the basket-specific attribute overrides AcqCreateItem if set and falls back to the syspref otherwise. NOTE: A check of AcqCreateItem in opac-detail.tt was removed because it was redundant; the code path in question cannot be triggered unless create_items/AcqCreateItems is set to the correct value anyway. Signed-off-by: Kyle M Hall Signed-off-by: Barbara Fondren -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:01:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:01:11 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #32 from Nick Clemens --- Created attachment 65896 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65896&action=edit Bug 15685 [QA Followup] - Implement needed changes in Koha::Edifact::Order -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:01:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:01:16 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #33 from Nick Clemens --- Created attachment 65897 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65897&action=edit Bug 15685 [QA Followup] - Bug qa script errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:01:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:01:20 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #34 from Nick Clemens --- Created attachment 65898 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65898&action=edit Bug 15685 - QA Followup DB revision fixes Unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:01:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:01:24 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #35 from Nick Clemens --- Created attachment 65899 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65899&action=edit Bug 15685 - Schema changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:01:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:01:28 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #36 from Nick Clemens --- Created attachment 65900 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65900&action=edit Bug 15685 - QA followup - fix typo -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:08:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:08:02 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Attachment #64923|1 |0 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:11:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:11:52 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:11:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:11:55 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64923|0 |1 is obsolete| | Attachment #64999|0 |1 is obsolete| | --- Comment #13 from Nick Clemens --- Created attachment 65901 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65901&action=edit Bug 16976 - Unit tests -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:12:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:12:48 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 --- Comment #14 from Nick Clemens --- (In reply to Tom?s Cohen Arazi from comment #12) > Nick, please comment on which bug this one depends (for the tests) Ah, sorry about that - accidentally obsoleted an extra patch, this depended on itself :-) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:55:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:55:05 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:56:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:56:30 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64655|0 |1 is obsolete| | --- Comment #15 from Marcel de Rooy --- Created attachment 65902 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65902&action=edit Bug 16976 - Authorities searches with double quotes gives ZOOM error 20003 [Alternate] I dug into this a little bit, it seems the issue is that we were double processing the query because of an extra call to C4::AuthoritiesMarc::SearchAuthorities I think we can simply remove this call To test: 1 - Perform an authority search for a value that returns results 2 - Wrap it in quotes and search 3 - 'Internal server error' 4 - Apply patch 5 - Search with quotes succeeds https://bugs.koha-community.org/show_bug.cgi?id=16796 Signed-off-by: Lee Jamison Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:56:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:56:34 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65901|0 |1 is obsolete| | --- Comment #16 from Marcel de Rooy --- Created attachment 65903 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65903&action=edit Bug 16976 - Unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:56:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:56:26 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:57:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:57:26 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65902|0 |1 is obsolete| | --- Comment #17 from Marcel de Rooy --- Created attachment 65904 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65904&action=edit Bug 16976 - Authorities searches with double quotes gives ZOOM error 20003 [Alternate] I dug into this a little bit, it seems the issue is that we were double processing the query because of an extra call to C4::AuthoritiesMarc::SearchAuthorities I think we can simply remove this call To test: 1 - Perform an authority search for a value that returns results 2 - Wrap it in quotes and search 3 - 'Internal server error' 4 - Apply patch 5 - Search with quotes succeeds https://bugs.koha-community.org/show_bug.cgi?id=16796 Signed-off-by: Lee Jamison Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 14:57:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 12:57:30 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65903|0 |1 is obsolete| | --- Comment #18 from Marcel de Rooy --- Created attachment 65905 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65905&action=edit Bug 16976 - Unit tests Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 15:00:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 13:00:14 +0000 Subject: [Koha-bugs] [Bug 19087] New: Creating a serial with a seasonal pattern only starts with Spring Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19087 Bug ID: 19087 Summary: Creating a serial with a seasonal pattern only starts with Spring Change sponsored?: --- Product: Koha Version: 16.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Serials Assignee: koha-bugs at lists.koha-community.org Reporter: kelly at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: colin.campbell at ptfs-europe.com The seasonal pattern for a 2x a year frequency does not work as expected. When using a serial that is a Summer & Winter frequency. If starting the serial with the Summer Issue, setting the last value and inner counter will only default to a Spring start in the test pattern. Setting the last value as any season, will still default to a spring start to the test pattern. The test pattern will adjust after the first two issues- Spring Fall, Summer, Winter, Summer, Winter, etc - but Koha insists on starting this pattern with Spring. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 15:21:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 13:21:55 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #90 from Philippe Audet-Fortin --- When you say remove the link from the tools page, do you mean report page? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 15:24:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 13:24:31 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 --- Comment #25 from Owen Leonard --- (In reply to Liz Rea from comment #23) > What if you still want to see the location but not the branch? Bug 19028? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 15:36:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 13:36:29 +0000 Subject: [Koha-bugs] [Bug 19088] New: plugins-upload.pl causes plack-error.log uninitialized value noise Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088 Bug ID: 19088 Summary: plugins-upload.pl causes plack-error.log uninitialized value noise Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: ldjamison at marywood.edu QA Contact: testopia at bugs.koha-community.org After uploading a plugin, plack-error.log indicates the message Use of uninitialized value $op in string eq at /home/vagrant/kohaclone/plugins/plugins-upload.pl line 57. Use of uninitialized value $op in string eq at /home/vagrant/kohaclone/plugins/plugins-upload.pl line 92. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 15:36:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 13:36:37 +0000 Subject: [Koha-bugs] [Bug 19088] plugins-upload.pl causes plack-error.log uninitialized value noise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |ldjamison at marywood.edu |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 16:37:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 14:37:57 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #91 from Katrin Fischer --- Sorry, yes, that's what I meant! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 16:56:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 14:56:26 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Eric B?gin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|maxime.beaulieu at inlibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 16:57:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 14:57:02 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Eric B?gin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|simith.doliveira at inlibro.co | |m | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:08:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:08:49 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #3 from Owen Leonard --- I had problems with several of the modified scripts: members/deletemem.pl - Loads the logged-in patron's account into circulation instead of showing the message. members/member-flags.pl & members/member-password.pl - Load circ with empty borrowernumber parameter and no message members/memberentry.pl - Loads "modify patron" form with no data. No redirect. members/update-child.pl - "An Error Occurred" 500 Internal Server Error -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:11:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:11:40 +0000 Subject: [Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:23:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:23:49 +0000 Subject: [Koha-bugs] [Bug 18692] When SMS is enabled the OPAC messaging table is misaligned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18692 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:23:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:23:52 +0000 Subject: [Koha-bugs] [Bug 18692] When SMS is enabled the OPAC messaging table is misaligned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18692 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65451|0 |1 is obsolete| | --- Comment #18 from Owen Leonard --- Created attachment 65906 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65906&action=edit [SIGNED-OFF] Bug 18692 - intranet part Fixes misplaced columns introduced by previous patch and adds the "-" for phone transport type. To test: 1. Set SMSSendDriver system preference on 2. Go to intranet messaging preferences 3. By default you should see checkboxes for all messages for SMS 4. Ensure columns are not misplaced (pushing one column too much to the right) 5. Delete sms method from one of the messages in message_transports table 6. Observe that "-" is displayed instead of checkbox for that message for SMS 7. Repeat same for TalkingTechItivaPhoneNotification system preference. By default it may not have transports in message_transports, so make sure to assign some in order to have the checkboxes visible. Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:36:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:36:51 +0000 Subject: [Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:36:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:36:56 +0000 Subject: [Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 --- Comment #4 from Nick Clemens --- Created attachment 65908 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65908&action=edit Bug 19076 - Move issue logging in AddIssue into condtional clause Currently AddIssue tests if renewal, but logs an issue even if so. This patch moves the logging into the conditional so a log entry is only added if we aren't renewing (as renewals are logged separately) To test: 1 - prove t/db_dependent/Circulation.t - one test should fail 2 - Enable both issue and renewal logs 3 - Checkout an item to a patron 4 - View the logs - the issue is captured 5 - Checkout the item to the patron again and confirm renewal 6 - Both an issue and a renewal are logged 7 - Apply patch 8 Repeat 1-6, tests should pass and only renewal should be logged -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:36:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:36:53 +0000 Subject: [Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65829|0 |1 is obsolete| | Attachment #65830|0 |1 is obsolete| | --- Comment #3 from Nick Clemens --- Created attachment 65907 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65907&action=edit Bug 19076 - unit tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:39:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:39:41 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62972|0 |1 is obsolete| | --- Comment #93 from Philippe Audet-Fortin --- Created attachment 65910 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65910&action=edit Bug 11317: Follow up - Update ID to allow for permalinking This follow up modifies the id parameter to use a digest of the filename to enable permalinking to files even if the array order changes due to new files being created. Signed-off-by: Jonathan Druart Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:39:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:39:47 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62973|0 |1 is obsolete| | --- Comment #94 from Philippe Audet-Fortin --- Created attachment 65911 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65911&action=edit Bug 11317 - Rename config to 'accessdir' and fix qa Also translate date with datetime format preference and move to Tools. Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:39:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:39:33 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62971|0 |1 is obsolete| | --- Comment #92 from Philippe Audet-Fortin --- Created attachment 65909 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65909&action=edit Bug 11317: Adds a page to access log files on the server from the intranet. The directory used is defined by the "publiclogdir" preference in koha-conf.xml. Test case : Preparation : * Add the "publiclogdir" preference to your "koha-conf.xml" file. This * preference should be in the "config" section. For this test cas, we * will use the "/tmp/koha-public" directory : ... /tmp/koha-public ... * Create the log directory on your server. Make sure this directory * is readable by your web server : $ mkdir /tmp/koha-public * Add a test file in the log directory : $ cd /tmp/koha-public $ echo "Hello world!" > test.txt Test : * Go in the "Reports" section in the intranet and select "Report/log * files" * The "test.txt" should appear in the files list. * Click on the "test.txt" file, a download dialog should appear. * Download the file and verify its content. It should contain the * text "Hello world!". Sponsored by : CCSR Signed-off-by: Jonathan Druart Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:39:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:39:55 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62974|0 |1 is obsolete| | --- Comment #95 from Philippe Audet-Fortin --- Created attachment 65912 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65912&action=edit Bug 11317 - Allows for multiple directories to be accessible It is now possible to add as many SOMEDIR as needed to the config file. Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:40:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:40:02 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62975|0 |1 is obsolete| | --- Comment #96 from Philippe Audet-Fortin --- Created attachment 65913 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65913&action=edit Bug 11317 - Move file access under Tools and add specific permission - Moves the .pl and .tt under tools/ instead of reports/ and adds tools/access_files permission. - Remove datatables-strings.inc from .tt - Allow sorting on date column in file access tool. For some reason, the table was blocking sorting based on timestamp, even though most users would probably want that since the feature is used primarily to access generated (daily) reports i and finding the last ones is very important. Testing -1) Having done requirements of previous patches, like adding 'accessdir' to koha-conf... 0) apply patch, update database to add permission option. 1) Login as NON-superadmin. Go under tools, see no Report/Log under the third column 2) Go to add tools/access_file permission to user 3) See new entry under tools third column. 4) validate link is ok. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:40:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:40:10 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65857|0 |1 is obsolete| | --- Comment #97 from Philippe Audet-Fortin --- Created attachment 65914 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65914&action=edit Bug 11317 - Update the link under reports -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:40:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:40:16 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65856|0 |1 is obsolete| | --- Comment #98 from Philippe Audet-Fortin --- Created attachment 65915 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65915&action=edit Bug 11317 - Follow-up - Fixing merge error and cosmetic changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:40:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:40:44 +0000 Subject: [Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 --- Comment #5 from Nick Clemens --- Created attachment 65916 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65916&action=edit Bug 19076 - followup - delete fines from additional renewal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:43:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:43:14 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65915|0 |1 is obsolete| | --- Comment #99 from Philippe Audet-Fortin --- Created attachment 65918 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65918&action=edit Bug 11317 - Follow-up - Fixing merge error and cosmetic changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:47:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:47:18 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #100 from Philippe Audet-Fortin --- Sorry for the mess in the comment. I made the changes and now the patch apply without conflict. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 17:49:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 15:49:52 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #8 from Owen Leonard --- This works well for me, but there is some noise from the QA tool: FAIL Koha/Acquisition/Basket.pm OK critic OK forbidden patterns OK git manipulation OK pod FAIL pod coverage POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 OK spelling OK valid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 18:27:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 16:27:39 +0000 Subject: [Koha-bugs] [Bug 15239] Add multiple items fail on barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239 Ruben Norori changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kachomanic at gmail.com --- Comment #4 from Ruben Norori --- I have a solution, you must go to the route: /usr /share/koha/intranet/cgi-bin/cataloging search the additem.pl file and open it with your text editor. Search this code: # For the first iteration my $barcodevalue = $oldbarcode; my $exist_itemnumber; for (my $i = 0; $i < $number_of_copies;) { # If there is a barcode if ($barcodevalue) { # Getting a new barcode (if it is not the first iteration or the barcode we tried already exists) $barcodevalue = $barcodeobj->next_value($oldbarcode) if ($i > 0 || $exist_itemnumber); Replace it with: # For the first iteration my $barcodevalue = $oldbarcode; my $exist_itemnumber; my $valor = substr($barcodevalue, 0, 3); for (my $i = 0; $i < $number_of_copies;) { # If there is a barcode if ($barcodevalue) { # Getting a new barcode (if it is not the first iteration or the barcode we tried already exists) $barcodevalue = $valor.$barcodeobj->next_value($oldbarcode) if ($i > 0 || $exist_itemnumber); Make a back up of the file before try this. Works for me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 18:57:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 16:57:28 +0000 Subject: [Koha-bugs] [Bug 19081] Plack preventing uninstalled plugins from being removed on the plugins list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19081 --- Comment #2 from Lee Jamison --- Per an email conversation with Kyle Hall, the following is what appears to be the interaction of plack with plugins: 1) Plugin is installed, install() is run ( install is run anytime a plugin is loaded and the data key "__INSTALLED__" is not set in plugin_data for the plugin 2) Plugin is removed, uninstall is called, which deletes the plugin and tables 3) Page is reloaded, but the plugin is still in memory, install() is called again and tables are recreated, even though the files have been deleted! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 19:48:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 17:48:19 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 19:53:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 17:53:41 +0000 Subject: [Koha-bugs] [Bug 14533] koha-create --use-db option shouldn't create any db or db user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14533 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64713|0 |1 is obsolete| | --- Comment #13 from Tom?s Cohen Arazi --- Created attachment 65921 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65921&action=edit Bug 14533: Make --use-db display a message if no DB defined Signed-off-by: Lee Jamison Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 19:53:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 17:53:32 +0000 Subject: [Koha-bugs] [Bug 14533] koha-create --use-db option shouldn't create any db or db user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14533 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64712|0 |1 is obsolete| | --- Comment #12 from Tom?s Cohen Arazi --- Created attachment 65920 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65920&action=edit Bug 14533: remove CREATE USER when koha-create --use-db Signed-off-by: Lee Jamison Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 19:56:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 17:56:59 +0000 Subject: [Koha-bugs] [Bug 18877] Add documentation on dbhost for koha-create help In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18877 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Summary|Outdated explanation of use |Add documentation on dbhost |when two patches applied |for koha-create help -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:08:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:08:34 +0000 Subject: [Koha-bugs] [Bug 17171] Add a syspref to allow currently issued items to be issued to a new patron without staff confirmation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17171 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon at cdalibrary.org Status|Needs Signoff |Patch doesn't apply --- Comment #3 from Christopher Brannon --- Patch does not apply. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:09:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:09:40 +0000 Subject: [Koha-bugs] [Bug 9409] koha-create --request-db should be able to accept a dbhost option In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9409 --- Comment #6 from Tom?s Cohen Arazi --- Created attachment 65922 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65922&action=edit Bug 9409: (QA followup) Add --dbhost help to koha-create man page Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:11:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:11:43 +0000 Subject: [Koha-bugs] [Bug 14533] koha-create --use-db option shouldn't create any db or db user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14533 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:14:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:14:17 +0000 Subject: [Koha-bugs] [Bug 18877] Add documentation on dbhost for koha-create help In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18877 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:14:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:14:21 +0000 Subject: [Koha-bugs] [Bug 18877] Add documentation on dbhost for koha-create help In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18877 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64715|0 |1 is obsolete| | --- Comment #5 from Tom?s Cohen Arazi --- Created attachment 65923 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65923&action=edit Bug 18877: Add documentation on dbhost for koha-create help TEST PLAN --------- apply bugs 9409 and 14533 (order is irrelevant) trigger message about missing database name -- notice it fails to mention dbhost apply this patch trigger message again -- notice it mentions dbhost Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:14:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:14:40 +0000 Subject: [Koha-bugs] [Bug 18877] Add documentation on dbhost for koha-create help In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18877 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #6 from Tom?s Cohen Arazi --- Trivial string change, passing QA. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:22:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:22:46 +0000 Subject: [Koha-bugs] [Bug 17717] process_message_queue.pl: Can't locate Authen/CAS/Client/ Response/Failure.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717 --- Comment #41 from Tom?s Cohen Arazi --- (In reply to Marco Moreno from comment #40) > This issue is NOT fixed in 17.05. I'm seeing this now after having upgraded > from 16.11. However, I've discovered some things that might be helpful. Can you mention your steps to reproduce? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:25:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:25:17 +0000 Subject: [Koha-bugs] [Bug 17171] Add a syspref to allow currently issued items to be issued to a new patron without staff confirmation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17171 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:25:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:25:19 +0000 Subject: [Koha-bugs] [Bug 17171] Add a syspref to allow currently issued items to be issued to a new patron without staff confirmation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17171 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64260|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall --- Created attachment 65924 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65924&action=edit Bug 17171 - Add a syspref to allow currently issued items to be issued to a new patron without staff confirmation Some libraries don't want to force the librarians to manually confirm each checkout when the item is checked out to another. Instead, they would prefer to be alerted after the fact. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Enable the new syspref AutoReturnCheckedOutItems 4) Check an item out to a patron 5) Check the same item out to another patron 6) Note you are not prompted to confirm the checkout, but are instead alerted that is had been checked out to another patron! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:42:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:42:31 +0000 Subject: [Koha-bugs] [Bug 17406] Simplify pay.pl interface buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17406 Cheryl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clackman at cityoffargo.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:47:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:47:25 +0000 Subject: [Koha-bugs] [Bug 17717] process_message_queue.pl: Can't locate Authen/CAS/Client/ Response/Failure.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717 --- Comment #42 from Marco Moreno --- ubuntu at koha:~$ sudo -i root at koha:~# sudo -u library-koha perl -MAuthen::CAS::Client -e 'print "Ok\n"' Can't locate Authen/CAS/Client/Response/Failure.pm: ./Authen/CAS/Client/Response/Failure.pm: Permission denied at /usr/share/perl/5.22/base.pm line 97. ...propagated at /usr/share/perl/5.22/base.pm line 106. BEGIN failed--compilation aborted at /usr/share/perl5/Authen/CAS/Client/Response.pm line 68. Compilation failed in require at /usr/share/perl5/Authen/CAS/Client.pm line 8. BEGIN failed--compilation aborted at /usr/share/perl5/Authen/CAS/Client.pm line 8. Compilation failed in require. BEGIN failed--compilation aborted. root at koha:~# cd /tmp root at koha:/tmp# sudo -u library-koha perl -MAuthen::CAS::Client -e 'print "Ok\n"' Ok root at koha:~# perl -Mbase -e 'print "$base::VERSION\n"' 2.22 root at koha:~# perl -V Summary of my perl5 (revision 5 version 22 subversion 1) configuration: Platform: osname=linux, osvers=3.16.0, archname=x86_64-linux-gnu-thread-multi uname='linux localhost 3.16.0 #1 smp debian 3.16.0 x86_64 gnulinux ' config_args='-Dusethreads -Duselargefiles -Dcc=x86_64-linux-gnu-gcc -Dcpp=x86_64-linux-gnu-cpp -Dld=x86_64-linux-gnu-gcc -Dccflags=-DDEBIAN -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Dldflags= -Wl,-Bsymbolic-functions -Wl,-z,relro -Dlddlflags=-shared -Wl,-Bsymbolic-functions -Wl,-z,relro -Dcccdlflags=-fPIC -Darchname=x86_64-linux-gnu -Dprefix=/usr -Dprivlib=/usr/share/perl/5.22 -Darchlib=/usr/lib/x86_64-linux-gnu/perl/5.22 -Dvendorprefix=/usr -Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/x86_64-linux-gnu/perl5/5.22 -Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.22.1 -Dsitearch=/usr/local/lib/x86_64-linux-gnu/perl/5.22.1 -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 -Dsiteman3dir=/usr/local/man/man3 -Duse64bitint -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Ud_ualarm -Uusesfio -Uusenm -Ui_libutil -Uversiononly -DDEBUGGING=-g -Doptimize=-O2 -dEs -Duseshrplib -Dlibperl=libperl.so.5.22.1' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='x86_64-linux-gnu-gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2 -g', cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='5.3.1 20160311', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='x86_64-linux-gnu-gcc', ldflags =' -fstack-protector-strong -L/usr/local/lib' libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/5/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt perllibs=-ldl -lm -lpthread -lc -lcrypt libc=libc-2.21.so, so=so, useshrplib=true, libperl=libperl.so.5.22 gnulibc_version='2.21' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib -fstack-protector-strong' Characteristics of this binary (from libperl): Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS PERL_DONT_CREATE_GVSV PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO USE_PERL_ATOF USE_REENTRANT_API . . . Built under linux Compiled at Mar 13 2016 11:54:18 @INC: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base . -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:53:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:53:38 +0000 Subject: [Koha-bugs] [Bug 17171] Add a syspref to allow currently issued items to be issued to a new patron without staff confirmation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17171 --- Comment #5 from Christopher Brannon --- The syspref worked when set to Don't. That was the only confusion in the test plan. Otherwise, works as expected! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:55:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:55:28 +0000 Subject: [Koha-bugs] [Bug 17171] Add a syspref to allow currently issued items to be issued to a new patron without staff confirmation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17171 ByWaterSandboxes at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65924|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:55:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:55:34 +0000 Subject: [Koha-bugs] [Bug 17171] Add a syspref to allow currently issued items to be issued to a new patron without staff confirmation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17171 --- Comment #7 from ByWaterSandboxes at gmail.com --- Created attachment 65925 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65925&action=edit Bug 17171 - Add a syspref to allow currently issued items to be issued to a new patron without staff confirmation Some libraries don't want to force the librarians to manually confirm each checkout when the item is checked out to another. Instead, they would prefer to be alerted after the fact. Test Plan: 1) Apply this patch 2) Run updatedatabase.pl 3) Enable the new syspref AutoReturnCheckedOutItems 4) Check an item out to a patron 5) Check the same item out to another patron 6) Note you are not prompted to confirm the checkout, but are instead alerted that is had been checked out to another patron! Signed-off-by: Christopher Brannon Signed-off-by: BWS Sandboxes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 20:55:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 18:55:18 +0000 Subject: [Koha-bugs] [Bug 17171] Add a syspref to allow currently issued items to be issued to a new patron without staff confirmation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17171 ByWaterSandboxes at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ByWaterSandboxes at gmail.com Status|Needs Signoff |Signed Off --- Comment #6 from ByWaterSandboxes at gmail.com --- Patch tested with a sandbox, by Christopher Brannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 21:13:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 19:13:25 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 21:38:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 19:38:26 +0000 Subject: [Koha-bugs] [Bug 19088] plugins-upload.pl causes plack-error.log uninitialized value noise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088 --- Comment #1 from Lee Jamison --- Created attachment 65926 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65926&action=edit Test Plugin KPZ Test plugin KPZ file to use to test this bug -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 21:38:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 19:38:37 +0000 Subject: [Koha-bugs] [Bug 2454] Improve display of credits on pay fines tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2454 Cheryl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clackman at cityoffargo.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 21:40:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 19:40:56 +0000 Subject: [Koha-bugs] [Bug 18790] Add ability to void payments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790 Cheryl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clackman at cityoffargo.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 21:41:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 19:41:54 +0000 Subject: [Koha-bugs] [Bug 17717] process_message_queue.pl: Can't locate Authen/CAS/Client/ Response/Failure.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17717 --- Comment #43 from Marco Moreno --- Here is another way that demonstrates the fix of modifying the @INC array similarly to how I described above: root at koha:~# cd /root root at koha:~# sudo -u library-koha perl -e 'use Authen::CAS::Client; print "Ok\n"' Can't locate Authen/CAS/Client/Response/Failure.pm: ./Authen/CAS/Client/Response/Failure.pm: Permission denied at /usr/share/perl/5.22/base.pm line 97. ...propagated at /usr/share/perl/5.22/base.pm line 106. BEGIN failed--compilation aborted at /usr/share/perl5/Authen/CAS/Client/Response.pm line 68. Compilation failed in require at /usr/share/perl5/Authen/CAS/Client.pm line 8. BEGIN failed--compilation aborted at /usr/share/perl5/Authen/CAS/Client.pm line 8. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. root at koha:~# sudo -u library-koha perl -e 'BEGIN {pop @INC} use Authen::CAS::Client; print "Ok\n"' Ok -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 21:44:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 19:44:28 +0000 Subject: [Koha-bugs] [Bug 19088] plugins-upload.pl causes plack-error.log uninitialized value noise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 21:44:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 19:44:31 +0000 Subject: [Koha-bugs] [Bug 19088] plugins-upload.pl causes plack-error.log uninitialized value noise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088 --- Comment #2 from Lee Jamison --- Created attachment 65928 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65928&action=edit Bug 19088: plugins-upload causes error log noise After uploading a plugin the error log indicates use of uninitialized value in $op. This patch silences the noise. To test: 1) Set to 1 (one) in koha-conf.xml. 2) Set the UseKohaPlugins system preference to 'Enable'. 3) Navigate to Administration -> Manage plugins. 4) Install the test plugin KPZ file attached to this bug. 5) Notice the uninitialized value noise in the error log. 6) Uninstall the plugin (plack restart may be required if plack is enabled). 7) Apply patch. 8) Install the plugin again. 9) Notice no noise in the error log. 10) Run qa tools. 11) Run prove t/db_dependent/Plugins.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 22:53:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 20:53:15 +0000 Subject: [Koha-bugs] [Bug 18805] Add ability to use up account credits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18805 Jason Palmer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jpalmer at switchinc.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 23:12:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 21:12:58 +0000 Subject: [Koha-bugs] [Bug 18805] Add ability to use up account credits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18805 --- Comment #2 from Lisette --- After applying the patch when we applied a manual credit we got the following error: SOFTWARE ERROR DBIx::Class:Storage::DBI::_dbh_execute():table 'koha_sandbox1.accountoffsets' doesn't exist doesn't exist at /var/lib/koha/sandbox/1.kohaclone/koha/object.pm line 121. The credit did apply. Same error when applying the manual credit. Behavior appears to be the same both before and after patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 11 23:41:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 21:41:28 +0000 Subject: [Koha-bugs] [Bug 18816] Make CataloguingLog work in production by preventing circulation from spamming the log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816 Lisette changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 00:00:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 22:00:18 +0000 Subject: [Koha-bugs] [Bug 18816] Make CataloguingLog work in production by preventing circulation from spamming the log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18816 Lisette changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #7 from Lisette --- We applied the patch cleanly but the desired change in behavior did not happen. Tested with check in and check out. We were looking at the logs for the particular item. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 00:12:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 22:12:18 +0000 Subject: [Koha-bugs] [Bug 18790] Add ability to void payments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790 ByWaterSandboxes at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |ByWaterSandboxes at gmail.com --- Comment #5 from ByWaterSandboxes at gmail.com --- Patch tested with a sandbox, by Koha-us conference -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 00:12:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 22:12:28 +0000 Subject: [Koha-bugs] [Bug 18790] Add ability to void payments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790 ByWaterSandboxes at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65468|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 00:12:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 11 Aug 2017 22:12:35 +0000 Subject: [Koha-bugs] [Bug 18790] Add ability to void payments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790 --- Comment #6 from ByWaterSandboxes at gmail.com --- Created attachment 65932 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65932&action=edit Bug 18790 - Add ability to void payments We've had the ability to 'reverse' a payment for a long time, but it would be much better if we had a true void payment function that replaces the paid amounts into the fee so that it appears as if the payment was never made. Test Plan: 1) Apply this patch and dependent patches 2) Run updatedatabase.pl 3) Create some fines 4) Pay those fines 5) Use the new 'void' button to void the payments 6) Note the fines were restored to their pre-payment amounts Signed-off-by: Koha-us conference Signed-off-by: BWS Sandboxes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 12:07:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 10:07:28 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #101 from Katrin Fischer --- Hi Phillipe, follow-up is looking good, but I still can't open or download the file. This is the error from the plack-error-log: exited nonzero: 1 at /home/vagrant/kohaclone/tools/access_files.pl line 120. Which is odd, as the file does end at line 107... :( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 12:11:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 10:11:40 +0000 Subject: [Koha-bugs] [Bug 15239] Add multiple items fail on barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #5 from Katrin Fischer --- Hi Ruben, thx for your suggestion. My guess is that this would work for a branchcode of 3 characters, but would have to changed a bit to check for the actual length in order to go in. my $valor = substr($barcodevalue, 0, 3); Which version did you test with? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 12:16:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 10:16:40 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #25 from Katrin Fischer --- Marcel commented on this error from the qa script here: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049#c11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 13:36:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 11:36:46 +0000 Subject: [Koha-bugs] [Bug 19084] Spine label with BN_IN UTF8 data rendered incorrectly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19084 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 14:21:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 12:21:13 +0000 Subject: [Koha-bugs] [Bug 15239] Add multiple items fail on barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239 --- Comment #6 from Ruben Norori --- I tried it in version 3.20.07 And you are right, I will update this code to check the length of branchcode and improve this solution. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 16:48:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 14:48:01 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #26 from Katrin Fischer --- Wrong bug! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 16:48:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 14:48:58 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 --- Comment #9 from Katrin Fischer --- Marcel commented on this error from the qa script here: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049#c11 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 16:50:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 14:50:34 +0000 Subject: [Koha-bugs] [Bug 19088] plugins-upload.pl causes plack-error.log uninitialized value noise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088 --- Comment #3 from M. Tompsett --- Comment on attachment 65928 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65928 Bug 19088: plugins-upload causes error log noise Review of attachment 65928: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19088&attachment=65928) ----------------------------------------------------------------- ::: plugins/plugins-upload.pl @@ +47,4 @@ > > my $uploadfilename = $input->param('uploadfile'); > my $uploadfile = $input->upload('uploadfile'); > +my $op = $input->param('op') || q{}; // is better. if 'op' is '0', then this would set $op to ''. || evaluates truthy only. // is a defined check. http://perldoc.perl.org/perlop.html#Logical-Defined-Or -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 17:21:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 15:21:04 +0000 Subject: [Koha-bugs] [Bug 19088] plugins-upload.pl causes plack-error.log uninitialized value noise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com --- Comment #4 from M. Tompsett --- Don't even need the plugin. Using the breadcrumbs to go back you can trigger the error over and over. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 17:21:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 15:21:34 +0000 Subject: [Koha-bugs] [Bug 19088] plugins-upload.pl causes plack-error.log uninitialized value noise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65928|0 |1 is obsolete| | --- Comment #5 from M. Tompsett --- Created attachment 65936 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65936&action=edit Bug 19088: plugins-upload causes error log noise After uploading a plugin the error log indicates use of uninitialized value in $op. This patch silences the noise. To test: 1) Set to 1 (one) in koha-conf.xml. 2) Set the UseKohaPlugins system preference to 'Enable'. 3) Navigate to Administration -> Manage plugins. 4) Install the test plugin KPZ file attached to this bug. 5) Notice the uninitialized value noise in the error log. 6) Uninstall the plugin (plack restart may be required if plack is enabled). 7) Apply patch. 8) Install the plugin again. 9) Notice no noise in the error log. 10) Run qa tools. 11) Run prove t/db_dependent/Plugins.t Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 17:21:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 15:21:57 +0000 Subject: [Koha-bugs] [Bug 19088] plugins-upload.pl causes uninitialized value noise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|plugins-upload.pl causes |plugins-upload.pl causes |plack-error.log |uninitialized value noise |uninitialized value noise | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 17:23:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 15:23:02 +0000 Subject: [Koha-bugs] [Bug 19088] plugins-upload.pl causes uninitialized value noise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #6 from M. Tompsett --- In an old school git install, it still triggers noise, just in a different log. Leave it up to the tester to know which log it should be in. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 17:32:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 15:32:05 +0000 Subject: [Koha-bugs] [Bug 19090] New: Hacked By KingSkrupellos Cyberizm.Org Digital Security Technological Turkish Moslem Army Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19090 Bug ID: 19090 Summary: Hacked By KingSkrupellos Cyberizm.Org Digital Security Technological Turkish Moslem Army Change sponsored?: --- Product: Koha Version: 17.05 Hardware: Other OS: Mac OS Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: k1ngskrup3ll0s at gmail.com QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org Created attachment 65937 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65937&action=edit Hacked By KingSkrupellos Cyberizm.Org Digital Security Technological Turkish Moslem Army Hacked By KingSkrupellos Cyberizm.Org Digital Security Technological Turkish Moslem Army -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 20:09:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 18:09:09 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 --- Comment #45 from Christopher Brannon --- Testing at Koha US on master. The process seems to work fine without the patch. Is this still needed??? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 20:36:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 18:36:38 +0000 Subject: [Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |cbrannon at cdalibrary.org --- Comment #6 from Christopher Brannon --- Please rebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 20:59:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 18:59:46 +0000 Subject: [Koha-bugs] [Bug 18742] Circulation statistics wizard no longer exports the total row In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18742 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 20:59:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 18:59:48 +0000 Subject: [Koha-bugs] [Bug 18742] Circulation statistics wizard no longer exports the total row In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18742 --- Comment #3 from Christopher Brannon --- Created attachment 65938 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65938&action=edit [SIGNED OFF] Bug 18742 - Circulation statistics wizard no longer exports the total row To test: Run the circulation wizard Export to csv Note there is no total row Apply patch Export to csv Total row totally there! Works as expected. Signed-off-by: Christopher Brannon :call TrimWhiteSpace() -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 12 21:36:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 19:36:04 +0000 Subject: [Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #7 from Nick Clemens --- Applies cleanly for me on master, can you pull and retest? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 13 00:12:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 22:12:44 +0000 Subject: [Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 --- Comment #8 from Christopher Brannon --- Created attachment 65939 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65939&action=edit [SIGNED OFF ] Bug 19076 - followup - delete fines from additional renewal Works as described. Signed-off-by: Christopher Brannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 13 00:12:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 12 Aug 2017 22:12:41 +0000 Subject: [Koha-bugs] [Bug 19076] Renewal via Checkout screen is logged as both a renewal and a checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19076 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 13 12:59:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 13 Aug 2017 10:59:34 +0000 Subject: [Koha-bugs] [Bug 19090] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19090 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|Hacked By KingSkrupellos |SPAM |Cyberizm.Org Digital | |Security Technological | |Turkish Moslem Army | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 13 12:59:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 13 Aug 2017 10:59:48 +0000 Subject: [Koha-bugs] [Bug 19090] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19090 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 13 12:59:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 13 Aug 2017 10:59:43 +0000 Subject: [Koha-bugs] [Bug 19090] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19090 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 13 13:00:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 13 Aug 2017 11:00:35 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 --- Comment #46 from Katrin Fischer --- Hi Christopher, is the amount outstanding on top updated immediately with the checkout? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 13 14:56:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 13 Aug 2017 12:56:35 +0000 Subject: [Koha-bugs] [Bug 19092] New: da Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19092 Bug ID: 19092 Summary: da Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: bugs.koha-community.org Assignee: koha-bugs at lists.koha-community.org Reporter: davelopers.anime21 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 65944 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65944&action=edit daw ad -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 13 21:49:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 13 Aug 2017 19:49:26 +0000 Subject: [Koha-bugs] [Bug 19092] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19092 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|da |SPAM CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 13 21:49:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 13 Aug 2017 19:49:38 +0000 Subject: [Koha-bugs] [Bug 19092] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19092 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 07:41:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 05:41:12 +0000 Subject: [Koha-bugs] =?utf-8?q?=5BBug_19094=5D_New=3A__+61-1800-059-007_Av?= =?utf-8?b?ZyBh4oSVdGl2aXJ1cyB04oSvY2ggc3VwcOKEtHJ0IHBo4oS04oSV4oSvIA==?= =?utf-8?b?4oSVdW1i4oSvciBBdmcgYeKElXRpdmlydXMgdOKEr2No4oSVaWNhbCBzdXBw?= =?utf-8?b?4oS0cnQg4oSVdW1i4oSvcmRmZ2ZkZ2Rm?= Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19094 Bug ID: 19094 Summary: +61-1800-059-007 Avg a?tivirus t?ch supp?rt ph??? ?umb?r Avg a?tivirus t?ch?ical supp?rt ?umb?rdfgfdgdf Change sponsored?: --- Product: Koha Version: 17.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: dcxmgjhkw at mailtraps.com QA Contact: testopia at bugs.koha-community.org Avg a?tivirus t?ll fr?? ?umb?r i? usa Avg a?tivirus c??tact ph??? ?umb?r Avg a?tivirus t?ch?ical supp?rt Avg a?tivirus cust?m?r supp?rt t?l?ph??? Avg a?tivirus Avg t?ch supp?rt ph??? ?umb?r Avg a?tivirus cust?m?r s?rvic? Avg t?ch?ical supp?rt ph??? ?umb?r Avg cust?m?r s?rvic? supp?rt Avg cust?m?r s?rvic? ?mail addr?ss Avg cust?m?r s?rvic? r?vi?ws c??tact Avg cust?m?r s?rvic? Avg t?ch supp?rt ?umb?r usa Avg a?tivirus c??tact ?umb?r Avg t?ch?ical supp?rt usa Avg t?ch?ical supp?rt ?umb?r Avg t?ch supp?rt ph??? Avg t?ch supp?rt ?umb?r Avg cust?m?r s?rvic? t?l?ph??? ?umb?r Avg a?tivirus cust?m?r supp?rt ?umb?r Avg i?t?r??t s?curity t?ch?ical supp?rt Avg a?tivirus cust?m?r supp?rt ph??? ?umb?r Avg a?tivirus cust?m?r s?rvic? ph??? ?umb?r Avg a?tivirus cust?m?r supp?rt ?umb?r Avg a?tivirus cust?m?r s?rvic? ?umb?r ph??? ?umb?r f?r Avg a?tivirus cust?m?r s?rvic? Avg a?tivirus cust?m?r supp?rt Avg a?tivirus cust?m?r s?rvic? ph??? ?umb?r us Avg a?tivirus ph??? ?umb?r cust?m?r s?rvic? us ph??? ?umb?r Avg a?tivirus cust?m?r s?rvic? Avg a?tivirus ph??? ?umb?r cust?m?r s?rvic? cust?m?r s?rvic? ?umb?r f?r Avg a?tivirus Avg a?tivirus cust?m?r s?rvic? ph??? Avg t?ch supp?rt ph??? ?umb?r us Avg t?ch supp?rt ?umb?r Avg cust?m?r supp?rt ph??? ?umb?r Avg cust?m?r s?rvic? ph??? ?umb?r Avg ph??? ?umb?r cust?m?r s?rvic? Avg s?curity ph??? ?umb?r cust?m?r s?rvic? ph??? ?umb?r f?r Avg cust?m?r s?rvic? Avg cust?m?r s?rvic? ph??? ?umb?r Avg i?t?r??t s?curity cust?m?r s?rvic? ph??? ?umb?r Avg cust?m?r s?rvic? ph??? ?umb?rs Avg s?curity cust?m?r s?rvic? ph??? ?umb?r Avg ph??? ?umb?r cust?m?r supp?rt ph??? ?umb?r f?r Avg cust?m?r supp?rt Avg supp?rt ph??? ?umb?r Avg t?l?ph??? supp?rt ?umb?r Avg a?tivirus cust?m?r s?rvic? t?l?ph??? ?umb?r Avg a?tivirus t?ll fr?? cust?m?r car? ?umb?r Avg t?ch?ical supp?rt ?umb?r Avg supp?rt ph??? ?umb?r Avg cust?m?r supp?rt ph??? ?umb?r Avg a?tivirus t?ch?ical supp?rt ph??? ?umb?r ph??? ?umb?r f?r Avg t?ch?ical supp?rt Avg cust?m?r s?rvic? ph??? ?umb?r usa Avg cust?m?r s?rvic? ?umb?r Avg t?ch?ical supp?rt ?umb?r usa Avg cust?m?r supp?rt ?umb?r Avg t?ch supp?rt ?umb?r ph??? ?umb?r f?r Avg supp?rt Avg supp?rt ph??? ?umb?r usa Avg ph??? ?umb?r cust?m?r s?rvic? Avg ph??? ?umb?r t?ch supp?rt Avg h?lp ph??? ?umb?r Avg h?lp d?sk ph??? ?umb?r Avg ph??? ?umb?r usa Avg c??tact ph??? ?umb?r usa Avg c??tact ph??? ?umb?r cust?m?r s?rvic? Avg ph??? ?umb?r what is th? ph??? ?umb?r f?r Avg cust?m?r s?rvic? Avg g?ld supp?rt ph??? ?umb?r Avg ph??? ?umb?r supp?rt Avg s?curity ph??? ?umb?r Avg cust?m?r s?rvic? ?umb?r usa Avg c??tact ?umb?r usa Avg usa ph??? ?umb?r Avg supp?rt ?umb?r usa Avg t?ch supp?rt ?umb?r usa Avg ph??? ?umb?r cust?m?r s?rvic? Avg ph??? ?umb?rs cust?m?r supp?rt Avg ph??? supp?rt ?umb?r Avg supp?rt c??tact ?umb?r Avg supp?rt ?mail addr?ss Avg supp?rt t?l?ph??? ?umb?r Avg a?tivirus cust?m?r car? Avg cust?m?r car? tch?ical supp?rt Avg cust?m?r car? ?umb?r usa t?ll fr?? Avg cust?m?r car? usa Avg usa cust?m?r car? f?r t?ch supp?rt ph??? ?umb?r f?rAvg cust?m?r s?rvic? ph??? ?umb?r f?rAvg cust?m?r supp?rt Avg t?ch?ical supp?rt ph??? ?umb?r usa ph??? ?umb?r f?rAvg t?ch?ical supp?rt Avg a?tivirus h?lpli?? ?umb?r ph??? ?umb?r f?rAvg t?ch supp?rt Avg a?tivirus t?ll fr?? ?umb?r Avg cust?m?r supp?rt ph??? ?umb?r t?l?ph??? ?umb?r f?rAvg t?ch?ical supp?rt Avg a?tivirus h?lp ph??? ?umb?r Avg ph??? ?umb?r t?ch?ical supp?rt Avg a?tivirus ph??? ?umb?r usa Avg ph??? ?umb?r supp?rt Avg a?tivirus supp?rt t?l?ph??? ?umb?r Avg a?tivirus ph??? supp?rt Avg a?tivirus t?ch?ical supp?rt cust?m?r car? ?umb?r Avg a?tivirus t?ch?ical supp?rt Ph??? ?umb?r i? usa Avg a?tivirus t?ch?ical supp?rt ?mail addr?ss Avg a?tivirus cust?m?r supp?rt ph??? ?umb?r Avg ?tivirus c??tact ph??? ?umb?r f?r usa Avg a?tivirus t?ch?ical supp?rt c??tact ?umb?r Avg a?tivirus t?ch?ical supp?rt chat Avg a?tivirus t?ll fr?? ?umb?r Avg t?ch?ical supp?rt ph??? ?umb?r Avg a?tivirus t?ch?ical supp?rt h?lp d?sk ph??? ?umb?r Avg t?ch?ical supp?rt ?umb?r t?ll fr?? ?umb?r Avg t?ch?ical supp?rt ph??? ?umb?r https://en.vikidia.org/wiki/SECURE_PC_%2B61-18%C3%94%C3%94-%C3%9459-%C3%94%C3%947_AVG_Customer_Service_Phone_Number_AVG_A.n.t.i.v.i.r.u.s_Tech_Support_Phone_Number https://en.vikidia.org/wiki/!!!UPDATE_Avg_!!!@@_%2B61-1800-059-007_Avg_a%E2%84%95tivirus_t%E2%84%AFch_supp%E2%84%B4rt_ph%E2%84%B4%E2%84%95%E2%84%AF_%E2%84%95umb%E2%84%AFr_Avg_a%E2%84%95tivirus_t%E2%84%AFch%E2%84%95ical_supp%E2%84%B4rt_%E2%84%95umb%E2%84%AFrdfgfdgdf https://en.vikidia.org/wiki/Kuku_avg_%2B61-1800-059-007_Avg_a%E2%84%95tivirus_t%E2%84%AFch_supp%E2%84%B4rt_ph%E2%84%B4%E2%84%95%E2%84%AF_%E2%84%95umb%E2%84%AFr_Avg_a%E2%84%95tivirus_t%E2%84%AFch%E2%84%95ical_supp%E2%84%B4rt_%E2%84%95umb%E2%84%AFrdfgfdgdf https://en.vikidia.org/wiki/%2B61-1800-059-007_Avg_a%E2%84%95tivirus_t%E2%84%AFch_supp%E2%84%B4rt_ph%E2%84%B4%E2%84%95%E2%84%AF_%E2%84%95umb%E2%84%AFr_Avg_a%E2%84%95tivirus_t%E2%84%AFch%E2%84%95ical_supp%E2%84%B4rt_%E2%84%95umb%E2%84%AFrdfgfdgdf http://virustechsupportmilttt.blogspot.in/2017/08/vbcxbcvcxvbb.html https://jinggggstechsupport.wordpress.com/2017/08/14/avg-t?ch-supp?rt-?umb?r-usa/ Avg a?tivirus cust?m?r supp?rt ph??? ?umb?r Avg a?tivirus cust?m?r s?rvic? ph??? ?umb?r Avg a?tivirus cust?m?r supp?rt ph??? ?umb?r Avg a?tivirus cust?m?r s?rvic? ph??? ?umb?r ph??? ?umb?r f?r Avg a?tivirus cust?m?r s?rvic? c??tact Avg a?tivirus cust?m?r s?rvic? ph??? ?umb?r Avg syma?t?c supp?rt ph??? ?umb?r Avg syma?t?c cust?m?r s?rvic? ph??? ?umb?r -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 09:45:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 07:45:05 +0000 Subject: [Koha-bugs] [Bug 19097] New: Koha to MARC mappings Part 3 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19097 Bug ID: 19097 Summary: Koha to MARC mappings Part 3 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 09:44:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 07:44:57 +0000 Subject: [Koha-bugs] [Bug 19096] New: Koha to MARC mappings Part 2 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 Bug ID: 19096 Summary: Koha to MARC mappings Part 2 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 09:46:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 07:46:40 +0000 Subject: [Koha-bugs] [Bug 10306] Allow multiple Koha to Marc mappings ( say publication info in MARC21 260 or RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19097 Blocks| |19096 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 [Bug 19096] Koha to MARC mappings Part 2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 09:46:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 07:46:40 +0000 Subject: [Koha-bugs] [Bug 19097] Koha to MARC mappings Part 3 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19097 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=10306 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 09:46:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 07:46:40 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings Part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |10306 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 [Bug 10306] Allow multiple Koha to Marc mappings (say publication info in MARC21 260 or RDA 264) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 10:18:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 08:18:41 +0000 Subject: [Koha-bugs] [Bug 19094] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19094 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Resolution|--- |INVALID Summary|+61-1800-059-007 Avg |SPAM |a?tivirus t?ch supp?rt | |ph??? ?umb?r Avg a?tivirus | |t?ch?ical supp?rt | |?umb?rdfgfdgdf | Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:11:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:11:46 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Allow multiple Koha to Marc |Koha to MARC mappings (Part |mappings (say publication |1): Allow multiple mappings |info in MARC21 260 or RDA |per kohafield (for say |264) |260/RDA 264) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:12:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:12:16 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #28 from Marcel de Rooy --- Created attachment 65948 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65948&action=edit Bug 10306: Core module changes for multiple mappings In order to allow multiple Koha to MARC mappings (for one kohafield), we need to adjust a few key routines in C4/Biblio.pm. This results in a few changes in dependent modules too. Note: Multiple mappings also include 'alternating' mappings. Such as the case of MARC21 260 and 264: only one of both fields will be used. Sub TransformMarcToKoha will handle that just fine; the opposite transformation is harder, since we do no longer know which field was the source. In that case TransformKohaToMarc will fill both fields. We only use that operation in Koha for items (in Acquisition and Cataloging). Sub GetMarcSubfieldStructure This sub used a selectall_hashref, which is fine as long as we have only one mapping for each kohafield. But as DBI states it: If a row has the same key as an earlier row then it replaces the earlier row. In other words, we lose the first mapping if we have two. This patch uses selectall_arrayref with Slice and rearranges the output so that the returned hash returns an arrayref of hashrefs for each kohafield. In order to improve consistency, we add an order clause to the SQL statement used too. Sub GetMarcFromKohaField This sub just returned one tag and subfield, but in case of multiple mappings we should return them all now. Note: Many calls still expect just one result and will work just fine: my ($tag, $sub) = GetMarcFromKohaField(...) A possible second mapping would be silently ignored. Often the sub is called for biblionumber or itemnumber. I would not recommend the use of multiple mappings for such fields btw. In case the sub is called in scalar context, it will return only the first tag (instead of the number of tags and subfields). Sub GetMarcSubfieldStructureFromKohaField This sub previously returned the hash for one kohafield. In scalar context it will behave like before: it returns the first hashref in the arrayref that comes from GetMarcSubfieldStructure. In list context, it returns an array of all hashrefs (incl. multiple mappings). The sub is not used in C4::Ris. Removed the use statement. Sub TransformKohaToMarc This sub got a second parameter: frameworkcode. Historically, Koha more or less assumes kohafields to be defined across all frameworks (see Koha to MARC mappings). Therefore it falls back to Default when it is not passed. When going thru all mappings in building a MARC record, it also supports multiple mappings. Note that Koha uses this routine in Acquisition and in Cataloging for items. Normally the MARC record is leading however and the Koha fields are derivatives for optimization and reporting. The added third parameter allows for passing a new option no_split => 1. We use this option in C4::Items::Item2Marc; if two item fields are mapped to one kohafield but would have different values (which would be very unusual), these values are glued together. When transforming to MARC again, we do not want to duplicate the item subfields, but we keep the glued value in both subfields. This operation only affects items, since we are not doing this reverse operation for biblio and biblioitem fields. Sub _get_inverted_marc_field_map This sub is a helper routine of TransformMarcToKoha, the opposite transformation. When saving a MARC record, all kohafields are extracted including multiple mappings. Suppose that you had both 260c and 264c in your record (which you won't), than both values get saved initially into copyrightdate like A | B. The additional code for copyrightdate will extract the first year from this string. A small fix in TransformMarcToKoha makes that it only saves a value in a kohafield if it is defined and not empty. (Same for concatenation.) Sub TransformMarcToKohaOneField This sub now just calls TransformMarcToKoha and extracts the requested field. Note that since we are caching the structure, this does not result in additional database access and is therefore performance-wise insignificant. We simplify code and maintenance. Instead of modifying the passed hashref, it simply returns a value. A call in C4::Breeding is adjusted accordingly. The routine getKohaField in Koha::MetadataRecord is redirected to TransformMarcToKohaOneField. NOTE: The fourth patch restructures/optimizes TransformMarcToKoha[OneField]. Sub get_koha_field_from_marc This sub can be removed. A call is replaced by TransformMarcToKohaOneField in C4::XISBN. Note: The commented lines for sub ModZebrafiles are removed (directly under TransformMarcToKohaOneField). Test plan: For unit tests and interface tests, please see follow-ups. Run qa tools in order to verify that the modules still compile well. Read the code changes and verify that they make sense. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:12:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:12:22 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65540|0 |1 is obsolete| | --- Comment #29 from Marcel de Rooy --- Created attachment 65949 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65949&action=edit Bug 10306: Allow controlfields in TransformKohaToMarc Since the interface allows you to connect a kohafield to a MARC controlfield, this routine should be able to handle that. Unfortunately it did not. Test plan: Change will be tested in Biblio/TransformKohaToMarc.t in the next patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:12:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:12:32 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65542|0 |1 is obsolete| | --- Comment #31 from Marcel de Rooy --- Created attachment 65951 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65951&action=edit Bug 10306: Restructure TransformMarcToKoha and update some POD lines This patch makes the following changes: [1] Added POD for CountItemsIssued, GetBiblioItemData [2] Moved TransformMarcToKohaOneField closer to TransformMarcToKoha (before sub CountItemsIssued) [3] Restructured TransformMarcToKoha by extracting individual kohafields via TransformMarcToKohaOneField. The latter does no longer call the former. This small optimization avoids traversing the whole MARC record again and again. [4] Moved adjusting copyrightdate/publicationyear to separate helper routine _adjust_pubyear [5] Removed obsolete sub _get_inverted_marc_field_map. Test plan: Run t/db_dependent/Biblio/TransformMarcToKoha.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:12:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:12:37 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65543|0 |1 is obsolete| | --- Comment #32 from Marcel de Rooy --- Created attachment 65952 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65952&action=edit Bug 10306: Support for multiple mappings in koha2marclinks This actually refactors koha2marclinks.pl in order to support multiple mappings per kohafield. Instead of three separate mapping pages for biblio, biblioitems and items, the script now lists them together. This gives a complete overview of all mappings rightaway. Changes are applied immediately across all frameworks. Note: This report handles the Default mappings just like it did before. In this script Koha already considered them as authoritative, although other parts of Koha did not. Follow-up report 19096 makes Default mappings authoritative throughout all Koha. On each line two buttons are provided, Add and Remove, in order to add or remove an individual mapping. We do no longer provide a separate form with the names of MARC tags. Since this form is targeted for administrators, it should be enough to ask for a field tag and subfield code. Note: The mappings for biblionumber, biblioitemnumber and itemnumber are so vital that this form marks them as readonly. It is not recommended to change them. Test plan: [1] Add a mapping. Verify via Frameworks or mysql command line that the kohafield is saved to the other frameworks too. [2] Remove the mapping again. Check Frameworks or mysql cl again. [3] Test adding a second mapping. Map copyrightdate to 260c and 264c. And map biblioitems.place to 260a and 264a. [4] Edit biblio record 1: Put 1980 in 260c. Do not include 264c. Edit biblio record 2: Put 1990 in 264c. Do not include 260c. Edit biblio record 3: Put 2000 in both 260c and 264c. Put CityA in 260a and in 264a. Edit biblio record 4: Put 2010 in 260c, and 2015 in 264c (which you should refuse normally). Put CityA in 260a, and CityB in 264a. [5] Create a report that shows biblioitems.place and biblio.copyrightdate for those biblio records. Record 4 should have 2010 in copyrightdate (since TransformMarcToKoha picks the first year for copyrightdate). Record 3 should have place CityA; record 4 should have CityA | CityB. Note: The CityA | CityB example illustrates that we should add some additional handling in TransformMarcToKoha for multiple 264s. [6] Add these four biblio records to a new list. Sort by Year. With OPACXSLTListsDisplay==default, check if the order = 1,2,3,4. (The order is based on biblio.copyrightdate.) Note that (RDA) record 2 would be on top without this patch set, since copyrightdate would have been null. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:12:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:12:42 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65544|0 |1 is obsolete| | --- Comment #33 from Marcel de Rooy --- Created attachment 65953 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65953&action=edit Bug 10306: Adjusted online help text for koha2marclinks Test plan: Click on Help. Read the text. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:12:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:12:27 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65541|0 |1 is obsolete| | --- Comment #30 from Marcel de Rooy --- Created attachment 65950 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65950&action=edit Bug 10306: Add tests for module changes GetMarcSubfieldStructure: In Biblio.t we are adding a subtest that checks the structure returned by this routine. Is it a hashref pointing to arrayrefs of hashrefs? ;) In Search.t this routine was mocked. The change in the returned structure is now applied to this mock too (moving the marc tag hashes into arrayrefs). GetMarcFromKohaField: In Biblio.t we add a subtest for it. We are checking if it returns multiple mappings (per kohafield) and calling it in scalar context too. GetMarcSubfieldStructureFromKohaField: The existing subtest in Biblio.t is expanded to also test the call in list context. TransformKohaToMarc: This sub has its own test script. We are adding a subtest in TransformKohaToMarc.t for a test with multiple mappings, and for mapping to a control field in another framework. This also tests the additional framework parameter. Additionally, we add a test for the new no_split option used for items. TransformMarcToKoha: This implicitly tests its helper sub _get_inverted. This patch adds a new test script for this routine. TransformMarcToKohaOneField: A few tests are added to the previous new test script. Test plan: [1] Run t/db_dependent/Biblio.t [2] Run t/db_dependent/Biblio/TransformKohaToMarc.t [3] Run t/db_dependent/Biblio/TransformMarcToKoha.t [4] Run t/db_dependent/Search.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:13:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:13:45 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:13:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:13:51 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65539|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:13:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:13:48 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65545|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:20:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:20:40 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #34 from Marcel de Rooy --- Note for testers/QA: This patch set adds the multiple mappings, but does not completely resolve the ambiguity within Koha on which framework should be consulted for these mappings. koha2marclinks reflects another opinion than marc_subfields_structure and C4::Biblio::GetMarcFromKohaField. Note that the latter routine is sometimes called with individual frameworkcode, but also with Default. Although this patch set could go on its own (it just leaves the current inconsistencies), I would rather combine it with the Part 2 patches (Bug 19096). That patch set will make Default the authoritative framework for these mappings. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:33:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:33:47 +0000 Subject: [Koha-bugs] [Bug 19097] Koha to MARC mappings Part 3 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19097 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19096 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 [Bug 19096] Koha to MARC mappings Part 2 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:33:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:33:47 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings Part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19097 Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | --- Comment #1 from Marcel de Rooy --- After community feedback on the dev mailing list (see the thread on "MARC frameworks in Koha" in August 2017), it seems appropriate to propose making the Default framework authoritative for Koha to MARC mappings. This patch set will enforce that, building on top of the multiple mappings per kohafield in bug 10306. In other words: Routines like GetMarcFromKohaField will no longer look at the frameworkcode, but always consult Default. And it will no longer be allowed to change a kohafield via MARC Frameworks (marc_subfields_structure). You need to go through "Koha to MARC mapping" (koha2marclinks). A follow-up report (bug 19097) will do some housekeeping tasks like removing all framework parameters from various calls, etc. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19097 [Bug 19097] Koha to MARC mappings Part 3 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:34:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:34:38 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Koha to MARC mappings Part |Koha to MARC mappings (Part |2 |2): Make Default | |authoritative -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:38:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:38:41 +0000 Subject: [Koha-bugs] [Bug 19097] Koha to MARC mappings (Part 3): Correct remaining GetMarcFromKohaField and TransformMarcToKoha calls In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19097 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Summary|Koha to MARC mappings Part |Koha to MARC mappings (Part |3 |3): Correct remaining | |GetMarcFromKohaField and | |TransformMarcToKoha calls --- Comment #1 from Marcel de Rooy --- After bug 19096, we will need some cleanup. This patch set does only remove obsoleted parameters, so essentially it is a no-op. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:43:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:43:26 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19098 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:43:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:43:09 +0000 Subject: [Koha-bugs] [Bug 19098] New: Additional logic for 260/RDA 264 fields Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19098 Bug ID: 19098 Summary: Additional logic for 260/RDA 264 fields Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl If we have implemented 10306 and 19096, we can add some additional logic for multiple RDA 264 fields. Making e.g. the place and year picked more accurate than just glueing together or picking the first one. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 13:43:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 11:43:26 +0000 Subject: [Koha-bugs] [Bug 19098] Additional logic for 260/RDA 264 fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19098 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=10306 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 14:06:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 12:06:16 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65291|0 |1 is obsolete| | --- Comment #10 from Owen Leonard --- Created attachment 65954 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65954&action=edit [SIGNED-OFF] Bug 13208: [FOLLOW-UP] Creating and implementing new Koha::Acquisition::Basket[s] modules Test plan remains the same. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 14:06:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 12:06:13 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 14:11:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 12:11:07 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #102 from Blou --- plack-error.log? Curious, do you have the issue when not using plack? Must be some kind of permission issue... :( Here it works like a charm. But Philippe will confirm himself. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 14:50:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 12:50:11 +0000 Subject: [Koha-bugs] [Bug 19069] "Doesn't match" option fails in MARC Modification Templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19069 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |14568 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 14:51:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 12:51:22 +0000 Subject: [Koha-bugs] [Bug 18798] Use Koha.Preference in OPAC Reading Record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18798 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 14:51:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 12:51:25 +0000 Subject: [Koha-bugs] [Bug 18798] Use Koha.Preference in OPAC Reading Record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18798 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64273|0 |1 is obsolete| | --- Comment #3 from Owen Leonard --- Created attachment 65955 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65955&action=edit [SIGNED-OFF] Bug 18798: Use Koha.Preference in OPAC Reading Record This patch uses the Koha.Preference plugin method for the following sysprefs: - OPACMySummaryHTML - OPACAmazonCoverImages - SyndeticsEnabled - SyndeticsCoverImages - SyndeticsClientCode - GoogleJackets - BakerTaylorEnabled (Bug 17896) - BakerTaylorBookstoreURL (Bug 17896) To test, apply the patch from Bug 17896 and confirm that enabling and disabling the above sysprefs does not break anything. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard I'm not able to test Syndetics and BakerTaylor, but everything else works correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 15:08:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 13:08:52 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #11 from Jonathan Druart --- (In reply to Owen Leonard from comment #8) > This works well for me, but there is some noise from the QA tool: > > FAIL Koha/Acquisition/Basket.pm > FAIL pod coverage > POD coverage was greater before, try perl > -MPod::Coverage=PackageName -e666 (In reply to Katrin Fischer from comment #9) > Marcel commented on this error from the qa script here: > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049#c11 It was indeed a false positive on bug 19049 (because it was a module in the t directory), but here it's a real failure. There is missing POD for methods in Koha::Acquisition::Basket. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 15:27:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 13:27:36 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #38 from Jonathan Druart --- Created attachment 65956 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65956&action=edit Bug 18331: POST_CHOMP everywhere! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 15:28:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 13:28:08 +0000 Subject: [Koha-bugs] [Bug 19017] Script that checks and transforms SMS alert numbers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19017 --- Comment #4 from Owen Leonard --- This isn't correct is it? ------------ perl check_smsalertnumber.pl -a Fr Number: 0033 6.23.54.54.00 at /home/vagrant/kohaclone/C4/SMSNumber/Fr.pm line 24. Patron n? 58808 has an invalid phone number for area Fr ( 0033 6.23.54.54.00). Can't find a replacement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 15:29:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 13:29:09 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #39 from Jonathan Druart --- Yes, basically the idea is to have PRE and POST CHOMP everywhere in the csv template files, then use the empty_line include file to add it explicitly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 16:24:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 14:24:21 +0000 Subject: [Koha-bugs] [Bug 19084] Spine label with BN_IN UTF8 data rendered incorrectly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19084 --- Comment #1 from Chris Nighswonger --- Quoting from the mailing list: This problem seems to be present for most Indian languages whenever they have conjunct clusters in their call numbers (depicted as grapheme clusters in an unicoded string). To describe the problem simply - the order of chars rendered is incorrect in the output. For example the string - "????" is represented by the following code points - \x{09B6}\x{09C7}\x{0996}\x{09B0}. Now here is the catch: \x{09B6} represents the bengali letter SHA, whereas \x{09C7} represents the bengali vowel sign E; however in the correct linguistic visual presentation, the vowel sign E sits before the SHA, which is not how the codepoints are arranged in the unicode string. I looked around PDF::Reuse, Text::PDF::TTFont etc modules, what seems to me to be the root of this problem is the unpacku() method which is pushing the unicode characters into an array in order to introduce them into the PDF content stream with the correct font information. However, being pushed in in that order, I think may be the cause of this problem, which would make this an upstream issue rather than a Koha bug. cheers indranil -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 16:36:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 14:36:55 +0000 Subject: [Koha-bugs] [Bug 19084] Spine label with BN_IN UTF8 data rendered incorrectly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19084 --- Comment #2 from Chris Nighswonger --- I wonder if this problem also occurs in other abugida writing systems? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 18:01:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 16:01:10 +0000 Subject: [Koha-bugs] [Bug 15239] Add multiple items fail on barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239 --- Comment #7 from Ruben Norori --- This is the final solution, this regular expression extracts only the alphabetical part of the string, and use it in the new item. my $barcodevalue = $oldbarcode; my $exist_itemnumber; my $newv = $barcodevalue; $newv =~ s/[^a-zA-Z,]//g; for (my $i = 0; $i < $number_of_copies;) { # If there is a barcode if ($barcodevalue) { # Getting a new barcode (if it is not the first iteration or the barcode we tried already exists) $barcodevalue = $newv.$barcodeobj->next_value($oldbarcode) if ($i > 0 || $exist_itemnumber); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 18:02:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 16:02:34 +0000 Subject: [Koha-bugs] [Bug 19099] New: a Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19099 Bug ID: 19099 Summary: a Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Websites, Mailing Lists, etc Assignee: wizzyrea at gmail.com Reporter: ryoajikid288 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 65957 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65957&action=edit ajikid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 18:18:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 16:18:44 +0000 Subject: [Koha-bugs] [Bug 19099] a In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19099 --- Comment #1 from rioajikid --- Created attachment 65959 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65959&action=edit ajikid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 18:44:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 16:44:39 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65336|0 |1 is obsolete| | --- Comment #21 from Colin Campbell --- Created attachment 65961 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65961&action=edit Handle data corruption from old issues at SIP checkin -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 18:45:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 16:45:53 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65393|0 |1 is obsolete| | --- Comment #22 from Colin Campbell --- Created attachment 65962 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65962&action=edit Resolve an uninitialized warning from ILS/Item.pm -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 18:47:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 16:47:07 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65394|0 |1 is obsolete| | --- Comment #23 from Colin Campbell --- Created attachment 65963 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65963&action=edit Add checkin subtest in SIP/Message.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 18:48:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 16:48:27 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 --- Comment #24 from Colin Campbell --- Created attachment 65964 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65964&action=edit QA Remove global variables from patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 18:50:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 16:50:54 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #25 from Colin Campbell --- Signed off patches - tested that normal checkins processed ok without side effects and that data corruption was reported as per intention if such errors were encountered -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 19:11:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 17:11:52 +0000 Subject: [Koha-bugs] [Bug 19099] a In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19099 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65957|0 |1 is obsolete| | Attachment #65957|ajikid |spam description| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 19:12:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 17:12:26 +0000 Subject: [Koha-bugs] [Bug 19099] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19099 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65959|0 |1 is obsolete| | Attachment #65959|ajikid |spam description| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 19:12:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 17:12:10 +0000 Subject: [Koha-bugs] [Bug 19099] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19099 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED Summary|a |SPAM -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 19:25:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 17:25:27 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65418|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 19:25:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 17:25:47 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 --- Comment #26 from Marcel de Rooy --- (In reply to Colin Campbell from comment #25) > Signed off patches - tested that normal checkins processed ok without side > effects and that data corruption was reported as per intention if such > errors were encountered Thanks, Colin! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 20:21:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 18:21:58 +0000 Subject: [Koha-bugs] [Bug 19101] New: Zebra rebuild error Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19101 Bug ID: 19101 Summary: Zebra rebuild error Change sponsored?: --- Product: Koha Version: 17.05 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: costalc at gmail.com QA Contact: testopia at bugs.koha-community.org I updated Koha from 16.11.06 to 17.05.02. All run smoothly, as always, but Zebra seems not to work well. New items added are missing in the Intranet search results. Also any change in items (i.e. itemlost, notforloan) is missing too. But they can be loan or viewed in the detail view of each one. OPAC seems OK. Other impact: to change authorities in biblios (i.e. personal name) does not update authority table. I tried to rebuild the catalog: koha-rebuild-zebra -f -v INSTANCENAME but echoed this msg: .error retrieving biblio 1 at /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 683, line 751. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 21:16:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 19:16:48 +0000 Subject: [Koha-bugs] [Bug 17470] overdue_notices.pl produces X emails with the SAME list of ALL overdue items if a patron has overdue items from X branches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17470 Jason Palmer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jpalmer at switchinc.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 21:26:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 19:26:36 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 --- Comment #11 from Jonathan Druart --- Created attachment 65973 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65973&action=edit Bug 18817: Update links with anchor automatically I generate a mapping files (old anchor > new anchor) from the doc files. Here are the links that have been updated automatically -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 21:26:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 19:26:19 +0000 Subject: [Koha-bugs] [Bug 15347] itemcallnumber syspref does not work when adding items through acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15347 Karen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |karen at bywatersolutions.com --- Comment #1 from Karen --- We just discovered that when adding items through the Z39.50 search in the Acquisitions module, the item's call number does not display in the catalog unless you edit the item. Once you edit the item and save it, the call number will display. We tested this on 16.11 and 17.05 and had the same results. The expected behavior is that the call number would automatically display in the catalog without the need to edit the item first. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 21:26:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 19:26:42 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 --- Comment #12 from Jonathan Druart --- Created attachment 65974 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65974&action=edit Bug 18817: Update links manually Without the anchor it is not possible to retrieve the html page, so these occurrences have been updated manually (and yes it was painful) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 21:27:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 19:27:43 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|joy at bywatersolutions.com |jonathan.druart at bugs.koha-c | |ommunity.org Status|Signed Off |ASSIGNED --- Comment #13 from Jonathan Druart --- (In reply to Katrin Fischer from comment #10) > The screenshots/images on manual.koha-community.org have been fixed, so this > is no longer major. > > Maybe we should switch all links on master for the 17.11 release - as it > can't be done automatically (changed headings/achors) and it's a lot of help > files to fix. This here will only link from the start page to the new manual. Manual changes were not imaginable, I script things. I will update the manual first, then come back here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 21:28:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 19:28:45 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 --- Comment #14 from Jonathan Druart --- Automatic replacement has been done with: use Modern::Perl; use File::Slurp; # examplelistemail:18_miscellaneous.html#example-email-from-list my $mappings; for my $line ( split "\n", read_file('mappings.txt') ) { chomp $line; next unless $line; my ( $old_anchor, $link ) = split ':', $line; $mappings->{$old_anchor} = $link; } my @files = `git grep -l manual.koha-community.org`; for my $file ( @files ) { chomp $file; next if $file =~ 'misc/release_notes'; # FIXME What do we do with release notes? say $file; my $content = read_file( $file ); my @content; for my $line ( split "\n", $content ) { chomp $line; # http://manual.koha-community.org/[% helpVersion %]/en/aboutkoha.html if ( $line =~ m|manual.koha-community.org/\[% helpVersion %\]/en/.*\.html#([^"]+)"| ) { my $old_anchor = $1; if ( exists $mappings->{$old_anchor} ) { my $new_anchor = $mappings->{$old_anchor}; $line =~ s|manual.koha-community.org/\[% helpVersion %\]/en/[^"]+"|koha-community.org/manual/[% helpVersion %]/html/$new_anchor"|g; } else { warn "$old_anchor DOES NOT HAVE A MAPPING"; } } push @content, $line; } write_file( $file, join( "\n", @content ) . "\n" ); } Just for the record. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 21:30:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 19:30:35 +0000 Subject: [Koha-bugs] [Bug 19101] Zebra rebuild error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19101 Claudio changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P3 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 14 22:51:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 20:51:24 +0000 Subject: [Koha-bugs] [Bug 19084] Spine label with BN_IN UTF8 data rendered incorrectly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19084 --- Comment #3 from Indranil Das Gupta --- Yes! In fact, I was perhaps hasty in trashing unpacku() method. The root of the trouble is the out_text() method where the the actual glyphs are parsed into the PDF content stream. What is happening here is that the individual codepoints pushed into @clist by unpacku() are being listed out one at a time into the PDF content stream as glyphs, *without* the necessary glyph reordering taking place. So I would expect every single abiguda writing system to be be impacted. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 00:24:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 14 Aug 2017 22:24:09 +0000 Subject: [Koha-bugs] [Bug 18856] Cancel Waiting Hold in OPAC does not give useful message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18856 Barton Chittenden changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barton at bywatersolutions.com --- Comment #1 from Barton Chittenden --- I think that this is an actual bug -- it's confusing to patrons who think that their hold was actually cancelled, and it doesn't give them any indication that they need to talk to the library who would actually have to cancel the hold. --Barton -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 02:33:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 00:33:09 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for ONeclickDigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64099|0 |1 is obsolete| | --- Comment #30 from Srdjan Jankovic --- Created attachment 65988 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65988&action=edit Bug 17602 RecordedBooks Integration to Koha - sysprefs and Koha::ExternalContent::RecordedBooks Koha::ExternalContent::RecordedBooks - a wrapper around WebService::ILS::RecordedBooks::PartnerPatron RecordedBooks* sysprefs Nothing functional to test with this patch yet. But you can run the tests that come with it t/db_dependent/Koha_ExternalContent_RecordedBooks.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 02:34:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 00:34:20 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for ONeclickDigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64100|0 |1 is obsolete| | --- Comment #31 from Srdjan Jankovic --- Created attachment 65989 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65989&action=edit Bug 17602 RecordedBooks integration to Koha - OPAC Add RecordedBooks to the users page in the public interface To Test: 1/ Apply all 3 patches 2/ Set the sysprefs to valid values (you will need a test account with RecordedBooks) 3/ Try a search 4/ Login to the OPAC, try to place a hold, or check an item out 5/ Check the opac-user page, see if your items are showing on the oneclickdigital tab -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 02:34:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 00:34:17 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for ONeclickDigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 05:36:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 03:36:49 +0000 Subject: [Koha-bugs] [Bug 19104] New: a Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19104 Bug ID: 19104 Summary: a Change sponsored?: --- Product: Koha Version: 16.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: ryoajikid288 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 65992 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65992&action=edit aaa -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 06:22:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 04:22:18 +0000 Subject: [Koha-bugs] [Bug 19106] New: Pop up MARC preview window appears when searching in Chrome, cannot be closed Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19106 Bug ID: 19106 Summary: Pop up MARC preview window appears when searching in Chrome, cannot be closed Change sponsored?: --- Product: Koha Version: 17.05 Hardware: PC OS: Windows Status: NEW Severity: normal Priority: P5 - low Component: Browser compatibility Assignee: oleonard at myacpl.org Reporter: librarian at rawenelibrary.org QA Contact: testopia at bugs.koha-community.org In Chrome Version 60.0.3112.101 (64-bit) when going to the Koha admin Web UI > Search the Catalog > Search terms and Enter > Click on a title > a MARC preview pop up window appears and blocks access to the page with an endless loading animation that can't be closed. Some other actions also prompt similar pop up window behaviour. The same task in Edge works fine. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 06:32:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 04:32:22 +0000 Subject: [Koha-bugs] [Bug 19107] New: a Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19107 Bug ID: 19107 Summary: a Change sponsored?: --- Product: Koha Version: 16.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: ryoajikid288 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 65994 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65994&action=edit ajikid -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 08:03:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 06:03:04 +0000 Subject: [Koha-bugs] [Bug 19104] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19104 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID Summary|a |SPAM CC| |mtj at kohaaloha.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 08:03:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 06:03:33 +0000 Subject: [Koha-bugs] [Bug 19107] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19107 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |mtj at kohaaloha.com Summary|a |SPAM Resolution|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 10:51:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 08:51:54 +0000 Subject: [Koha-bugs] [Bug 19109] New: Layout in masthead search breaks when narrowing and then restoring browser window. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19109 Bug ID: 19109 Summary: Layout in masthead search breaks when narrowing and then restoring browser window. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: viktor.sarge at regionhalland.se QA Contact: testopia at bugs.koha-community.org Noticed that when narrowing the browser window enough to trigger the "phone" layout the dropdown starting with "Library catalogue" is moved to after the search field (living with "All libraries"). That layout is fully reasonable on phones, but when restoring to full size (on at least opac-search.pl and opac-detail.pl) the original layout is not restored. The bug appears in Safari and Chrome on OSX. Tried it on some demo installations to see that it's not related to CSS in our specific installation. I've not had the time to research if it's an issue with browser rendering, bootstrap or implementation in Koha. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:16:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:16:09 +0000 Subject: [Koha-bugs] [Bug 18361] Koha::Objects->find should accept composite primary keys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18361 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #32 from Katrin Fischer --- Conflicts with 16.11.x. If you want this to be included, please rebase on 16.11.x. Thx! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:17:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:17:10 +0000 Subject: [Koha-bugs] [Bug 18951] Some t/Biblio tests are database dependent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18951 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #15 from Katrin Fischer --- Blocked by 18361 not applying to 16.11.x. If you want this to be included, please help by rebasing it to the latest 16.11.x. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:31:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:31:24 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65439|0 |1 is obsolete| | --- Comment #6 from Colin Campbell --- Created attachment 66004 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66004&action=edit Correct original patch to test status == complete Fixes error where it was checking completed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:56:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:56:26 +0000 Subject: [Koha-bugs] [Bug 2812] In opac a user can cancel his holding In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2812 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18856 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:56:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:56:26 +0000 Subject: [Koha-bugs] [Bug 18856] Cancel Waiting Hold in OPAC does not give useful message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18856 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=2812 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:58:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:58:58 +0000 Subject: [Koha-bugs] [Bug 12875] OPAC user has fines, but 'items checked out' shows Fines as " No" in opac-user.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12875 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=9493 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:59:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:59:05 +0000 Subject: [Koha-bugs] [Bug 9493] confirmations for user holds in opac are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9493 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community |https://bugs.koha-community |.org/bugzilla3/show_bug.cgi |.org/bugzilla3/show_bug.cgi |?id=12875 |?id=12876 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:59:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:59:05 +0000 Subject: [Koha-bugs] [Bug 12876] Reserve in waiting/transfer status may be cancelled by user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12876 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=9493 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:59:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:59:05 +0000 Subject: [Koha-bugs] [Bug 12875] OPAC user has fines, but 'items checked out' shows Fines as " No" in opac-user.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12875 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=9493 | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:58:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:58:58 +0000 Subject: [Koha-bugs] [Bug 9493] confirmations for user holds in opac are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9493 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=12875 CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:59:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:59:33 +0000 Subject: [Koha-bugs] [Bug 9493] confirmations for user holds in opac are not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9493 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=12876 | --- Comment #7 from Katrin Fischer --- Wrong bug... sorry for changes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:59:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:59:33 +0000 Subject: [Koha-bugs] [Bug 12876] Reserve in waiting/transfer status may be cancelled by user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12876 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=9493 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:59:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:59:44 +0000 Subject: [Koha-bugs] [Bug 18856] Cancel Waiting Hold in OPAC does not give useful message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18856 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=12876 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 12:59:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 10:59:44 +0000 Subject: [Koha-bugs] [Bug 12876] Reserve in waiting/transfer status may be cancelled by user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12876 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18856 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 13:00:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 11:00:27 +0000 Subject: [Koha-bugs] [Bug 18856] Cancel Waiting Hold in OPAC does not give useful message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18856 --- Comment #2 from Katrin Fischer --- I did some digging and it looks like there should be no button when the hold is waiting or in transfer already. (see bug 12876) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 13:01:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 11:01:02 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 --- Comment #7 from Colin Campbell --- (In reply to Katrin Fischer from comment #5) > Ok, thinking more about this, I think this is a failed QA: > > I propose: When a basket is closed, change new to ordered, leave all other > status alone. > > The workflow usually is something like: > > new > ordered > then either: > > complete > or > partial > complete > > Note: The SQL in the patch has a typo and looks for completeD - > reintroducing an already fixed bug by reseting complete to ordered when the > basket is closed. > > > Reasoning: > > New - If the basket is closed, we want to set it to ordered. > > Ordered - If a basket is reopened, we can reset this to new. If the basket > is closed again, those should be set from new to ordered. > > Partial - Partial means a part of the order has already been received. To > keep that information, we should probably leave the status alone and not > change it when the basket is opened/closed. > > Complete - If an item is received already and linked to an invoice, we don't > want to reset it to ordered or new on opening or closing the basket. The > only way to change the status at this point should be to undo the receive Not sure of the reasoning behind partial. When an ordered is part-received it is split into two the received copies go on a new order marked complete the remainder stay on an order marked partial. partial is a special case of ordered, so I think it should probably continue to be treated like ordered (a reason for reopening the basket may well be to cancel the outstanding partial order) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 13:03:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 11:03:29 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 --- Comment #8 from Colin Campbell --- Created attachment 66005 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66005&action=edit Improve phrasing of test messages Changed the awkward phrases of the original tests to be more grammatical -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 13:04:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 11:04:03 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 --- Comment #9 from Katrin Fischer --- (In reply to Colin Campbell from comment #7) > (In reply to Katrin Fischer from comment #5) > > Ok, thinking more about this, I think this is a failed QA: > > > > I propose: When a basket is closed, change new to ordered, leave all other > > status alone. > > > > The workflow usually is something like: > > > > new > ordered > > then either: > > > complete > > or > > partial > complete > > > > Note: The SQL in the patch has a typo and looks for completeD - > > reintroducing an already fixed bug by reseting complete to ordered when the > > basket is closed. > > > > > > Reasoning: > > > > New - If the basket is closed, we want to set it to ordered. > > > > Ordered - If a basket is reopened, we can reset this to new. If the basket > > is closed again, those should be set from new to ordered. > > > > Partial - Partial means a part of the order has already been received. To > > keep that information, we should probably leave the status alone and not > > change it when the basket is opened/closed. > > > > Complete - If an item is received already and linked to an invoice, we don't > > want to reset it to ordered or new on opening or closing the basket. The > > only way to change the status at this point should be to undo the receive > > Not sure of the reasoning behind partial. When an ordered is part-received > it is split into two the received copies go on a new order marked complete > the remainder stay on an order marked partial. partial is a special case of > ordered, so I think it should probably continue to be treated like ordered > (a reason for reopening the basket may well be to cancel the outstanding > partial order) It's difficult, I think partial doesn't quite fit into the process. Maybe there should be: partial-new, partial-ordered, partial-cancelled - or partial should be removed as a status. It's still indicated by the existance of the linked parent order I tihnk? At the moment partial is only a special case of ordered, as you said. I am ok with treating it one way or the other (moving it to new on opening or not). Can we set this back to Needs Signoff? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 13:05:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 11:05:06 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #10 from Colin Campbell --- Fix error in sql of original patch, added patch to enhance the test messages -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:12:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:12:22 +0000 Subject: [Koha-bugs] [Bug 18361] Koha::Objects->find should accept composite primary keys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18361 --- Comment #33 from Marcel de Rooy --- Created attachment 66006 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66006&action=edit Bug 18361: [SQUASHED FOR 16.11] Koha::Objects->find should accept composite primary keys Changes the $id parameter to an array. (IssuingRule has three keys.) The build_object method in TestBuilder.pm has been adjusted to pass multiple primary key values to find. Also adjusted the POD section to show more clearly that we accept the same parameters as DBIx ResultSet does. Test plan: Run t/db_dependent/Koha/Object.t Run t/db_dependent/Koha/Objects.t Run t/db_dependent/TestBuilder.t Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Bug 18361: Additional tests for Koha::Objects->find Adding a subtest find in t/db_dependent/Koha/Objects.t. Test plan: Run t/db_dependent/Koha/Objects.t Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Bug 18361: (QA followup) Add tests for the no params case This patch adds a test for the trivial case in which no param is passed and the ->find method returns undef. For completeness purposes. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart Bug 18361: [QA Follow-up] Resolve warning on undef values supplied The following warning was raised in Letters.t: DBIx::Class::ResultSource::_minimal_valueset_satisfying_constraint(): NULL/undef values supplied for requested unique constraint 'primary' (NULL values in column(s): 'id'). This is almost certainly not what you wanted, though you can set DBIC_NULLABLE_KEY_NOWARN to disable this warning. This warning is triggered by this line in C4/Letters.pm: Koha::SMS::Providers->find( $member->{'sms_provider_id'} ); As you already guessed, the sms_provider_id returns undef. Resolved in sub find by testing if there are parameters and if so, they should not be all undefined. (In most cases there will be only one parameter; but this report is about composite keys.) Added a trivial test case in Objects.t too. Test plan: Run t/db_dependent/Koha/Object.t Run t/db_dependent/Koha/Objects.t Run t/db_dependent/Letters.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:12:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:12:50 +0000 Subject: [Koha-bugs] [Bug 18361] Koha::Objects->find should accept composite primary keys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18361 --- Comment #34 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #32) > Conflicts with 16.11.x. If you want this to be included, please rebase on > 16.11.x. Thx! That you should do it.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:13:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:13:10 +0000 Subject: [Koha-bugs] [Bug 18951] Some t/Biblio tests are database dependent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18951 --- Comment #16 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #15) > Blocked by 18361 not applying to 16.11.x. If you want this to be included, > please help by rebasing it to the latest 16.11.x. Try again :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:17:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:17:49 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 --- Comment #15 from Katrin Fischer --- Created attachment 66007 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66007&action=edit [SIGNED OFF] Bug 18817 Correct Manual URL Corrected the manual url in the help screen for 17.05 onward. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:17:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:17:53 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 --- Comment #16 from Katrin Fischer --- Created attachment 66008 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66008&action=edit [SIGNED OFF] Bug 18817: Update links with anchor automatically I generate a mapping files (old anchor > new anchor) from the doc files. Here are the links that have been updated automatically Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:17:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:17:57 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 --- Comment #17 from Katrin Fischer --- Created attachment 66009 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66009&action=edit [SIGNED OFF] Bug 18817: Update links manually Without the anchor it is not possible to retrieve the html page, so these occurrences have been updated manually (and yes it was painful) Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:19:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:19:24 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:19:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:19:55 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:19:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:19:57 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64731|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:20:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:20:02 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65974|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:20:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:20:00 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65973|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:20:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:20:32 +0000 Subject: [Koha-bugs] [Bug 18817] Screenshots not appearing in the manual linked to the Help tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 --- Comment #18 from Katrin Fischer --- Thx Jonathan, you are a hero! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:33:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:33:39 +0000 Subject: [Koha-bugs] [Bug 15644] City dropdown default selection when modifying a patron matches only on city In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15644 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:33:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:33:28 +0000 Subject: [Koha-bugs] [Bug 15644] City dropdown default selection when modifying a patron matches only on city In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15644 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64111|0 |1 is obsolete| | --- Comment #4 from Amit Gupta --- Created attachment 66010 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66010&action=edit Bug 15644 - City dropdown default selection when modifying a patron matches only on city Works perfectly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:40:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:40:29 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #41 from Marcel de Rooy --- Created attachment 66012 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66012&action=edit Bug 18331: Force tt to insert newline to empty_line.inc See end of comment #4 and IRC: http://irc.koha-community.org/koha/2017-08-03#i_1958062 Signed-off-by: Lee Jamison Signed-off-by: Josef Moravec Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:40:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:40:33 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #42 from Marcel de Rooy --- Created attachment 66013 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66013&action=edit Bug 18331: Followup - Fix CSV export (once and for all!) Follow-up on Comment 21 to correct the empty_line.inc include in basket.tt https://bugs.koha-community.org/show_bug.cgi?id=18331 Signed-off-by: Lee Jamison Signed-off-by: Josef Moravec Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:40:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:40:24 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65815|0 |1 is obsolete| | Attachment #65816|0 |1 is obsolete| | Attachment #65817|0 |1 is obsolete| | Attachment #65818|0 |1 is obsolete| | Attachment #65956|0 |1 is obsolete| | --- Comment #40 from Marcel de Rooy --- Created attachment 66011 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66011&action=edit Bug 18331: Fix CSV export (once and for all!) I am going to try and explain the problem here in order to make it a have-to-read for next changes. There are several things to test when and most of the time we break something when we try to fix something else. You have to test different CSV export, not only one. There are not all processed the same way. For instance acqui/csv/basket.tt does not contain any strings to translate and the translate script will copy the original file as it. But reports/csv/orders_by_budget.tt will not! Indeed it contains "TOTAL" which will be translated. The generated tt file for the translated language will remove all the carriage returns! That's why we cannot rely on TT for newlines (contrary to bug 16914 assumption). There are two possible methods: 1/ Fix the translate script => Hum... nope 2/ Remove all carriage returns and make them explicit by including an file that only contains 1 carriage return This second method is implemented in this patch. How it works: Use the PRE_CHOMP "[%-" and POST_CHOMP "-%]" (http://www.template-toolkit.org/docs/manual/Config.html#section_PRE_CHOMP_POST_CHOMP) to remove all the newlines that could be added by TT in the original (en) files. Then include the new_line.inc to add a new line. That way original and translated files will behave the same way. The BLOCK in the csv_headers avoid to have the newlines added, in any cases. For instance: by default we will have an empty line at the end of the headers, but the translated headers will not have it. Test plan: At least 2 signoffs will be needed, please test carefully! You will need to generate CSV with at least 2 entries! Test with the non-translated interface (en) and with the language you want. To test with a translated language you will *have to*: - cd misc/translator - perl translate update LANG - manually edit the po file, remove the fuzzy tags, correctly translate the string (do not forget the additional %s in the headers) - perl translate install LANG 1/ Export basket and basketgroup as CSV 2/ Export late orders as CSV 3/ Export items (from the item search) as CSV 4/ Export the 2 reports "Orders by fund" and "Cash register" as CSV Signed-off-by: Lee Jamison Signed-off-by: Josef Moravec Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:40:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:40:38 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #43 from Marcel de Rooy --- Created attachment 66014 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66014&action=edit Bug 18331: Followup - fix path to orders_by_budget csv header Signed-off-by: Josef Moravec Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:40:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:40:42 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 --- Comment #44 from Marcel de Rooy --- Created attachment 66015 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66015&action=edit Bug 18331: POST_CHOMP everywhere! Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 14:49:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 12:49:48 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 15:00:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 13:00:08 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |enhancement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 15:06:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 13:06:27 +0000 Subject: [Koha-bugs] [Bug 19101] Zebra rebuild error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19101 Claudio changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Architecture, internals, |Cataloging |and plumbing | CC| |m.de.rooy at rijksmuseum.nl Severity|major |critical -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 15:17:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 13:17:39 +0000 Subject: [Koha-bugs] [Bug 18896] Changes to Patron' s Contact Info Not Logged if Submitted Via OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18896 Sally Healey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 15:48:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 13:48:00 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 --- Comment #11 from Katrin Fischer --- Sorry, but there is still a bug here. If you reopen a basket that already has an order line that is cancelled, it will be reset to new. We can deal with this on a separate bug if you want or can fix both together, as the test plan is really similar. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 15:49:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 13:49:51 +0000 Subject: [Koha-bugs] [Bug 15347] itemcallnumber syspref does not work when adding items through acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15347 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- Karen, are you using AcqCreateItem = on receive? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 15:49:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 13:49:57 +0000 Subject: [Koha-bugs] [Bug 15347] itemcallnumber syspref does not work when adding items through acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15347 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 15:52:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 13:52:43 +0000 Subject: [Koha-bugs] [Bug 19111] New: Do not mess with kohafield in authority_subfield_structure Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19111 Bug ID: 19111 Summary: Do not mess with kohafield in authority_subfield_structure Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org Please see also bug 10306 and dependencies. In Koha we are using kohafield in auth_subfield_structure only for the link between authid and 001, as well as authtypecode and 942a. We do not have any further "kohafield functionality" as on the biblio side for additional fields like title, author, etc. (There is no authority counterpart for transform marc to koha, etc.) Sub GetAuthMARCFromKohaField is only called a few times (once in AuthoritiesMarc.pm and twice in authorities.pl). In e.g. SearchAuthorities, GuessAuthid, AddAuthority, etc. 001 is hardcoded. This actually means that you should really NEVER change the "kohafield" mapping in the Subfield structure of Admin/Authority types for 001 and 942a. I would propose here to disable the kohafield for editing on the subfield structure form (just as on bug 19096), and at least add some comments to GetAuthMARCFromKohaField. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 15:53:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 13:53:01 +0000 Subject: [Koha-bugs] [Bug 19111] Do not mess with kohafield in authority_subfield_structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19111 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 15:53:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 13:53:03 +0000 Subject: [Koha-bugs] [Bug 15239] Add multiple items fail on barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239 --- Comment #8 from Katrin Fischer --- Hi Ruben, thx for working on this, but I think we still need some changes here. I think you need to actually look up the branchcode, so you can cut off the right bit, as branchcodes can contain numbers too. For example, we have a library where the branches are number KAT01-KAT99. In your code, the KAT would be removed, but the number part would remain. Also you might want to take a look at how to submit patches - if you could provide a formatted patch, this would be great: https://wiki.koha-community.org/wiki/Submitting_A_Patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 16:13:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 14:13:08 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #103 from Katrin Fischer --- I have tested with Plack deactivated and it does WORK. Using Plack is strongly recommende/standard setup now, so we really need it to work under Plack too. I am leaving this as Failed QA and hope that the new information will help you to fix it. We are close, please don't give up now. The QA tools have some complaints, maybe it would help to squash at least the patches by the same authors: OK etc/koha-conf.xml OK git manipulation OK xml_valid OK koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc OK forbidden patterns OK git manipulation OK spelling OK tt_valid OK valid_template OK koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc OK forbidden patterns OK git manipulation OK spelling OK tt_valid OK valid_template FAIL koha-tmpl/intranet-tmpl/prog/en/modules/reports/report_files.tt OK forbidden patterns FAIL git manipulation The file has been added and deleted in the same patchset OK spelling OK tt_valid OK valid_template FAIL koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt FAIL forbidden patterns forbidden pattern: tab char (line 55) forbidden pattern: tab char (line 59) forbidden pattern: tab char (line 65) forbidden pattern: tab char (line 63) forbidden pattern: tab char (line 61) forbidden pattern: tab char (line 64) forbidden pattern: tab char (line 57) forbidden pattern: tab char (line 60) forbidden pattern: tab char (line 58) forbidden pattern: tab char (line 68) forbidden pattern: tab char (line 72) OK git manipulation OK spelling OK tt_valid OK valid_template OK koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt OK forbidden patterns OK git manipulation OK spelling OK tt_valid OK valid_template OK koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt OK forbidden patterns OK git manipulation OK spelling OK tt_valid OK valid_template FAIL reports/report_files.pl OK critic OK forbidden patterns FAIL git manipulation The file has been added and deleted in the same patchset OK pod OK spelling OK valid OK tools/access_files.pl OK critic OK forbidden patterns OK git manipulation OK pod OK spelling OK valid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 16:40:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 14:40:59 +0000 Subject: [Koha-bugs] [Bug 19053] Auto renewal flag is not kept if a confirmation is needed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65615|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 16:42:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 14:42:20 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 --- Comment #26 from Jonathan Druart --- So a plan would be to push bug 19028, bug 16759 and this one altogether? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 16:46:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 14:46:34 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #47 from Katrin Fischer --- @Christopher - did you check only check-out and check-in or renewals as well? This bug is about fixing the renewals, checkouts update already. @Srdjan I am sorry, but this just doesn't work well or reliably. I am seeing lots of oddness in testing. 1) Checkouts: With the patch the specified due date (today, 23:59) is set to a date that can't be cleared. Switching back to master and restarting everything + reloading it's ok. It appears to be connected to the patches and is repeatable. Tested in 2 different browsers (Firefox, Chrome) and with different patrons. 2) Renewals: I think it's quite irritating that the items resort immediately after successful renewal with the last items going to the bottom and there is no success message. It really confused me as I was testing with multiple items of the same record. The rental amount display works fine and updates for every renewal. I feel a success message or highlighting the renewed lines in color (like for checkout) could help a lot with this. This kind of behaviour is something that ideally should be tested by a few librarians. 3) Checkins: Works well! Failing for 1) - sorry! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 16:47:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 14:47:22 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 --- Comment #48 from Katrin Fischer --- > I am sorry, but this just doesn't work well or reliably. I am seeing lots of > oddness in testing. Scratch that - I had forgotten to reload properly first. Apart from the 2 noted things it works well and not too much oddness! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 16:59:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 14:59:02 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 16:59:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 14:59:05 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65904|0 |1 is obsolete| | Attachment #65905|0 |1 is obsolete| | --- Comment #19 from Katrin Fischer --- Created attachment 66017 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66017&action=edit [SIGNED OFF] Bug 16976 - Authorities searches with double quotes gives ZOOM error 20003 [Alternate] I dug into this a little bit, it seems the issue is that we were double processing the query because of an extra call to C4::AuthoritiesMarc::SearchAuthorities I think we can simply remove this call To test: 1 - Perform an authority search for a value that returns results 2 - Wrap it in quotes and search 3 - 'Internal server error' 4 - Apply patch 5 - Search with quotes succeeds https://bugs.koha-community.org/show_bug.cgi?id=16796 Signed-off-by: Lee Jamison Signed-off-by: Tomas Cohen Arazi Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:00:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:00:14 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 --- Comment #20 from Katrin Fischer --- Created attachment 66018 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66018&action=edit [SIGNED OFF] Bug 16976 - Unit tests Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:00:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:00:41 +0000 Subject: [Koha-bugs] [Bug 13245] Send Cart via Email corrupts some Unicode characters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13245 --- Comment #18 from Pongtawat --- (In reply to Owen Leonard from comment #6) I just revisit this bug and my original problem was already gone (tested with 16.11). This is probably due to unicode clean up sometimes ago. However, I leave this bug open since Filippos add another problem with send cart here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:03:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:03:14 +0000 Subject: [Koha-bugs] [Bug 19113] New: Barcode value builder not working with numeric branchcode Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19113 Bug ID: 19113 Summary: Barcode value builder not working with numeric branchcode Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: philippe.blouin at inlibro.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl The regexp for the value builder 'hbyymmincr' doesn't allow for numerics in the branchcode, so the nextnum found is always 0 and multiple Add always generate the same barcode. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:10:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:10:02 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:11:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:11:51 +0000 Subject: [Koha-bugs] [Bug 19113] Barcode value builder not working with numeric branchcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19113 --- Comment #1 from Blou --- Created attachment 66019 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66019&action=edit Bug 19113 - Barcode value builder not working with numeric branchcode The regexp for the value builder 'hbyymmincr' doesn't allow for numerics in the branchcode, so the nextnum found is always 0 and multiple Add always generate the same barcode. This simply allow for numerics within the regex. Test - It's a bit complicated. You need - all your branchcodes to be numerics (01,02,71...) - all barcodes to already be a bunch of numbers - Modify the syspref 'autobarcode' to hbyymmincr, the home branch + date one. - Find an item in the pro-search, - New -> New Item - Click on the 'p' to have the value builder create the next barcode. - Without the patch, the query won't have found anything, so it'll suggest xxxxxx0001 - Click Add. It reprensent the form to enter another one. - Click on the 'p' edit box, it'll offer you again xxxxxx0001 With the patch, it'll offer valid ones everytime. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:13:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:13:02 +0000 Subject: [Koha-bugs] [Bug 19113] Barcode value builder not working with numeric branchcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19113 Blou changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |francois.charbonnier at inlibr | |o.com, | |philippe.blouin at inlibro.com Assignee|koha-bugs at lists.koha-commun |philippe.blouin at inlibro.com |ity.org | Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:17:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:17:18 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 --- Comment #15 from Jonathan Druart --- Created attachment 66020 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66020&action=edit Bug 18624: Do not return 1 in tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:21:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:21:17 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #104 from Katrin Fischer --- Global var in the BEGIN block might be the cause. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:25:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:25:53 +0000 Subject: [Koha-bugs] [Bug 12644] Add subtitles to staff client cart In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12644 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #5 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:26:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:26:04 +0000 Subject: [Koha-bugs] [Bug 14533] koha-create --use-db option shouldn't create any db or db user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14533 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #14 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:26:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:26:18 +0000 Subject: [Koha-bugs] [Bug 16401] System preference staffClientBaseURL hardcoded to 'http://' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16401 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Summary|System preference |System preference |staffClientBaseURL |staffClientBaseURL |hardcoded to 'http://' in |hardcoded to 'http://' |svc / import_bib | CC| |josef.moravec at gmail.com Assignee|koha-bugs at lists.koha-commun |josef.moravec at gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:26:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:26:20 +0000 Subject: [Koha-bugs] [Bug 16976] Authorities searches with double quotes gives ZOOM error 20003 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16976 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #21 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:26:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:26:33 +0000 Subject: [Koha-bugs] [Bug 18292] Tests do not need to return 1; In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18292 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #24 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:26:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:26:44 +0000 Subject: [Koha-bugs] [Bug 18331] CSV exports need to be fixed once and for all In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18331 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #45 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:27:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:27:01 +0000 Subject: [Koha-bugs] [Bug 18469] Suspend all holds when specifying a date to resume hold does not keep date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18469 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:27:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:27:16 +0000 Subject: [Koha-bugs] [Bug 18624] Software error when searching authorities in Elasticsearch - incorrect parameter "any" should be "all" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18624 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #16 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:27:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:27:32 +0000 Subject: [Koha-bugs] [Bug 18877] Add documentation on dbhost for koha-create help In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18877 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:27:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:27:48 +0000 Subject: [Koha-bugs] [Bug 18919] "Transaction Branch" select field broken in Cash register statistics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18919 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #6 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:28:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:28:03 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #27 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:28:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:28:19 +0000 Subject: [Koha-bugs] [Bug 19053] Auto renewal flag is not kept if a confirmation is needed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19053 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:28:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:28:38 +0000 Subject: [Koha-bugs] [Bug 9409] koha-create --request-db should be able to accept a dbhost option In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9409 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:29:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:29:31 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #6 from Katrin Fischer --- Should this be 'Needs Sign-off'? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:35:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:35:52 +0000 Subject: [Koha-bugs] [Bug 14533] koha-create --use-db option shouldn't create any db or db user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14533 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #15 from Jonathan Druart --- Congratulation Yarik and thanks for your first patch! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:44:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:44:33 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 --- Comment #7 from Katrin Fischer --- Created attachment 66022 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66022&action=edit [SIGNED OFF] Bug 17355 - Allow deletion of authorised value categories Note that this does not capture all internal fields, and isn't a database solution to the problem of marking internal fields. To test: Add an empty authorised value category, delete it. Make sure it stays deleted. Try to delete an empty system authorised value, like ccode. You should not see the button. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:44:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:44:36 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 --- Comment #8 from Katrin Fischer --- Created attachment 66023 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66023&action=edit [SIGNED OFF] Bug 17355 - fixing typo in success message Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:44:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:44:40 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 --- Comment #9 from Katrin Fischer --- Created attachment 66024 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66024&action=edit Bug 17355 - Follow-up - Fix page structure and alert on delete - Fixes page structure in 2 spots. Without the patch the second problem was manifesting in a display problem with the right side tool navigation. - Adds a specific 'Are you sure you want to...' question instead of reusing the one for authorised values also for categories. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:45:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:45:26 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:45:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:45:30 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65870|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:45:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:45:28 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65869|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:46:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:46:22 +0000 Subject: [Koha-bugs] [Bug 16401] System preference staffClientBaseURL hardcoded to 'http://' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16401 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:46:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:46:25 +0000 Subject: [Koha-bugs] [Bug 16401] System preference staffClientBaseURL hardcoded to 'http://' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16401 --- Comment #1 from Josef Moravec --- Created attachment 66025 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66025&action=edit Bug 16401: System preference staffClientBaseURL hardcoded to 'http://' Test plan: 1) Insert some value to staffBaseURL preference, without starting http:// 2) Apply the patch 3) Update database 4) Go to system preferences adminsitration, find the staffBaseURL preference, the inserted value should be prepended with 'http://' and the comment should be "This should be a complete URL, starting with http:// or https://. Do not include a trailing slash in the URL. (This must be filled in correctly for CAS, svc, and load_testing to work.)" 5) prove t/db_dependent/Auth_with_cas.t 6) prove t/db_dependent/selenium/basic_workflow.t 7) prove t/db_dependent/check_sysprefs.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:47:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:47:28 +0000 Subject: [Koha-bugs] [Bug 17378] Add ability to specify maximum number of items per record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17378 --- Comment #3 from Katrin Fischer --- Hm, as the problem also depends on the record size, maybe we could check this dynamically? Every number of items set to a max seems like mostly guessing/luck. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:50:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:50:08 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 --- Comment #27 from Katrin Fischer --- Thx Colin! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:56:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:56:05 +0000 Subject: [Koha-bugs] [Bug 18775] The "Password Reset" notice should use the patron's homebranch 's email as "from" address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18775 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18988 --- Comment #7 from Katrin Fischer --- Hm, I think we should really use Koha::Email here to have the same logic as other emails. There is another related bug 18988, also commenting there. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 17:56:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 15:56:05 +0000 Subject: [Koha-bugs] [Bug 18988] OPAC password not going by autoemailprimaryaddress preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18988 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18775 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:07:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:07:19 +0000 Subject: [Koha-bugs] [Bug 18775] The "Password Reset" notice should use the patron's homebranch 's email as "from" address In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18775 --- Comment #8 from Katrin Fischer --- (In reply to Katrin Fischer from comment #7) > Hm, I think we should really use Koha::Email here to have the same logic as > other emails. There is another related bug 18988, also commenting there. Sigh - after looking at the code more closely, that is nonsense. The password reset emails are using the message_queue which makes them work just like they should. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:09:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:09:27 +0000 Subject: [Koha-bugs] [Bug 18988] OPAC password not going by autoemailprimaryaddress preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18988 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Hm, I am not sure about this, I think this might need some discussion. If the user has entered an email address while resetting their password, they will expect the e-mail sent to this address and will check this address for the expected email. They might also have forgotten which other emails they have registered with the library. So the current behaviour makes sense to me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:14:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:14:24 +0000 Subject: [Koha-bugs] [Bug 19115] New: Advanced editor - Rancor does not load on https Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19115 Bug ID: 19115 Summary: Advanced editor - Rancor does not load on https Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: josef.moravec at gmail.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl There is mixed content error when you try to use Rancor on https. The editor does not load at all. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:23:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:23:37 +0000 Subject: [Koha-bugs] [Bug 19116] New: Holds not set to waiting when "Confirm" is used Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 Bug ID: 19116 Summary: Holds not set to waiting when "Confirm" is used Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com When a hold with status transfer is checked in, we offer "Confirm" and "Print and confirm", both should set the item to waiting and create a pick-up letter if set up. But only the second option has this effect. To test: - Place holds on 2 items from another branch - Switch to that branch - Check them in at the other branch to set them into transport status (T) - Switch back to your homebranch - Check items in again, use the different confirm buttons and compare - Only "confirm and print" will be set to waiting, "confirm" remains in transport. Might be related to bug 19020. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:23:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:23:50 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19020 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:23:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:23:50 +0000 Subject: [Koha-bugs] [Bug 19020] No "hold available" notification when an item on hold is transferred In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19020 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19116 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:24:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:24:09 +0000 Subject: [Koha-bugs] [Bug 19020] No "hold available" notification when an item on hold is transferred In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19020 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Could this be related to 19116? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:33:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:33:05 +0000 Subject: [Koha-bugs] [Bug 19069] "Doesn't match" option fails in MARC Modification Templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19069 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|14568 | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:36:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:36:31 +0000 Subject: [Koha-bugs] [Bug 15347] itemcallnumber syspref does not work when adding items through acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15347 --- Comment #3 from Karen --- Hi Katrin - I'm using AcqCreateItem = placing an order. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:37:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:37:24 +0000 Subject: [Koha-bugs] [Bug 18988] OPAC password not going by autoemailprimaryaddress preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18988 --- Comment #2 from Suresh Kumar --- Iam able to achieve this by hiding the email using jquery statement in opacuserjs. Now mails are going as per autoemailprimaryaddress preference. Sorry for posting a bug on this. This can be closed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:51:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:51:19 +0000 Subject: [Koha-bugs] [Bug 19118] New: Due to wrong value passed vendor name is not coming in browser title bar Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 Bug ID: 19118 Summary: Due to wrong value passed vendor name is not coming in browser title bar Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: amitddng135 at gmail.com QA Contact: testopia at bugs.koha-community.org Due to wrong value passed vendor name is not coming in browser title bar -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:52:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:52:05 +0000 Subject: [Koha-bugs] [Bug 18988] OPAC password not going by autoemailprimaryaddress preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18988 --- Comment #3 from Suresh Kumar --- But I feel that as all other mails are going by that preference, this also go by that. If the member is not receiving any emails like dues, checkout slips etc... on his regular mail id, then the member will contact the library and ask to update the mail id generally. or can the mail be sent to all the multiple ids entered in the borrower table? Also I noticed that the password recovery mail going to the BCC mail id mentioned in the system administration - Is this correct thing? The BCC id person can also reset the password using that link. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:55:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:55:08 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong value passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 --- Comment #1 from Amit Gupta --- Passed wrong variable [% bookselname %] -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:57:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:57:49 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong value passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amitddng135 at gmail.com --- Comment #2 from Amit Gupta --- Created attachment 66029 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66029&action=edit Bug 19118 - Due to wrong variable name passed vendor name is not coming in browser title bar Test 1. Hit the page /cgi-bin/koha/acqui/supplier.pl?booksellerid=xx xx is a booksellerid 2. Apply the patch and reload the page. 3. You can see vendor name in browser title bar. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:58:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:58:00 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong value passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 18:58:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 16:58:29 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong value passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amit.gupta at informaticsgloba | |l.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 19:05:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 17:05:45 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18731 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18731 [Bug 18731] Orders table slow to load for vendors with many orders -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 19:05:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 17:05:45 +0000 Subject: [Koha-bugs] [Bug 18731] Orders table slow to load for vendors with many orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18731 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18137 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 [Bug 18137] REST API: Migrate from Mojolicious::Plugin::Swagger2 to Mojolicious::Plugin::OpenAPI -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 19:05:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 17:05:55 +0000 Subject: [Koha-bugs] [Bug 18731] Orders table slow to load for vendors with many orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18731 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 19:06:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 17:06:45 +0000 Subject: [Koha-bugs] [Bug 18731] REST api: Add an endpoint for vendor orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18731 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add a REST endpoint for |REST api: Add an endpoint |vendor orders |for vendor orders -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 19:06:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 17:06:32 +0000 Subject: [Koha-bugs] [Bug 18731] Add a REST endpoint for vendor orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18731 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Orders table slow to load |Add a REST endpoint for |for vendors with many |vendor orders |orders | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 19:34:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 17:34:15 +0000 Subject: [Koha-bugs] [Bug 17096] [OMNIBUS] CSRF protections In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17096 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19117 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 19:43:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 17:43:20 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong variable name passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Due to wrong value passed |Due to wrong variable name |vendor name is not coming |passed vendor name is not |in browser title bar |coming in browser title bar -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 19:46:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 17:46:06 +0000 Subject: [Koha-bugs] [Bug 18988] OPAC password not going by autoemailprimaryaddress preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18988 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion --- Comment #4 from Katrin Fischer --- Hi Suresh, don't feel sorry for filing a bug ever :) I think there are arguments for both - using autoemailprimaryaddress or not. If you want, you can try asking on the mailing list to get some more opinions. There is another long standing enh bug, that would enable to send to multiple addresses - bug 12802. The BCC should usually be a staff member account. As staff members can always reset a patron's password, I feel this is not so problematic. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 19:47:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 17:47:52 +0000 Subject: [Koha-bugs] [Bug 15347] itemcallnumber syspref does not work when adding items through acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15347 --- Comment #4 from Katrin Fischer --- Hi Karen, is the itemcallnumber visible when you save the item in acquisitions? It not showing is a sign that it's actually not added to the item. When you open it in cataloguing and it shows up there, I think it's coming from the bibliographic record at that moment, but not saved yet. Does that make sense? It's still a bug of course. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 19:50:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 17:50:53 +0000 Subject: [Koha-bugs] [Bug 14850] Funds from inactive budgets appear in 'Funds' dropdown on acqui/invoice.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14850 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Severity|minor |normal --- Comment #2 from Katrin Fischer --- I agree, a checkbox to show the funds from the inactive budgets would be a good solution here. The list can get quite long for libraries using acquisitions over mulitple years. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 19:55:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 17:55:37 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong variable name passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com --- Comment #3 from M. Tompsett --- This does fix the title bar. Though I was thinking of formatting. Should it be Vendor {name} without any punctuation? Perhaps it should have a colon or something, because Vendor is not part of the name, but the section we're in. Perhaps the › thing like Between Koha and Vendor? I'll sign off as is, and let QA comment further on that. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 19:56:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 17:56:12 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong variable name passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 19:56:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 17:56:15 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong variable name passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66029|0 |1 is obsolete| | --- Comment #4 from M. Tompsett --- Created attachment 66034 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66034&action=edit [SIGNED-OFF] Bug 19118 - Due to wrong variable name passed vendor name is not coming in browser title bar Test 1. Hit the page /cgi-bin/koha/acqui/supplier.pl?booksellerid=xx xx is a booksellerid 2. Apply the patch and reload the page. 3. You can see vendor name in browser title bar. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:00:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:00:35 +0000 Subject: [Koha-bugs] [Bug 19119] New: Remove t/db_dependent/api/v1/swagger/definitions.t Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19119 Bug ID: 19119 Summary: Remove t/db_dependent/api/v1/swagger/definitions.t Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org While it might have seemed a good idea to have such a test, I find it useless as-is, because there's no obvious reason why we would expose our model on the API spec while it is just user-facing and not a technical explanation on how we do things inside our codebase. A good example of this could be bug 18120, in which it is obvious that some attribute names are misleading or the attributes themselves need to be stripped out of the object for exposing on the API. There can be ways of doing this two operations (i.e. removing/adding attributes, and renaming) without handling it on the controller as those patches do. But in any case, there's no need for definitions.t. We could have a gentle 'warning' in the QA tools in case of a column being added to the DB structure and not to the corresponding endpoint, but it has to be a soft requirement IMO. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:09:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:09:26 +0000 Subject: [Koha-bugs] [Bug 13775] software error when choosing authority via plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13775 --- Comment #8 from Katrin Fischer --- Hi Jonathan, those are the ones for MARC21: SELECT authtypecode, auth_tag_to_report FROM koha_kohadev.auth_types where authtypecode != "" 'CHRON_TERM', '148' 'CORPO_NAME', '110' 'GENRE/FORM', '155' 'GEOGR_NAME', '151' 'MEETI_NAME', '111' 'PERSO_NAME', '100' 'TOPIC_TERM', '150' 'UNIF_TITLE', '130' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:09:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:09:36 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:09:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:09:39 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 --- Comment #4 from Jonathan Druart --- Created attachment 66036 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66036&action=edit Bug 19080: Fix member vs borrowernumber in delmember -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:11:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:11:29 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 --- Comment #5 from Jonathan Druart --- (In reply to Owen Leonard from comment #3) > I had problems with several of the modified scripts: > > members/deletemem.pl - Loads the logged-in patron's account into circulation > instead of showing the message. Indeed, wrong variable. Fixed! > members/member-flags.pl & members/member-password.pl - Load circ with empty > borrowernumber parameter and no message > > members/memberentry.pl - Loads "modify patron" form with no data. No > redirect. > > members/update-child.pl - "An Error Occurred" 500 Internal Server Error I think you got that because called these scripts only with the borrowernumber parameter. Most of them need a "op" variable to behave correctly. I guess you get the same behaviour with an existing borrowernumber. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:13:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:13:29 +0000 Subject: [Koha-bugs] [Bug 14039] Add patron title to checkout screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14039 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65496|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:20:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:20:20 +0000 Subject: [Koha-bugs] [Bug 18770] No update between canceled orders and suggestions status create confusion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18770 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- What would you suggest? Should it go back to PENDING or ACCEPTED? Or should we introduce a new status? ORDER_CANCELLED? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:31:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:31:18 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com --- Comment #4 from M. Tompsett --- vagrant at kohadevbox:kohaclone(bug_19004)$ sudo koha-shell -c bash kohadev kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ prove `grep AddReturn \`find . -type f -name "*.t"\` | cut -f1 -d: | sort -u` -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:38:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:38:43 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65789|0 |1 is obsolete| | --- Comment #5 from M. Tompsett --- Created attachment 66037 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66037&action=edit [SIGNED-OFF] Bug 19004: Patrons.t should create its own data for enrollment fees. If the patron categories J, K, YA would not exist, Patrons.t would fail. Test plan: [1] Remove one of these patron categories. [2] Run t/db_dependent/Koha/Patrons.t Signed-off-by: Marcel de Rooy Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:38:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:38:46 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 --- Comment #6 from M. Tompsett --- Created attachment 66038 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66038&action=edit [SIGNED-OFF] [SIGNED-OFF] Bug 19004: Adjust AddReturn for retrieving item type In the regular situation, you can get itemtype via biblio and then biblioitem as well as via biblioitem (at least when item-level_itypes is set to biblio). But since Koha unfortunately defined two relations in item, one for biblioitemnumber (the good one) and one for biblionumber (redundant), TestBuilder (correctly) builds one biblioitem and two biblios. If you item-level_itypes to biblio record, this will result in failing tests when calling AddReturn (in this case Koha/Patrons.t). It will crash on: Can't call method "itemtype" on an undefined value at C4/Circulation.pm line 1826. Cause: AddReturn goes via the biblionumber to biblio and than to biblioitems, and it does not find a biblioitem. (Not a fault from TestBuilder but a database design problem.) This patch makes a small change in AddReturn to retrieve the itemtype via biblioitem. It actually is a shorter road than items->biblio->biblioitems. Note: I do not test the Biblioitems->find call, since we already checked the GetItem call before and we have a foreign key constraint. I did not call $item->effective_itemtype since we still use GetItem; this could be done later. Adjusted Circulation/Returns.t too: If we add an item with TestBuilder and we called AddBiblio before, we should link biblioitemnumber as well. Test plan: [1] Do not apply this patch yet. [2] Set item-level_itypes to biblio record. [3] Run t/db_dependent/Koha/Patrons.t. (It should fail.) [4] Apply this patch. [5] Run t/db_dependent/Koha/Patrons.t again. [6] Run t/db_dependent/Circulation/Returns.t [7] Git grep on AddReturn and run a few other tests calling it. Note: Bugs 19070/19071 address three tests that call AddReturn too. [8] In the interface, check in a book. Signed-off-by: Marcel de Rooy Note: Bugs 19070 and 19071 are already pushed. The command in comment #4 has all the tests successful. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:39:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:39:07 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65790|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:40:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:40:06 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:45:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:45:11 +0000 Subject: [Koha-bugs] [Bug 15347] itemcallnumber syspref does not work when adding items through acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15347 --- Comment #5 from Karen --- Hi Katrin - I understand what you're saying. Yes, the itemcallnumber is visible in the item record when I save the item in acquisitions, but it will only appear in the catalog after I edit the item record and save it. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:47:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:47:09 +0000 Subject: [Koha-bugs] [Bug 15347] itemcallnumber syspref does not work when adding items through acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15347 --- Comment #6 from Katrin Fischer --- Hm, that's interesting, I will try to test! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:56:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:56:41 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com --- Comment #12 from M. Tompsett --- (In reply to Katrin Fischer from comment #11) > Sorry, but there is still a bug here. If you reopen a basket that already > has an order line that is cancelled, it will be reset to new. We can deal > with this on a separate bug if you want or can fix both together, as the > test plan is really similar. I suspect where the fix is done is slightly different, let's move forward on what is currently working here. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:58:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:58:22 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65776|0 |1 is obsolete| | Attachment #66004|0 |1 is obsolete| | Attachment #66005|0 |1 is obsolete| | --- Comment #13 from M. Tompsett --- Created attachment 66039 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66039&action=edit [SIGNED-OFF] Bug 19024: Add tests Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:58:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:58:25 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 --- Comment #14 from M. Tompsett --- Created attachment 66040 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66040&action=edit [SIGNED-OFF] Bug 19024 Fix some infelicities of phrasing in test messages The test messages were awkwardly phrased, re phrase them to sound more natuaral. Patch is cosmetic (grammar) only Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:58:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:58:28 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 --- Comment #15 from M. Tompsett --- Created attachment 66041 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66041&action=edit [SIGNED-OFF] Bug 19024 Do not unset order cancelled status on basket close On closing a basket, status is updated to ordered for orders not completed. However the operation was resetting the status for cancelled as well as new orders. While display is correct from the basket view (it checks the cancellation date). The status in the acquisitions tab from the catalogue view reverts erroneously to ordered. This patch adds cancelled to the statuses not updated on basket close. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 20:58:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 18:58:44 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:00:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:00:33 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 --- Comment #16 from Katrin Fischer --- Created attachment 66042 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66042&action=edit [SIGNED OFF] Bug 19024: Add tests Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:00:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:00:37 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 --- Comment #17 from Katrin Fischer --- Created attachment 66043 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66043&action=edit [SIGNED OFF] Bug 19024 Fix some infelicities of phrasing in test messages The test messages were awkwardly phrased, re phrase them to sound more natuaral. Patch is cosmetic (grammar) only Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:00:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:00:40 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 --- Comment #18 from Katrin Fischer --- Created attachment 66044 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66044&action=edit [SIGNED OFF] Bug 19024 Do not unset order cancelled status on basket close On closing a basket, status is updated to ordered for orders not completed. However the operation was resetting the status for cancelled as well as new orders. While display is correct from the basket view (it checks the cancellation date). The status in the acquisitions tab from the catalogue view reverts erroneously to ordered. This patch adds cancelled to the statuses not updated on basket close. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:01:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:01:31 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66040|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:01:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:01:33 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66041|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:01:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:01:35 +0000 Subject: [Koha-bugs] [Bug 19024] order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66039|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:03:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:03:22 +0000 Subject: [Koha-bugs] [Bug 19024] Order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|order cancelled status is |Order cancelled status is |reset on basket close |reset on basket close -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:07:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:07:23 +0000 Subject: [Koha-bugs] [Bug 19120] New: Order cancelled status is reset on basket open Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19120 Bug ID: 19120 Summary: Order cancelled status is reset on basket open Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org When a basket with a canceled order is opened again, the order status is changed to 'new'. See also bug 19024. To test: - Create a basket - Add orders to it - Cancel one of the orders - Close the basket - Check the status of your orders using the acquisition search, they should be ordered with the exception one being canceled - Open the basket again - Verify the order still shows as canceled - Leave the basket open and verify using the acquisition search, that the status of the canceled order is now 'new'. A canceled order status should always remain as canceled until we introduce an actual feature to reactivate canceled orders. Closing and reopening the basket should have no effect on the status of canceled orders. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:07:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:07:49 +0000 Subject: [Koha-bugs] [Bug 19120] Order cancelled status is reset on basket open In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19120 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19024 CC| |colin.campbell at ptfs-europe. | |com, | |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:07:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:07:49 +0000 Subject: [Koha-bugs] [Bug 19024] Order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19120 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:08:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:08:23 +0000 Subject: [Koha-bugs] [Bug 19024] Order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 --- Comment #19 from Katrin Fischer --- I have filed bug 19120 for the issue of resetting the canceled status on opening a basket. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:13:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:13:47 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:20:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:20:35 +0000 Subject: [Koha-bugs] [Bug 19121] New: Prevent XSS in the Staff Client and the OPAC - bis Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 Bug ID: 19121 Summary: Prevent XSS in the Staff Client and the OPAC - bis Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org On bug 13618 we tried to escape variables at template level: all variables were escaped using Template::Stash::AutoEscaping::Escaped::HTML::escape It works well, but unfortunately it leads to performance issues (see bug 15715). Indeed in some scripts, 70k variables are displayed Another approach would be to escape variables when they are sent to the scripts. We will get only 1 call per variable passed to the script and we will not escape unnecessarily variables several times, or variables coming from the DB (maybe we will need a script to clean the data?) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:20:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:20:35 +0000 Subject: [Koha-bugs] [Bug 13618] Prevent XSS in the Staff Client and the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13618 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19121 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:24:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:24:31 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 --- Comment #1 from Jonathan Druart --- Created attachment 66045 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66045&action=edit Bug 19121: [PoC] Prevent XSS - Escape variables when sent to scripts We will need to adapt Koha::CGI->param to work in list context (even if it is considered bad), and explicitely call ->param_raw when we do not want the escape to be done. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:25:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:25:37 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |In Discussion CC| |julian.maurice at biblibre.com | |, m.de.rooy at rijksmuseum.nl, | |martin.renvoize at ptfs-europe | |.com, tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:37:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:37:06 +0000 Subject: [Koha-bugs] [Bug 19084] Spine label with BN_IN UTF8 data rendered incorrectly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19084 --- Comment #4 from Chris Nighswonger --- (In reply to Indranil Das Gupta from comment #3) > What is happening here is that the individual > codepoints pushed into @clist by unpacku() are being listed out one at a > time into the PDF content stream as glyphs, *without* the necessary glyph > reordering taking place. It would seem that the glyph order should never be "changed" in the first place. ie. the order they are supplied should be preserved throughout the entire process of PDF generation. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:44:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:44:30 +0000 Subject: [Koha-bugs] [Bug 19084] Spine label with BN_IN UTF8 data rendered incorrectly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19084 --- Comment #5 from Indranil Das Gupta --- Hi Chris, The example I referred to on the m/l has the following codepoint order \x{09B6}\x{09C7}\x{0996}\x{09B0} and that's exactly how PDF::Reuse and PDI::API2 is pushing it out. However as per rules of glyph reordered necessity by Bengali, the actual ordering of glyphs (as opposed to the codepoint order) should be \x{09C7}\x{09B6}\x{0996}\x{09B0}. LibreOffice which uses the ICU rules, handles this perfectly within ODF as well as during the PDF export, as does any software that uses Pango as the rendering backend. basically calls need to be made to pick up the correct information from the GSUB and GPOS tables of the font being embedded, which this two perl libs apparently (from my limited reading so far) do not do. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:46:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:46:44 +0000 Subject: [Koha-bugs] [Bug 12555] The DelItem subroutine should be called on canceling a receipt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12555 --- Comment #21 from Katrin Fischer --- I think this is one of the places, where our split tables create problems again as there is no clean way of doing what I think would be right with FKs. Scenario: Items are created on order. Order is created with items, order is cancelled. The items are deleted. But what is next? 1) Items are moved to deleteditems Pro: - More information is kept. - Usual way of doing things in Koha. Contra: - If the aqorders_items link is removed, you won't be able to exclude these items from statistics effectively (no way to tell they never were in the library. This especially creates a problem for German libraries that have to keep an 'inventory book' - being able to tell when which item was bought and when it was removed from the library etc. 2) Items are really deleted Pro: - Items never really existed, deleting them makes sense. - They won't get counted for statistics. Contra: - Unusual as Koha usually moves to deleteditems. At the moment I think I'd prefer 2 as the ideal solution 1) with keeping the link seems not easily/cleanly achievable without merging our items tables. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:46:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:46:58 +0000 Subject: [Koha-bugs] [Bug 19084] Spine label with BN_IN UTF8 data rendered incorrectly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19084 --- Comment #6 from Chris Nighswonger --- This Koha bug depends on this CPAN bug: https://rt.cpan.org/Ticket/Display.html?id=122778 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 21:59:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 19:59:21 +0000 Subject: [Koha-bugs] [Bug 14549] Hold not removed when item is checked out to patron who is not next in priority list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14549 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #5 from Katrin Fischer --- Hi Owen, I just checked this on master and can't replicate: 1) Find record 2) place holds for 2 different patrons (record level) 3) check out any item to the person last in the holds queue 4) Hold has been removed from the list / has been filled Does the problem still appear for you? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 22:03:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 20:03:22 +0000 Subject: [Koha-bugs] [Bug 19111] Do not mess with kohafield in authority_subfield_structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19111 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 22:03:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 20:03:36 +0000 Subject: [Koha-bugs] [Bug 19115] Advanced editor - Rancor does not load on https In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19115 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- In 16.11.10 the advance cataloguing editor loads fine. Could it be some change made since? Is there an error visible in the developer tools client-side? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 22:19:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 20:19:37 +0000 Subject: [Koha-bugs] [Bug 16808] Serial claims: claiming via CSV export doesn't reload the page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16808 --- Comment #6 from Katrin Fischer --- I've tested by changing to GET and the error message in Firefox remains. Could we trigger relaod of the page server side? Use Ajax? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 22:24:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 20:24:33 +0000 Subject: [Koha-bugs] [Bug 17842] Broken diacritics on records exported as MARC from cart on reimport In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17842 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #8 from Katrin Fischer --- I can no longer reproduce this issue on master (tested in kohadevbox). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 22:48:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 20:48:32 +0000 Subject: [Koha-bugs] [Bug 19014] Patrons should not get a on_reserve notification if the checkout is due in the future In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #4 from Katrin Fischer --- It seems a bit harsh to send the notice the day the item is due, as this means the patron will only have 'that day' to return the book safely. But as the automatic renewal will be tried daily depending on 'No renewal before' and (I tihnk) 'No automatic renewal after' I am not sure how to avoid spamming the patrons with lots of emails. I guess ideally one email would be sent the first time the renewal fails? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 22:51:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 20:51:03 +0000 Subject: [Koha-bugs] [Bug 18855] Fines cronjob can cause duplicate fines if run during active circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18855 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Hi Nick, makes sense to me, not sure how that would impact performance. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 22:52:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 20:52:36 +0000 Subject: [Koha-bugs] [Bug 18853] Module wise email alerts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18853 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Hi Vinod, do you mean that the 'from' address for the notifications should be configurable? For example send serial claims and acq claims from different addresses? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 23:03:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 21:03:55 +0000 Subject: [Koha-bugs] [Bug 18731] REST api: Add an endpoint for acquisition orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18731 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|REST api: Add an endpoint |REST api: Add an endpoint |for vendor orders |for acquisition orders -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 23:04:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 21:04:11 +0000 Subject: [Koha-bugs] [Bug 18731] REST api: Add an endpoint for acquisition orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18731 --- Comment #1 from Katrin Fischer --- Was a bit confused by the bug title - hope I made it a bit more clear. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 23:11:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 21:11:09 +0000 Subject: [Koha-bugs] [Bug 15239] Add multiple items fail on barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19113 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 23:11:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 21:11:09 +0000 Subject: [Koha-bugs] [Bug 19113] Barcode value builder not working with numeric branchcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19113 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=15239 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 23:24:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 21:24:07 +0000 Subject: [Koha-bugs] [Bug 19077] When loading patrons matching on userid updates to matched patrons are rejected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19077 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- Hi Colin, with and without the patch I receive an internal server error when I try to match on username/uderid: Use of uninitialized value $uploadborrowers in concatenation (.) or string at /home/vagrant/kohaclone/tools/import_borrowers.pl line 113. Use of uninitialized value $uploadborrowers in concatenation (.) or string at /home/vagrant/kohaclone/tools/import_borrowers.pl line 113. Can't call method "unblessed" on unblessed reference at /home/vagrant/kohaclone/tools/import_borrowers.pl line 255, <$fh> line 2. Can you help? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 15 23:59:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 21:59:49 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 --- Comment #11 from Katrin Fischer --- Created attachment 66046 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66046&action=edit Bug 18120 - Changes to some field descriptions Trying to clarify some of the descriptions. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 00:02:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 22:02:46 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #12 from Katrin Fischer --- I have added a patch with some suggestions for rephrasing/changing the descriptions a bit. Currently this endpoint seems to check for full acquisitions permission: + "permissions": { + "acquisition": "1" + } + } I think we could make this less strict, as we have a separate permission for dealing with vendors: vendors_manage - Manage vendors This would also make it easier if you need the vendors for serials, but don't want to give more access than necessary: -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 00:16:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 22:16:07 +0000 Subject: [Koha-bugs] [Bug 17277] Current Location column in Holdings table showing empty under OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17277 --- Comment #27 from Liz Rea --- Comment on attachment 57410 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57410 Koha current location I think that's alright, yes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 00:40:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 22:40:50 +0000 Subject: [Koha-bugs] [Bug 19122] New: IncludeSeeFromInSearches is broken Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19122 Bug ID: 19122 Summary: IncludeSeeFromInSearches is broken Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org The IncludeSeeFromInSearches system preference is designed so that 'See from' headings from the authorities are included when you search in the catalog. That means that you could find an author not only by the name printed on the book, but for example also by their pseudonym or a different spelling of their name. This functionality appears to be broken on master and possibly stable versions as well. It was added by bug 7417. To test: - Activate IncludeSeeFromInSearches - Catalog an authority for a person - main heading in 100 - see from headings in 400 - Catalog a bibliographic record and link it to the authority - Make sure the record is indexed - Verify that the record can be found searching for the main heading, but not for the see from headings in the catalog -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 00:40:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 22:40:59 +0000 Subject: [Koha-bugs] [Bug 19122] IncludeSeeFromInSearches is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19122 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |major -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 00:41:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 22:41:31 +0000 Subject: [Koha-bugs] [Bug 19122] IncludeSeeFromInSearches is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19122 --- Comment #1 from Katrin Fischer --- This feature is important as it makes authorities so much more useful. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 01:00:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 23:00:28 +0000 Subject: [Koha-bugs] [Bug 19123] New: Remove/fix reference to latest release Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19123 Bug ID: 19123 Summary: Remove/fix reference to latest release Change sponsored?: --- Product: Project Infrastructure Version: unspecified Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Release tools Assignee: jonathan.druart at bugs.koha-community.org Reporter: katrin.fischer at bsz-bw.de The current template of the release notes includes: http://git.koha-community.org/gitweb/?p=release-tools.git;a=blob;f=templates/release_notes_tmpl.tt;h=1483e521487de2b7f6027fbed0c157a180e04c62;hb=1a8328abed93df17b26a16780ae74344bae59071#l202 The last Koha release was [% lastrelease %], which was released on [% lastreleasedate %]. [% END %] This has never appeared to work correctly for me, but maybe I am not understanding how this should work. I think maybe it should show: - the last release of the branch the release notes are for - the last release of latest release (to maybe show the user that he is running an old version?) But it appears to do neither. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 01:05:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 15 Aug 2017 23:05:20 +0000 Subject: [Koha-bugs] [Bug 18876] Broken links in Koha documentation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18876 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Manual --- Comment #2 from Katrin Fischer --- Hi Pablo, Jonathan has provided a big fix to the broken links in the manual, there remain some that we have to fix manually, but most should now work ok: https://gitlab.com/koha-community-devs-users/kohadocs/commit/635fe37d0c5c6bbae62dde6e26f2002b11be755b We are now looking for patches to the problems pointed out here: https://gitlab.com/koha-community-devs-users/kohadocs/blob/20bcd806f7df908b19126eea9fb12359154c0312/en/OUTPUT -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 02:09:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 00:09:17 +0000 Subject: [Koha-bugs] [Bug 15774] Additional fields for baskets In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15774 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #11 from Katrin Fischer --- Can this be rescued? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 02:10:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 00:10:55 +0000 Subject: [Koha-bugs] [Bug 18224] Cleanup after Bug 14778 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18224 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Cleanup after Buug 14778 |Cleanup after Bug 14778 CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 05:32:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 03:32:53 +0000 Subject: [Koha-bugs] [Bug 6758] Capture membership renewal date for reporting purposes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6758 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amitddng135 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 05:39:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 03:39:29 +0000 Subject: [Koha-bugs] [Bug 18496] Membership renewal fee In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18496 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amit.gupta at informaticsgloba | |l.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 05:40:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 03:40:33 +0000 Subject: [Koha-bugs] [Bug 18496] Membership renewal fee In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18496 --- Comment #4 from Amit Gupta --- Hi Katrin, Seems design is OK can i start work on patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 05:44:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 03:44:57 +0000 Subject: [Koha-bugs] [Bug 18874] Add unique constraint to repeatable_holidays and special_holidays In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18874 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com --- Comment #6 from M. Tompsett --- Also, this fails to add the constraint for a fresh install. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 07:21:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 05:21:27 +0000 Subject: [Koha-bugs] [Bug 19115] Advanced editor - Rancor does not load on https In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19115 --- Comment #2 from Josef Moravec --- (In reply to Katrin Fischer from comment #1) > In 16.11.10 the advance cataloguing editor loads fine. Could it be some > change made since? Is there an error visible in the developer tools > client-side? I have tried in 16.11.08 and 17.05.02 and problem is the same, chrome says this in the console: Mixed Content: The page at 'https://koha-devel-test.knihovna-uo.cz/cgi-bin/koha/cataloguing/editor.pl' was loaded over HTTPS, but requested an insecure script 'http://koha-devel-test.knihovna-uo.cz/cgi-bin/koha/svc/cataloguing/framework?callback=define'. This request has been blocked; the content must be served over HTTPS. Uncaught Error: Script error for: /cgi-bin/koha/svc/cataloguing/framework?frameworkcode=&callback=define http://requirejs.org/docs/errors.html#scripterror at A (require.js:8) at HTMLScriptElement.onScriptError (require.js:29) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 08:48:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 06:48:34 +0000 Subject: [Koha-bugs] [Bug 19122] IncludeSeeFromInSearches is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19122 Michael Kuhn changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mik at adminkuhn.ch --- Comment #2 from Michael Kuhn --- This functionality was definitively working in Koha 3.20.4. It is for sure broken in Koha 16.11.4 (this was a new installation, upgraded from 16.11.0) and Koha 17.05.1 (after the upgrade from Koha 3.20.4). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 10:20:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 08:20:56 +0000 Subject: [Koha-bugs] [Bug 19115] Advanced editor - Rancor does not load on https In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19115 --- Comment #3 from Katrin Fischer --- Hi Josef, I have tried again in Chrome, but can't see the error, everything seems to work ok here. Are your baseUrls set to https://? We have sometimes seen weird behaviour when that was not the case. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 10:29:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 08:29:39 +0000 Subject: [Koha-bugs] [Bug 18496] Membership renewal fee In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18496 --- Comment #5 from Katrin Fischer --- Thx for explaining! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 10:32:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 08:32:14 +0000 Subject: [Koha-bugs] [Bug 19115] Advanced editor - Rancor does not load on https In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19115 --- Comment #4 from Josef Moravec --- I checked all url-related sysprefs, (note the issue with staffClientBaseURL, see bug 16401) but still has no luck... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 10:55:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 08:55:04 +0000 Subject: [Koha-bugs] [Bug 19115] Advanced editor - Rancor does not load on https In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19115 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #5 from Josef Moravec --- Is my configuration issues, sorry and thank Katrin and Robin (on IRC) for attention and advice. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 11:55:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 09:55:59 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 --- Comment #7 from Marcel de Rooy --- (In reply to M. Tompsett from comment #6) > Signed-off-by: Mark Tompsett Thanks -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 13:11:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 11:11:43 +0000 Subject: [Koha-bugs] [Bug 19126] Fix Members.t with IndependentBranches set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19126 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|chris at bigballofwax.co.nz |m.de.rooy at rijksmuseum.nl Patch complexity|--- |Trivial patch Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 13:11:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 11:11:26 +0000 Subject: [Koha-bugs] [Bug 19126] New: Fix Members.t with IndependentBranches set Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19126 Bug ID: 19126 Summary: Fix Members.t with IndependentBranches set Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org The results of GetBorrowersToExpunge depend on the state of pref IndependentBranches. Members.t does not respect that. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 13:23:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 11:23:11 +0000 Subject: [Koha-bugs] [Bug 19126] Fix Members.t with IndependentBranches set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19126 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 13:23:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 11:23:13 +0000 Subject: [Koha-bugs] [Bug 19126] Fix Members.t with IndependentBranches set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19126 --- Comment #1 from Marcel de Rooy --- Created attachment 66064 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66064&action=edit Bug 19126: Fix Members.t with IndependentBranches set If you enabled that pref, Members.t fails with: t/db_dependent/Members.t .. 63/63 # Looks like you failed 15 tests of 63. The first one is: t/db_dependent/Members.t .. 32/63 Failed test 'Staff patron not deleted from list' at t/db_dependent/Members.t line 304. Bottle neck is GetBorrowersToExpunge. The results of that sub depend on the state of this preference. Trivially fixing it here by disabling the pref before the first call. Test plan: [1] Do not apply this patch yet. Enable IndependentBranches. [2] Run Members.t and observe that it fails. [3] Apply this patch. And run Members.t again. It should pass now. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 14:38:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 12:38:37 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de, | |robin at kallisti.net.nz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 15:02:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 13:02:05 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 --- Comment #2 from Katrin Fischer --- Ok, not totally sure if I understand this approach right, but I talked some to Robin this morning while I was working on the XSS patches and from what I understand changing the data on the way is probably not the answer. We might want to use the data in different contexts where different encoding might be needed. Data needs to be encoded differently for use in HTML, attributes, JavaScript or in an URL. I am also thinking of our HTML preferences, CSV and file output, MARC data etc. Robin suggested HTML::Escape as a fast module for escaping. If we wrap that into a plugin/make our own filter, we could maybe solve the performance issues: http://search.cpan.org/~tokuhirom/HTML-Escape-1.09/lib/HTML/Escape.pm -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 15:25:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 13:25:18 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 --- Comment #3 from Marcel de Rooy --- Or only pragmatically remove constructions from parameters now with Koha::CGI? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 15:31:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 13:31:29 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 --- Comment #4 from Jonathan Druart --- (In reply to Katrin Fischer from comment #2) > Ok, not totally sure if I understand this approach right, but I talked some > to Robin this morning while I was working on the XSS patches and from what > I understand changing the data on the way is probably not the answer. We > might want to use the data in different contexts where different encoding > might be needed. Data needs to be encoded differently for use in HTML, > attributes, JavaScript or in an URL. I am also thinking of our HTML > preferences, CSV and file output, MARC data etc. That is why there is a Koha::CGI->param_raw method > Robin suggested HTML::Escape as a fast module for escaping. If we wrap that > into a plugin/make our own filter, we could maybe solve the performance > issues: > > http://search.cpan.org/~tokuhirom/HTML-Escape-1.09/lib/HTML/Escape.pm Nope, IIRC it is not faster than Template::Stash::AutoEscaping::Escaped::HTML::espape (see the patch). I tried to improve the escapement on bug 13618. The speed was not the problem, the number of variables was. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 15:42:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 13:42:20 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 --- Comment #5 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #3) > Or only pragmatically remove constructions from > parameters now with Koha::CGI? It is not only script elements, we need to escape all HTML characters. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:08:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:08:36 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65918|0 |1 is obsolete| | --- Comment #105 from Philippe Audet-Fortin --- Created attachment 66091 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66091&action=edit Bug 11317 - Follow-up - Fixing merge error and cosmetic changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:09:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:09:50 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66091|0 |1 is obsolete| | --- Comment #106 from Philippe Audet-Fortin --- Created attachment 66092 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66092&action=edit Bug 11317 - Follow-up - Fixing merge error and cosmetic changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:10:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:10:57 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 --- Comment #6 from Robin Sheat --- You can't process the data on the way in. You will end up with corrupt data: * in the database * output via APIs * in the web display whenever you're doing anything that isn't straight HTML (JSON, javascript, URLs, attributes, ...) HTML::Escape is XS, so likely to be faster than a pure-perl implementation. If it's the amount of iterations that is the problem, then you'll probably need to remove the filtering from those parts, assuming they're safe, and perhaps filter them on the way to the template engine if that's faster. But these should be special cases in general. > It is not only script elements, we need to escape all HTML characters. That isn't true though. You need to escape only in HTML, and you mustn't escape for things that aren't HTML. For reference, the way we did this recently is loosely: * A script added a '| maybexss' filter to all template variables[0]. This filter does not do any HTML escaping (i.e. things shouldn't break.) * Filters were added: '|n' for things that should be HTML (i.e. no filter), '|attr' for HTML attribute values, ones for JS numbers, strings, bools. * The default for templates was set to escape any variables.[1] * Whenever anyone saw a '|maybexss', they removed it if it shouldn't be HTML, or replaced it with one of the above, or if possible refactored it to not output the backend-supplied content (e.g. if it's possible to make it an 'if' condition with fixed answers.) * Measuring the amount of maybexsses remaining was an indicator of how far through the cleanup was. [0] this was done with many one/several-file commits, so if something went really bad, it could be reverted for them. [1] I think that this was done with a flag at the top of the file, so that it could be done progressively. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:15:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:15:54 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66092|0 |1 is obsolete| | --- Comment #107 from Philippe Audet-Fortin --- Created attachment 66093 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66093&action=edit Bug 11317 - Follow-up - Fixing merge error and cosmetic changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:17:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:17:56 +0000 Subject: [Koha-bugs] [Bug 18621] After duplicate message system picks category expiry date rather than manual defined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18621 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #4 from Katrin Fischer --- Alex has sent me an email showing it works for him - but it still doesn't work for me. I am out of ideas :( Best someone else picks this up for testing! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:20:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:20:46 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:22:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:22:55 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #108 from Philippe Audet-Fortin --- Hi Katrine, I found the problem. It didn't work with plack because when a file was download, access_files.pl exited with error flag even there had no error. It seem like plack doesn't love that. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:42:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:42:46 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #109 from Katrin Fischer --- Created attachment 66094 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66094&action=edit [SIGNED OFF] Bug 11317: Adds a page to access log files on the server from the intranet. The directory used is defined by the "publiclogdir" preference in koha-conf.xml. Test case : Preparation : * Add the "publiclogdir" preference to your "koha-conf.xml" file. This * preference should be in the "config" section. For this test cas, we * will use the "/tmp/koha-public" directory : ... /tmp/koha-public ... * Create the log directory on your server. Make sure this directory * is readable by your web server : $ mkdir /tmp/koha-public * Add a test file in the log directory : $ cd /tmp/koha-public $ echo "Hello world!" > test.txt Test : * Go in the "Reports" section in the intranet and select "Report/log * files" * The "test.txt" should appear in the files list. * Click on the "test.txt" file, a download dialog should appear. * Download the file and verify its content. It should contain the * text "Hello world!". Sponsored by : CCSR Signed-off-by: Jonathan Druart Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:42:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:42:52 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #110 from Katrin Fischer --- Created attachment 66095 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66095&action=edit [SIGNED OFF] Bug 11317: Follow up - Update ID to allow for permalinking This follow up modifies the id parameter to use a digest of the filename to enable permalinking to files even if the array order changes due to new files being created. Signed-off-by: Jonathan Druart Signed-off-by: Bernardo Gonzalez Kriegel Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:42:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:42:58 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #111 from Katrin Fischer --- Created attachment 66096 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66096&action=edit [SIGNED OFF] Bug 11317 - Rename config to 'accessdir' and fix qa Also translate date with datetime format preference and move to Tools. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:43:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:43:04 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #112 from Katrin Fischer --- Created attachment 66097 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66097&action=edit [SIGNED OFF] Bug 11317 - Allows for multiple directories to be accessible It is now possible to add as many SOMEDIR as needed to the config file. Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:43:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:43:10 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #113 from Katrin Fischer --- Created attachment 66098 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66098&action=edit [SIGNED OFF] Bug 11317 - Move file access under Tools and add specific permission - Moves the .pl and .tt under tools/ instead of reports/ and adds tools/access_files permission. - Remove datatables-strings.inc from .tt - Allow sorting on date column in file access tool. For some reason, the table was blocking sorting based on timestamp, even though most users would probably want that since the feature is used primarily to access generated (daily) reports i and finding the last ones is very important. Testing -1) Having done requirements of previous patches, like adding 'accessdir' to koha-conf... 0) apply patch, update database to add permission option. 1) Login as NON-superadmin. Go under tools, see no Report/Log under the third column 2) Go to add tools/access_file permission to user 3) See new entry under tools third column. 4) validate link is ok. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:43:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:43:15 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #114 from Katrin Fischer --- Created attachment 66099 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66099&action=edit [SIGNED OFF] Bug 11317 - Update the link under reports Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:43:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:43:21 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 --- Comment #115 from Katrin Fischer --- Created attachment 66100 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66100&action=edit [SIGNED OFF] Bug 11317 - Follow-up - Fixing merge error and cosmetic changes Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:44:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:44:32 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:44:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:44:36 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66093|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:44:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:44:41 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65909|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:44:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:44:42 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amitddng135 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:44:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:44:46 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65910|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:44:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:44:50 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65911|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:45:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:45:00 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65913|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:44:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:44:55 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65912|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:45:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:45:04 +0000 Subject: [Koha-bugs] [Bug 11317] Add a way to access files from the intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11317 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65914|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 16:46:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 14:46:19 +0000 Subject: [Koha-bugs] [Bug 19040] Refactor C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65531|0 |1 is obsolete| | --- Comment #5 from M. Tompsett --- Created attachment 66101 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66101&action=edit Bug 19040: Refactor GetMarcBiblio parameters Change parameters to a hashref. Rebased: 2017-08-16 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:07:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:07:00 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong variable name passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |amitddng135 at gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:08:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:08:30 +0000 Subject: [Koha-bugs] [Bug 18621] After duplicate message system picks category expiry date rather than manual defined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18621 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65003|0 |1 is obsolete| | --- Comment #5 from Owen Leonard --- Created attachment 66102 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66102&action=edit [SIGNED-OFF] Bug 18621: Added in value attribute to dateexpiry field Test plan: 1. Create a patron category with the dateexpiry value of 29/9/2017 2. Create a patron user from that patron category (which I'll refer to as patron A) with the date expiry value of 1/10/2017 and submit the form 3. Notice that the manual dateexpiry you have submitted is correctly displayed 4. Create a duplicate patron with the same firstname and surname and patron A, and set the date expiry value of 1/10/2017 and submit the form 5. The form displays a duplicate patron message. Notice that the dateexpiry input box is empty now 6. Select the new member (not a duplicate member) option in the messagebox 7. The form successfully submits and notice that the date expiry value displayed is that of the patron category (i.e. it is 29/9/2017) not the dateexpiry value of 1/10/2017 that you manually set for this patron 8. Apply patch 9. Repeat step 4 10. The form displays a duplicate patron message. Notice the dateexpiry input box still contains the value you entered which is 1/10/2017. Select the new member (not a duplicate member) option in the messagebox 11. The form successfully submits and notice that the date expiry value displayed is 1/10/2017 that you manually set for this patron Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:08:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:08:28 +0000 Subject: [Koha-bugs] [Bug 18621] After duplicate message system picks category expiry date rather than manual defined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18621 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:10:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:10:10 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65378|0 |1 is obsolete| | --- Comment #60 from M. Tompsett --- Created attachment 66103 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66103&action=edit Bug 14385: Extend OpacHiddenItems to allow specifying exempt borrower categories Edit: Fixing merge conflicts in - t/db_dependent/Items.t - t/db_dependent/Search.t - C4/Search.pm Changes the API for calling GetHiddenItems and all the places in the code that call it. This is to allow borrower categories to be passed in. Adds an OpacHiddenItemsExceptions syspref to allow certain borrower categories to be able to see items, even if they are marked hidden by OpacHiddenItems To test: 1) Make two borrowers, one in a category that should see everything (ie Adult), and another in a category that should only see certain things (ie Adult - exceptions) 2) Add the borrower that can see everything (the Adult) to OpacHiddenItemsExceptions 3) To the OpacHiddenItems syspref, add an item type (ensure that you have some records that fall under this type in your library). 4) Log in as the borrower that should only see certain things (Adult - exception) 5) Do a search, filtered to show records which are the item type that you specified in the OpacHiddenItems syspref. No records should show for this borrower as this item type is hidden to them. 6) Log in as the borrower that should see everything (Adult) 7) Do the same search. There should be results from this search, as this borrower category has been specified as an exception to the hidden items Signed-off-by: Claire Gravely Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:10:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:10:19 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65380|0 |1 is obsolete| | --- Comment #62 from M. Tompsett --- Created attachment 66105 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66105&action=edit Bug 14385: Followup: changes to sysprefs.sql and atomicupdate Run updatedatabase.pl when testing Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:10:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:10:24 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65381|0 |1 is obsolete| | --- Comment #63 from M. Tompsett --- Created attachment 66106 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66106&action=edit Bug 14385: Added missing GetHiddenItems parameter change case Without this prove t had a failure. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:10:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:10:28 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65382|0 |1 is obsolete| | --- Comment #64 from M. Tompsett --- Created attachment 66107 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66107&action=edit Bug 14385: Always use mocks, not set_preference Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:10:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:10:15 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65379|0 |1 is obsolete| | --- Comment #61 from M. Tompsett --- Created attachment 66104 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66104&action=edit Bug 14385 Followup: C4::Borrowers not found GetMember is in C4::Members, not C4::Borrowers Signed-off-by: Claire Gravely Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:10:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:10:32 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65383|0 |1 is obsolete| | --- Comment #65 from M. Tompsett --- Created attachment 66108 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66108&action=edit Bug 14385: Tweaks so t/db_dependent/00-strict.t passes There was a typo botcat vs borcat and borrowernumber was never defined. Grabbing from userenv, like other code does. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:10:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:10:37 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65384|0 |1 is obsolete| | --- Comment #66 from M. Tompsett --- Created attachment 66109 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66109&action=edit Bug 14385: Tweak t/db_dependent/Items.t to fully test changes This will test all the if structures fully in GetHiddenItemnumbers. prove t/db_dependent/Items.t Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:10:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:10:41 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65385|0 |1 is obsolete| | --- Comment #67 from M. Tompsett --- Created attachment 66110 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66110&action=edit Bug 14385: Tweak borrower category code $borrower->{categorycode} on a Koha::Patron is not the same as $borrower->categorycode. Fixed error. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:10:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:10:45 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65386|0 |1 is obsolete| | --- Comment #68 from M. Tompsett --- Created attachment 66111 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66111&action=edit Bug 14385: Search was returning URLS for wrong interface There was one search context place wrong. Changed it to $is_opac as the logic for setting $is_opac was modified correctly. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:10:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:10:50 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65387|0 |1 is obsolete| | --- Comment #69 from M. Tompsett --- Created attachment 66112 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66112&action=edit Bug 14385: Corrected issues with category code. When a user isn't logged in, $borrower is undef and causes error when determining category code. Added conditional check. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:10:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:10:54 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65388|0 |1 is obsolete| | --- Comment #70 from M. Tompsett --- Created attachment 66113 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66113&action=edit Bug 14385: Properly trigger all changes in C4/Search.pm Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:10:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:10:59 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65389|0 |1 is obsolete| | --- Comment #71 from M. Tompsett --- Created attachment 66114 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66114&action=edit Bug 14385: Fix QA Test tool failures C4/Search.pm had some tabs. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:11:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:11:07 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65409|0 |1 is obsolete| | --- Comment #73 from M. Tompsett --- Created attachment 66116 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66116&action=edit Bug 14385: Refactor EmbedItemsInMarcBiblio parameters to hashref -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:11:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:11:03 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65408|0 |1 is obsolete| | --- Comment #72 from M. Tompsett --- Created attachment 66115 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66115&action=edit Bug 14385: Add some commenting to make sense of logic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:11:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:11:12 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65410|0 |1 is obsolete| | --- Comment #74 from M. Tompsett --- Created attachment 66117 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66117&action=edit Bug 14385: Trigger GetMarcBiblio's EmbedItemsInMarcBiblio call. prove t/db_dependent/Items.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:11:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:11:16 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65411|0 |1 is obsolete| | --- Comment #75 from M. Tompsett --- Created attachment 66118 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66118&action=edit Bug 14385: Add missing test to trigger Koha/BiblioUtils/Iterator change -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:22:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:22:03 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #37 from Katrin Fischer --- Created attachment 66119 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66119&action=edit [SIGNED OFF] Bug 15685: Allow creation of items (AcqCreateItem) to be customizable per-basket This adds a new basket attribute (create_items) that can optionally be set to override AcqCreateItem. The following have been modified to reflect this (with the value of create_items that causes them to behave differently in parentheses): * Cancelling receipt of an order (receiving) * Creating an order by hand or from MARC (ordering) * Receiving an order (receiving) * Showing orders with uncertain price (ordering) * Showing orders (receiving) * Showing acquisition details in the OPAC (ordering) Test plan: 1) Create baskets with "Create items when:" set to ordering, receiving, cataloging and unset. 2) Test each of the above for each of these baskets, verifying that the basket-specific attribute overrides AcqCreateItem if set and falls back to the syspref otherwise. NOTE: A check of AcqCreateItem in opac-detail.tt was removed because it was redundant; the code path in question cannot be triggered unless create_items/AcqCreateItems is set to the correct value anyway. Signed-off-by: Kyle M Hall Signed-off-by: Barbara Fondren Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:22:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:22:07 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #38 from Katrin Fischer --- Created attachment 66120 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66120&action=edit [SIGNED OFF] Bug 15685 [QA Followup] - Implement needed changes in Koha::Edifact::Order Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:22:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:22:11 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #39 from Katrin Fischer --- Created attachment 66121 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66121&action=edit [SIGNED OFF] Bug 15685 [QA Followup] - Bug qa script errors Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:22:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:22:16 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #40 from Katrin Fischer --- Created attachment 66122 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66122&action=edit [SIGNED OFF] Bug 15685 - QA Followup DB revision fixes Unit tests Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:22:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:22:20 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #41 from Katrin Fischer --- Created attachment 66123 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66123&action=edit [SIGNED OFF] Bug 15685 - Schema changes Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:22:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:22:24 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #42 from Katrin Fischer --- Created attachment 66124 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66124&action=edit [SIGNED OFF] Bug 15685 - QA followup - fix typo Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:23:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:23:22 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65895|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:23:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:23:25 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65896|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:23:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:23:28 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65897|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:23:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:23:31 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65898|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:23:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:23:34 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65899|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:23:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:23:38 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65900|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:24:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:24:51 +0000 Subject: [Koha-bugs] [Bug 15685] Allow creation of items (AcqCreateItem) to be customizable per-basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15685 --- Comment #43 from Katrin Fischer --- Absolutely love the feauture! This makes acquisitions so much more flexible especially for all the cases where you don't want to create items, like for electronic resources. Can't want to get my hands on it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:43:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:43:31 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66116|0 |1 is obsolete| | --- Comment #76 from M. Tompsett --- Created attachment 66125 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66125&action=edit Bug 14385: Refactor EmbedItemsInMarcBiblio parameters to hashref -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:43:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:43:35 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66117|0 |1 is obsolete| | --- Comment #77 from M. Tompsett --- Created attachment 66126 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66126&action=edit Bug 14385: Trigger GetMarcBiblio's EmbedItemsInMarcBiblio call. prove t/db_dependent/Items.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:43:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:43:40 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66118|0 |1 is obsolete| | --- Comment #78 from M. Tompsett --- Created attachment 66127 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66127&action=edit Bug 14385: Add missing test to trigger Koha/BiblioUtils/Iterator change -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:45:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:45:25 +0000 Subject: [Koha-bugs] [Bug 19129] New: Can't use "I" as a patron category code Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 Bug ID: 19129 Summary: Can't use "I" as a patron category code Change sponsored?: --- Product: Koha Version: 16.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: francois.charbonnier at inlibro.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com I noticed this on 16.05 and 16.11. If a patron categorycode is I, the patron detail page is broken. Test plan : 1. Create a a new patron category. Use "I" as a category code. 2. Go to patron detail page 3. Change the patron category for this new one. Save. 4. The patron detail page is broken. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:46:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:46:03 +0000 Subject: [Koha-bugs] [Bug 19129] Can't use "I" as a patron category code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 Francois Charbonnier changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philippe.blouin at inlibro.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:51:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:51:08 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66125|0 |1 is obsolete| | --- Comment #79 from M. Tompsett --- Created attachment 66128 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66128&action=edit Bug 14385: Refactor EmbedItemsInMarcBiblio parameters to hashref -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:51:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:51:16 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66127|0 |1 is obsolete| | --- Comment #81 from M. Tompsett --- Created attachment 66130 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66130&action=edit Bug 14385: Add missing test to trigger Koha/BiblioUtils/Iterator change -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 17:51:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 15:51:12 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66126|0 |1 is obsolete| | --- Comment #80 from M. Tompsett --- Created attachment 66129 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66129&action=edit Bug 14385: Trigger GetMarcBiblio's EmbedItemsInMarcBiblio call. prove t/db_dependent/Items.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 18:09:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 16:09:18 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66129|0 |1 is obsolete| | --- Comment #82 from M. Tompsett --- Created attachment 66131 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66131&action=edit Bug 14385: Trigger GetMarcBiblio's EmbedItemsInMarcBiblio call. prove t/db_dependent/Items.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 18:09:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 16:09:22 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66130|0 |1 is obsolete| | --- Comment #83 from M. Tompsett --- Created attachment 66132 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66132&action=edit Bug 14385: Add missing test to trigger Koha/BiblioUtils/Iterator change -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 18:33:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 16:33:33 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #143 from Katrin Fischer --- Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 12598: New misc/import_borrowers.pl command line tool Using index info to reconstruct a base tree... M koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt M tools/import_borrowers.pl Falling back to patching base and 3-way merge... Auto-merging tools/import_borrowers.pl CONFLICT (content): Merge conflict in tools/import_borrowers.pl Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt error: Failed to merge in the changes. Patch failed at 0001 Bug 12598: New misc/import_borrowers.pl command line tool The copy of the patch that failed is found in: .git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/New-importborrowerspl-command-tool-MjxqyB.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 18:37:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 16:37:58 +0000 Subject: [Koha-bugs] [Bug 8976] Default sequence of subfields in cataloguing editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8976 Lisette changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 18:43:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 16:43:35 +0000 Subject: [Koha-bugs] [Bug 8976] Default sequence of subfields in cataloguing editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8976 --- Comment #3 from Lisette --- Today my cataloger mentioned that the 300 fields we put the RDA in are sorted number first, then letters (3xx 1,3xx 2, 3xx a) but they enter the letter fields first, then the number fields. Every time she opens a new record she fixes the order of all the 3xx fields and she requested if we could change this. Lisette -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 18:48:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 16:48:32 +0000 Subject: [Koha-bugs] [Bug 18201] Export data -Fix "Remove non-local items" option and add " Removes non-local records" option for existing functionality In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18201 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #11 from Katrin Fischer --- I am worried that Peggy's and Marcel's suggestion will make it impossible to cover the current use case of the branch selection: Get all records, where one or more libraries have items. There could be done more, but for now my suggestion would be: Rename "Library" to: "With items owned by the following libraries:". So just a clarification. Remove the "Remove non-local items" as I understand it's current behavior is already covered by checking my library in the library selection. This will avoid a conflict between the 2 options. Add a "Remove items not owned by selected libraries" - as this would be the expected behavior of "Remove non-local items", but then it would be clear and work in combination with the selection above. Hope it makes sense. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 19:09:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 17:09:52 +0000 Subject: [Koha-bugs] [Bug 19101] Zebra rebuild error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19101 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com --- Comment #1 from Josef Moravec --- (In reply to Claudio from comment #0) > I updated Koha from 16.11.06 to 17.05.02. All run smoothly, as always, but > Zebra seems not to work well. New items added are missing in the Intranet > search results. Also any change in items (i.e. itemlost, notforloan) is > missing too. But they can be loan or viewed in the detail view of each one. > OPAC seems OK. > > Other impact: to change authorities in biblios (i.e. personal name) does not > update authority table. > > I tried to rebuild the catalog: koha-rebuild-zebra -f -v INSTANCENAME but > echoed this msg: > > .error retrieving biblio 1 at > /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 683, line > 751. Have you seen any error message during up upgrade? Especially in database update process? Could it be related to changes made in bug 17196? Could you check your db for this changes? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 19:21:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 17:21:26 +0000 Subject: [Koha-bugs] [Bug 18002] Make onboarding tool include framework to be embedded in Acquisitions to help the users set up Acquisitions for the first time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18002 --- Comment #49 from Katrin Fischer --- Not sure if this one is valid, but the QA tools get upset about missing POD: FAIL C4/Budgets.pm OK critic OK forbidden patterns OK git manipulation OK pod FAIL pod coverage POD is missing for GetHighestBudgetPeriod OK spelling OK valid Some small stuff from code review: 1) We should not have unconditional warns: Budgets.pm + warn my $data = $dbh->selectrow_array("SELECT MAX(budget_period_id) FROM aqbudgetperiods"); 2) Small typo here:

    Start by completing this form to create a currency which you will be used to create your first budget and fund.
    3) Wrong link to the manual - always use http://koha-community... now.

    Start by completing this form to create a currency which you will be used to create your first budget and fund.
    4) Why do you comment out the hint? And why only on one of the 2 date fields? + 5) Please include current test plans in commit message - otherwise it's often hard to spot the right one and it will help people looking at git later. :) 6) Some little spelling things: Vendor Information page = vendor information page according to our capitalization rules. Also budget administration page etc. Some more from testing, overall the feature works alright and is a nice addition. I am mostly concerned about the next point: 6) Wondering: Is there no way to skip the Onboarding process from the installer? Or the Acquisitions onboarding? People who have done this a lot of times before might want to skip the process. Because you want to add more currencies at the same time, add your whole fund structure etc. I would like it better if it was visible, but less invasive maybe? Also: Some libraries never set up acq, but need to be able to manage vendors in acquisitions. So it might be nice if the onboarding tool could be hidden if not needed. Some ideas: - Don't show the onboarding tool if the user has only vendor_manage permission. - Only show the onboarding tool, if the user has full acq permissions or is a superlibrarian. - I am not sure how helpful the 'next steps' are. Maybe they would be better suited to go into the manual or help file? As it is the bug button always remains visible, even if you are a power user of acq. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 19:21:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 17:21:44 +0000 Subject: [Koha-bugs] [Bug 18002] Make onboarding tool include framework to be embedded in Acquisitions to help the users set up Acquisitions for the first time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18002 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 19:22:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 17:22:49 +0000 Subject: [Koha-bugs] [Bug 18002] Aquisitions onboarding tool - to help users set up acquisitions the first time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18002 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Make onboarding tool |Aquisitions onboarding tool |include framework to be |- to help users set up |embedded in Acquisitions to |acquisitions the first time |help the users set up | |Acquisitions for the first | |time | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 19:23:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 17:23:59 +0000 Subject: [Koha-bugs] [Bug 19101] Zebra rebuild error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19101 --- Comment #2 from Claudio --- (In reply to Josef Moravec from comment #1) > (In reply to Claudio from comment #0) > > I updated Koha from 16.11.06 to 17.05.02. All run smoothly, as always, but > > Zebra seems not to work well. New items added are missing in the Intranet > > search results. Also any change in items (i.e. itemlost, notforloan) is > > missing too. But they can be loan or viewed in the detail view of each one. > > OPAC seems OK. > > > > Other impact: to change authorities in biblios (i.e. personal name) does not > > update authority table. > > > > I tried to rebuild the catalog: koha-rebuild-zebra -f -v INSTANCENAME but > > echoed this msg: > > > > .error retrieving biblio 1 at > > /usr/share/koha/bin/migration_tools/rebuild_zebra.pl line 683, line > > 751. > > Have you seen any error message during up upgrade? Especially in database > update process? > > Could it be related to changes made in bug 17196? Could you check your db > for this changes? Hi Josef! I didn't notice any problem during update process and the new table biblio_metadata seems to work fine: reports run OK, MARC tags are shown OK in search results, etc. Appart from this, I made a full database backup and import it into a local Koha installation (17.5.2). Then I run zebra indexer and works fine. All data that were missing or not visible now appear normally. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 19:29:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 17:29:28 +0000 Subject: [Koha-bugs] [Bug 18201] Export data -Fix "Remove non-local items" option and add " Removes non-local records" option for existing functionality In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18201 --- Comment #12 from Peggy Thrasher --- That would work for me! Thanks, Katrin! Peggy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 19:31:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 17:31:35 +0000 Subject: [Koha-bugs] [Bug 19101] Zebra rebuild error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19101 --- Comment #3 from Claudio --- Josef, I have made another test. When I log into de instance shell (koha-shell INSTANCE) zebra-rebuild runs OK if I select authority only (-a) and fails if I select biblio parameter only (-b) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 19:31:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 17:31:54 +0000 Subject: [Koha-bugs] [Bug 18060] Add onboarding functionality to guide users through setting up labels for the first time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18060 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |katrin.fischer at bsz-bw.de --- Comment #16 from Katrin Fischer --- Hi Alex, applied this on top of 18002. QA tools first: FAIL C4/Creators/Layout.pm OK critic OK forbidden patterns OK git manipulation OK pod FAIL pod coverage POD is missing for 'retrieve_all' OK spelling OK valid FAIL C4/Creators/Profile.pm OK critic OK forbidden patterns OK git manipulation OK pod FAIL pod coverage POD is missing for 'retrieve_all' OK spelling OK valid FAIL C4/Creators/Template.pm OK critic OK forbidden patterns OK git manipulation OK pod FAIL pod coverage POD is missing for get_next_label_pos POD is missing for retrieve_all OK spelling OK valid FAIL koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt OK forbidden patterns OK git manipulation FAIL spelling seperate ==> separate OK tt_valid OK valid_template Other files came back all green. Code review: didn't spot anything. Testing: When I try to access Tools > Label Creator I get an "internal server error". In the plack logs this translates to: Variable "$layout" is not available at /home/vagrant/kohaclone/labels/label-home.pl line 56. Can't call method "get_attr" on an undefined value at /home/vagrant/kohaclone/labels/label-home.pl line 56. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 22:16:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 20:16:44 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 --- Comment #10 from Katrin Fischer --- I wonder if it would be good to separate the different types of data. I feel pretty sure about the fix for issues, but borrowers and biblio* tables appear more dangerous. The issue_id one is also the most dangerous, as the items are kept on the accounts. The list of tables for borrowers appears a bit short - are you relying on cascades in part there? In general I am worried about maintaining the script - with every new table, this could cause new bugs. But as we don't have clean FK relationships, I don't see another way of doing it. :( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 22:57:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 20:57:00 +0000 Subject: [Koha-bugs] [Bug 18361] Koha::Objects->find should accept composite primary keys In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18361 --- Comment #35 from Katrin Fischer --- Thx Marcel - patches apply now and tests pass. This patch has been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 23:00:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 21:00:49 +0000 Subject: [Koha-bugs] [Bug 18951] Some t/Biblio tests are database dependent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18951 --- Comment #17 from Katrin Fischer --- These patches have been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 23:08:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 21:08:44 +0000 Subject: [Koha-bugs] [Bug 18152] UNIMARC bib records imported with invalid 'a' char in label pos.9 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18152 --- Comment #31 from Katrin Fischer --- Was reverted from 16.11.x for the 16.11.10 release. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 23:17:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 21:17:48 +0000 Subject: [Koha-bugs] [Bug 18551] Hide with CSS dynamic elements in member search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18551 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #29 from Katrin Fischer --- Thx Fridolin for providing the patch! This patch has been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 23:18:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 21:18:01 +0000 Subject: [Koha-bugs] [Bug 18685] Patron edit/cancel floating toolbar out of place In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18685 --- Comment #12 from Katrin Fischer --- This patch has been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 23:20:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 21:20:05 +0000 Subject: [Koha-bugs] [Bug 18632] CGI::param called in list context flooding error logs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18632 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #8 from Katrin Fischer --- Thx for the patch, Jonathan! This patch has been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 23:24:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 21:24:44 +0000 Subject: [Koha-bugs] [Bug 18633] Logs are full of CGI:: param called in list context - itemsearch.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18633 --- Comment #21 from Katrin Fischer --- Hi Mark, thx for the patches. I tested and it seems they break itemsearch on 16.11.x. Please take another look, if you can. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 23:46:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 21:46:29 +0000 Subject: [Koha-bugs] [Bug 19130] New: K::A::Booksellers->search broken for attribute 'name' Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 Bug ID: 19130 Summary: K::A::Booksellers->search broken for attribute 'name' Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org The current overloaded implementation doesn't allow to search for stuff that is suffix of a bigger word. For example, if you have - name: Name2 - name: Name21 the query expression { name => 'Name%2' } should only return 'Name2'. The current implementation returns both. This was implemented this way to ease the transition into the new code without changing too many things on the controller scripts. It is time to fix it. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 16 23:55:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 21:55:23 +0000 Subject: [Koha-bugs] [Bug 18976] Fix t/db_dependent/Auth.t cleanup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18976 --- Comment #11 from Katrin Fischer --- All good this time - thx for the follow-up! These patches have been pushed to 16.11.x and will be in 16.11.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 00:01:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 16 Aug 2017 22:01:30 +0000 Subject: [Koha-bugs] [Bug 15348] Change/Edit estimated delivery date per order line In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15348 Sandre Cunha changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cunha at monterey.org --- Comment #2 from Sandre Cunha --- It would also be helpful when one is ordering items months in advance of the publication date. For example, if it is July, and you are ordering something that won't be published until October 24, it would be nice to be able to set the delivery time based on the expected publication date. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 02:13:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 00:13:57 +0000 Subject: [Koha-bugs] [Bug 14650] Add public/staff notes to batch item modification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14650 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|Public/Staff notes |Add public/staff notes to | |batch item modification -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 03:29:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 01:29:25 +0000 Subject: [Koha-bugs] [Bug 19038] Remove OPACShowBarcode syspref In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19038 Dilan Johnpull? changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 03:29:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 01:29:28 +0000 Subject: [Koha-bugs] [Bug 19038] Remove OPACShowBarcode syspref In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19038 Dilan Johnpull? changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65518|0 |1 is obsolete| | --- Comment #2 from Dilan Johnpull? --- Created attachment 66133 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66133&action=edit Bug 19038: Remove the OPACShowBarcode syspref Followed test plan and works as expected. Functionality of patch from bug 16759 appears intact too. Signed-off-by: Dilan Johnpull? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 05:18:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 03:18:54 +0000 Subject: [Koha-bugs] [Bug 18933] Unable to set SMS number in OPAC messaging preferences to empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18933 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amitddng135 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 05:23:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 03:23:46 +0000 Subject: [Koha-bugs] [Bug 18889] Item number in biblio description in fine page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18889 Amit Gupta changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amitddng135 at gmail.com Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |amitddng135 at gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 09:09:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 07:09:54 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65952|0 |1 is obsolete| | --- Comment #35 from Marcel de Rooy --- Created attachment 66134 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66134&action=edit Bug 10306: Support for multiple mappings in koha2marclinks This actually refactors koha2marclinks.pl in order to support multiple mappings per kohafield. Instead of three separate mapping pages for biblio, biblioitems and items, the script now lists them together. This gives a complete overview of all mappings rightaway. Changes are applied immediately across all frameworks. Note: This report handles the Default mappings just like it did before. In this script Koha already considered them as authoritative, although other parts of Koha did not. Follow-up report 19096 makes Default mappings authoritative throughout all Koha. On each line two buttons are provided, Add and Remove, in order to add or remove an individual mapping. We do no longer provide a separate form with the names of MARC tags. Since this form is targeted for administrators, it should be enough to ask for a field tag and subfield code. Note: The mappings for biblionumber, biblioitemnumber and itemnumber are so vital that this form marks them as readonly. It is not recommended to change them. Test plan: [1] Add a mapping. Verify via Frameworks or mysql command line that the kohafield is saved to the other frameworks too. [2] Remove the mapping again. Check Frameworks or mysql cl again. [3] Test adding a second mapping. Map copyrightdate to 260c and 264c. And map biblioitems.place to 260a and 264a. [4] Edit biblio record 1: Put 1980 in 260c. Do not include 264c. Edit biblio record 2: Put 1990 in 264c. Do not include 260c. Edit biblio record 3: Put 2000 in both 260c and 264c. Put CityA in 260a and in 264a. Edit biblio record 4: Put 2010 in 260c, and 2015 in 264c (which you should refuse normally). Put CityA in 260a, and CityB in 264a. [5] Create a report that shows biblioitems.place and biblio.copyrightdate for those biblio records. Record 4 should have 2010 in copyrightdate (since TransformMarcToKoha picks the first year for copyrightdate). Record 3 should have place CityA; record 4 should have CityA | CityB. Note: The CityA | CityB example illustrates that we should add some additional handling in TransformMarcToKoha for multiple 264s. [6] Add these four biblio records to a new list. Sort by Year. With OPACXSLTListsDisplay==default, check if the order = 1,2,3,4. (The order is based on biblio.copyrightdate.) Note that (RDA) record 2 would be on top without this patch set, since copyrightdate would have been null. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 09:10:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 07:10:00 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65953|0 |1 is obsolete| | --- Comment #36 from Marcel de Rooy --- Created attachment 66135 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66135&action=edit Bug 10306: Adjusted online help text for koha2marclinks Test plan: Click on Help. Read the text. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 09:11:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 07:11:21 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #37 from Marcel de Rooy --- Resolved a "Odd number of elements in anonymous hash" warning in koha2marclinks. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 09:32:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 07:32:30 +0000 Subject: [Koha-bugs] [Bug 19131] New: Script marc_subfields_structure ignores add/ edit when liblibrarian is empty Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19131 Bug ID: 19131 Summary: Script marc_subfields_structure ignores add/edit when liblibrarian is empty Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Bibliographic data support Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org Around saving new or changed records in admin/marc_subfields_structure we have this construction: if (defined($liblibrarian) && $liblibrarian ne "") { my $is_demo = C4::Context->config('demo') || ''; if ( $is_demo ne '1' ) { So if you have no liblibrarian text or demo is set, your changes are lost. We could do better than that ! Note that the demo config variable is only used a couple of times in Koha in the context of changing biblio or auth fields and subfields. Do we need it ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 10:18:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 08:18:19 +0000 Subject: [Koha-bugs] [Bug 13618] Prevent XSS in the Staff Client and the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13618 DEVINIM changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kohadevinim at devinim.com.tr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 11:31:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 09:31:39 +0000 Subject: [Koha-bugs] [Bug 19132] New: String has to be retranslated with every po update Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19132 Bug ID: 19132 Summary: String has to be retranslated with every po update Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr Finally, if you charge a rental fee for the item type and want to give a specific patron category a discount on that fee, enter the percentage discount (without the %% symbol) in the 'Rental Discount' field This string is marked for retranslation with every update of the translation/po files. It might be related to the use of the percentage sign. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 11:53:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 09:53:48 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65949|0 |1 is obsolete| | --- Comment #39 from Marcel de Rooy --- Created attachment 66138 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66138&action=edit Bug 10306: Allow controlfields in TransformKohaToMarc Since the interface allows you to connect a kohafield to a MARC controlfield, this routine should be able to handle that. Unfortunately it did not. Test plan: Change will be tested in Biblio/TransformKohaToMarc.t in the next patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 11:53:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 09:53:53 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65950|0 |1 is obsolete| | --- Comment #40 from Marcel de Rooy --- Created attachment 66139 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66139&action=edit Bug 10306: Add tests for module changes GetMarcSubfieldStructure: In Biblio.t we are adding a subtest that checks the structure returned by this routine. Is it a hashref pointing to arrayrefs of hashrefs? ;) In Search.t this routine was mocked. The change in the returned structure is now applied to this mock too (moving the marc tag hashes into arrayrefs). GetMarcFromKohaField: In Biblio.t we add a subtest for it. We are checking if it returns multiple mappings (per kohafield) and calling it in scalar context too. GetMarcSubfieldStructureFromKohaField: The existing subtest in Biblio.t is expanded to also test the call in list context. TransformKohaToMarc: This sub has its own test script. We are adding a subtest in TransformKohaToMarc.t for a test with multiple mappings, and for mapping to a control field in another framework. This also tests the additional framework parameter. Additionally, we add a test for the new no_split option used for items. TransformMarcToKoha: This implicitly tests its helper sub _get_inverted. This patch adds a new test script for this routine. TransformMarcToKohaOneField: A few tests are added to the previous new test script. Test plan: [1] Run t/db_dependent/Biblio.t [2] Run t/db_dependent/Biblio/TransformKohaToMarc.t [3] Run t/db_dependent/Biblio/TransformMarcToKoha.t [4] Run t/db_dependent/Search.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 11:53:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 09:53:58 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65951|0 |1 is obsolete| | --- Comment #41 from Marcel de Rooy --- Created attachment 66140 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66140&action=edit Bug 10306: Restructure TransformMarcToKoha and update some POD lines This patch makes the following changes: [1] Added POD for CountItemsIssued, GetBiblioItemData [2] Moved TransformMarcToKohaOneField closer to TransformMarcToKoha (before sub CountItemsIssued) [3] Restructured TransformMarcToKoha by extracting individual kohafields via TransformMarcToKohaOneField. The latter does no longer call the former. This small optimization avoids traversing the whole MARC record again and again. [4] Moved adjusting copyrightdate/publicationyear to separate helper routine _adjust_pubyear [5] Removed obsolete sub _get_inverted_marc_field_map. Test plan: Run t/db_dependent/Biblio/TransformMarcToKoha.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 11:53:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 09:53:42 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65948|0 |1 is obsolete| | --- Comment #38 from Marcel de Rooy --- Created attachment 66137 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66137&action=edit Bug 10306: Core module changes for multiple mappings In order to allow multiple Koha to MARC mappings (for one kohafield), we need to adjust a few key routines in C4/Biblio.pm. This results in a few changes in dependent modules too. Note: Multiple mappings also include 'alternating' mappings. Such as the case of MARC21 260 and 264: only one of both fields will be used. Sub TransformMarcToKoha will handle that just fine; the opposite transformation is harder, since we do no longer know which field was the source. In that case TransformKohaToMarc will fill both fields. We only use that operation in Koha for items (in Acquisition and Cataloging). Sub GetMarcSubfieldStructure This sub used a selectall_hashref, which is fine as long as we have only one mapping for each kohafield. But as DBI states it: If a row has the same key as an earlier row then it replaces the earlier row. In other words, we lose the first mapping if we have two. This patch uses selectall_arrayref with Slice and rearranges the output so that the returned hash returns an arrayref of hashrefs for each kohafield. In order to improve consistency, we add an order clause to the SQL statement used too. Sub GetMarcFromKohaField This sub just returned one tag and subfield, but in case of multiple mappings we should return them all now. Note: Many calls still expect just one result and will work just fine: my ($tag, $sub) = GetMarcFromKohaField(...) A possible second mapping would be silently ignored. Often the sub is called for biblionumber or itemnumber. I would not recommend the use of multiple mappings for such fields btw. In case the sub is called in scalar context, it will return only the first tag (instead of the number of tags and subfields). Sub GetMarcSubfieldStructureFromKohaField This sub previously returned the hash for one kohafield. In scalar context it will behave like before: it returns the first hashref in the arrayref that comes from GetMarcSubfieldStructure. In list context, it returns an array of all hashrefs (incl. multiple mappings). The sub is not used in C4::Ris. Removed the use statement. Sub TransformKohaToMarc This sub got a second parameter: frameworkcode. Historically, Koha more or less assumes kohafields to be defined across all frameworks (see Koha to MARC mappings). Therefore it falls back to Default when it is not passed. When going thru all mappings in building a MARC record, it also supports multiple mappings. Note that Koha uses this routine in Acquisition and in Cataloging for items. Normally the MARC record is leading however and the Koha fields are derivatives for optimization and reporting. The added third parameter allows for passing a new option no_split => 1. We use this option in C4::Items::Item2Marc; if two item fields are mapped to one kohafield but would have different values (which would be very unusual), these values are glued together. When transforming to MARC again, we do not want to duplicate the item subfields, but we keep the glued value in both subfields. This operation only affects items, since we are not doing this reverse operation for biblio and biblioitem fields. Sub _get_inverted_marc_field_map This sub is a helper routine of TransformMarcToKoha, the opposite transformation. When saving a MARC record, all kohafields are extracted including multiple mappings. Suppose that you had both 260c and 264c in your record (which you won't), than both values get saved initially into copyrightdate like A | B. The additional code for copyrightdate will extract the first year from this string. A small fix in TransformMarcToKoha makes that it only saves a value in a kohafield if it is defined and not empty. (Same for concatenation.) Sub TransformMarcToKohaOneField This sub now just calls TransformMarcToKoha and extracts the requested field. Note that since we are caching the structure, this does not result in additional database access and is therefore performance-wise insignificant. We simplify code and maintenance. Instead of modifying the passed hashref, it simply returns a value. A call in C4::Breeding is adjusted accordingly. The routine getKohaField in Koha::MetadataRecord is redirected to TransformMarcToKohaOneField. NOTE: The fourth patch restructures/optimizes TransformMarcToKoha[OneField]. Sub get_koha_field_from_marc This sub can be removed. A call is replaced by TransformMarcToKohaOneField in C4::XISBN. Note: The commented lines for sub ModZebrafiles are removed (directly under TransformMarcToKohaOneField). Test plan: For unit tests and interface tests, please see follow-ups. Run qa tools in order to verify that the modules still compile well. Read the code changes and verify that they make sense. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 11:54:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 09:54:03 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66134|0 |1 is obsolete| | --- Comment #42 from Marcel de Rooy --- Created attachment 66141 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66141&action=edit Bug 10306: Support for multiple mappings in koha2marclinks This actually refactors koha2marclinks.pl in order to support multiple mappings per kohafield. Instead of three separate mapping pages for biblio, biblioitems and items, the script now lists them together. This gives a complete overview of all mappings rightaway. Changes are applied immediately across all frameworks. Note: This report handles the Default mappings just like it did before. In this script Koha already considered them as authoritative, although other parts of Koha did not. Follow-up report 19096 makes Default mappings authoritative throughout all Koha. On each line two buttons are provided, Add and Remove, in order to add or remove an individual mapping. We do no longer provide a separate form with the names of MARC tags. Since this form is targeted for administrators, it should be enough to ask for a field tag and subfield code. Note: The mappings for biblionumber, biblioitemnumber and itemnumber are so vital that this form marks them as readonly. It is not recommended to change them. Test plan: [1] Add a mapping. Verify via Frameworks or mysql command line that the kohafield is saved to the other frameworks too. [2] Remove the mapping again. Check Frameworks or mysql cl again. [3] Test adding a second mapping. Map copyrightdate to 260c and 264c. And map biblioitems.place to 260a and 264a. [4] Edit biblio record 1: Put 1980 in 260c. Do not include 264c. Edit biblio record 2: Put 1990 in 264c. Do not include 260c. Edit biblio record 3: Put 2000 in both 260c and 264c. Put CityA in 260a and in 264a. Edit biblio record 4: Put 2010 in 260c, and 2015 in 264c (which you should refuse normally). Put CityA in 260a, and CityB in 264a. [5] Create a report that shows biblioitems.place and biblio.copyrightdate for those biblio records. Record 4 should have 2010 in copyrightdate (since TransformMarcToKoha picks the first year for copyrightdate). Record 3 should have place CityA; record 4 should have CityA | CityB. Note: The CityA | CityB example illustrates that we should add some additional handling in TransformMarcToKoha for multiple 264s. [6] Add these four biblio records to a new list. Sort by Year. With OPACXSLTListsDisplay==default, check if the order = 1,2,3,4. (The order is based on biblio.copyrightdate.) Note that (RDA) record 2 would be on top without this patch set, since copyrightdate would have been null. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 11:54:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 09:54:08 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66135|0 |1 is obsolete| | --- Comment #43 from Marcel de Rooy --- Created attachment 66142 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66142&action=edit Bug 10306: Adjusted online help text for koha2marclinks Test plan: Click on Help. Read the text. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 11:55:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 09:55:19 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #44 from Marcel de Rooy --- Trivial rebase on current master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 12:31:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 10:31:44 +0000 Subject: [Koha-bugs] [Bug 16401] System preference staffClientBaseURL hardcoded to 'http://' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16401 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- Glad to see this patch - When using CAS for example it's already required that you add https:// in order to make things work right. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 12:32:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 10:32:48 +0000 Subject: [Koha-bugs] [Bug 16401] System preference staffClientBaseURL hardcoded to 'http://' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16401 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|Trivial patch |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 12:32:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 10:32:51 +0000 Subject: [Koha-bugs] [Bug 16401] System preference staffClientBaseURL hardcoded to 'http://' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16401 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66025|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 66143 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66143&action=edit [SIGNED OFF] Bug 16401: System preference staffClientBaseURL hardcoded to 'http://' Test plan: 1) Insert some value to staffBaseURL preference, without starting http:// 2) Apply the patch 3) Update database 4) Go to system preferences adminsitration, find the staffBaseURL preference, the inserted value should be prepended with 'http://' and the comment should be "This should be a complete URL, starting with http:// or https://. Do not include a trailing slash in the URL. (This must be filled in correctly for CAS, svc, and load_testing to work.)" 5) prove t/db_dependent/Auth_with_cas.t 6) prove t/db_dependent/selenium/basic_workflow.t 7) prove t/db_dependent/check_sysprefs.t Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 12:37:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 10:37:43 +0000 Subject: [Koha-bugs] [Bug 19068] OPAC purchase suggestion doesn' t allow users to enter quantity of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Hi Jon, there is some information missing from your patch so that it doesn't apply cleanly with git commands. It's missing the "header" on top, that includes your authorship etc. How did you create the patch? You can create formatted patch files with "git format-patch" Or you could use git bz (https://wiki.koha-community.org/wiki/Git_bz_configuration). If you are using a kohadevbox this will already be preinstalled, but requires some settings in your configuration file to work right. Please let us know if we can help! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 12:40:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 10:40:59 +0000 Subject: [Koha-bugs] [Bug 13371] Add filters to the supplier list view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13371 --- Comment #78 from Katrin Fischer --- CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt I'd like to take a look, but patches no longer apply. Can you please rebase? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 12:52:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 10:52:02 +0000 Subject: [Koha-bugs] [Bug 18081] New EU General Data Protection Regulation 2018 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18081 --- Comment #3 from Katrin Fischer --- Hi Mike, sorry, I had missed this comment. I have created this page, is it ok? https://wiki.koha-community.org/wiki/Improve_data_protection_and_patron_privacy Please also take a look at our Kanban, where data privacy was suggested for a new "EPIC" that can include several tasks and subtasks. It's better suited for discussions than the wiki: https://tree.taiga.io/project/joubu-koha-rm-1711/us/37 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 12:55:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 10:55:10 +0000 Subject: [Koha-bugs] [Bug 18389] bulkmarcimport.pl does not take notice of MARC modification templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 --- Comment #11 from Katrin Fischer --- Hi Jon, it would be great if this could also be included in the stage_file.pl/commit_file.pl scripts that are command line tools of the staged MARC import. Of course, separate bug (not trying to scope creep)! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:06:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:06:28 +0000 Subject: [Koha-bugs] [Bug 18790] Add ability to void payments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790 Sally Healey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:10:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:10:11 +0000 Subject: [Koha-bugs] [Bug 18389] bulkmarcimport.pl does not take notice of MARC modification templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 --- Comment #12 from Katrin Fischer --- The QA tools point out some small issues with tabs vs. spaces - something to keep in mind for your next patches! As this works great, I am fixing them in the signed-off patch :) FAIL misc/migration_tools/bulkmarcimport.pl OK critic FAIL forbidden patterns forbidden pattern: tab char (line 126) forbidden pattern: tab char (line 128) forbidden pattern: tab char (line 285) forbidden pattern: tab char (line 125) forbidden pattern: tab char (line 131) forbidden pattern: tab char (line 127) forbidden pattern: tab char (line 286) OK git manipulation OK pod OK spelling OK valid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:11:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:11:47 +0000 Subject: [Koha-bugs] [Bug 18389] bulkmarcimport.pl does not take notice of MARC modification templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:11:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:11:50 +0000 Subject: [Koha-bugs] [Bug 18389] bulkmarcimport.pl does not take notice of MARC modification templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63851|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 66144 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66144&action=edit [SIGNED OFF] Bug 18690: Use MARC modification templates with bulkmarcimport.pl When importing large numbers of MARC records from a legacy LMS to Koha using bulkmarcimport.pl, it did not make use of the MARC modification templates in the system (which can be useful for coversion of 852 fields to 952 fields for item holdings for example). This patch allows MARC modification templates to be used with bulkmarcimport.pl. To test: 1) Apply patch. 2) Set up a MARC modification template (in Home > Tools > MARC modification templates) to make some changes to imported MARC records (for example copy a subfield). 3) Take a test set of MARC records that have fields matching the template and import them using the bulkmarcimport.pl tool. For example if these MARC records are in testrecords.mrc and the MARC modification template is called testtemplate use something like: perl misc/migration_tools/bulkmarcimport.pl -commit 1000 \\ -file testrecords.mrc -marcmodtemplate testtemplate 4) Check the imported records in Koha to see that the required modifications have been applied when the MARC records are imported. 5) Sign off. https://bugs.koha-community.org/show_bug.cgi?id=18389 Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:17:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:17:12 +0000 Subject: [Koha-bugs] [Bug 19133] New: REST API: Password recovery Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19133 Bug ID: 19133 Summary: REST API: Password recovery Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Web services Assignee: koha-bugs at lists.koha-community.org Reporter: lari.taskula at jns.fi QA Contact: testopia at bugs.koha-community.org Add password recovery functionality to REST API. Support third party integrations for reset link: by default, use existing password recovery page in Koha OPAC, but also have the ability to link patron to external system to complete their password recovery. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:17:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:17:19 +0000 Subject: [Koha-bugs] [Bug 19133] REST API: Password recovery In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19133 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |lari.taskula at jns.fi |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:18:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:18:14 +0000 Subject: [Koha-bugs] [Bug 14666] adds fixed_fines for overdues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14666 --- Comment #8 from Katrin Fischer --- Patch doesn't apply at the moment: CONFLICT (content): Merge conflict in tools/overduerules.pl Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt Auto-merging installer/data/mysql/kohastructure.sql CONFLICT (content): Merge conflict in installer/data/mysql/kohastructure.sql The code looks clean, but appears to contain only the CRUD for the GUI, not the actually charging of the fine yet. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:23:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:23:22 +0000 Subject: [Koha-bugs] [Bug 17998] Notice ISSUEQSLIP changes do not take effect consistently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17998 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Hi Agnes, I think it's Plack that is causing this. In 3.22 we have it happen often that system preference changes don't take effect immediately, but only after many reloads of the page or a restart of Plack. I think this should be resolved in versions from 16.05, but we have just started testing 16.11. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:25:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:25:27 +0000 Subject: [Koha-bugs] [Bug 18547] On shelf holds allowed > "If all unavailable" ignores default hold policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18547 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18366 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:25:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:25:27 +0000 Subject: [Koha-bugs] [Bug 18366] On shelf holds allowed > "If all unavailable" ignores library of the rule and considers all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18366 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18547 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:27:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:27:23 +0000 Subject: [Koha-bugs] [Bug 18547] On shelf holds allowed > "If all unavailable" ignores default hold policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18547 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #9 from Katrin Fischer --- Any chance to get this moving again? I think this is one of the things that a lot of libraries would like. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:28:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:28:16 +0000 Subject: [Koha-bugs] [Bug 18366] On shelf holds allowed > "If all unavailable" ignores library of the rule and considers all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18366 --- Comment #9 from Katrin Fischer --- Should we mark this a duplicate to 18547? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:46:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:46:00 +0000 Subject: [Koha-bugs] [Bug 19040] Refactor C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66101|0 |1 is obsolete| | --- Comment #6 from Josef Moravec --- Created attachment 66145 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66145&action=edit [SIGNED-OFF] Bug 19040: Refactor GetMarcBiblio parameters Change parameters to a hashref. Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 13:45:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 11:45:57 +0000 Subject: [Koha-bugs] [Bug 19040] Refactor C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 14:01:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 12:01:01 +0000 Subject: [Koha-bugs] [Bug 13766] biblioitems.ean field is too short In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff Patch complexity|Trivial patch |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 14:01:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 12:01:05 +0000 Subject: [Koha-bugs] [Bug 13766] biblioitems.ean field is too short In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36251|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer --- Created attachment 66146 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66146&action=edit Bug 13766 - Change *bibioitems.ean to mediumtext and add indexes - biblioitems.ean and deleteditems.ean are changed to mediumtext to match issn and isbn. - An index is added for ean on both tables. Patch cleans up inconsistencies caused by bug 5337 that causes some older databases to have an existing index on biblioitems.ean. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 14:02:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 12:02:54 +0000 Subject: [Koha-bugs] [Bug 13766] biblioitems.ean field is too short In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|trivial |minor Assignee|frederic at tamil.fr |katrin.fischer at bsz-bw.de CC| |katrin.fischer at bsz-bw.de --- Comment #8 from Katrin Fischer --- Hi Frederic, I hope it's ok that I adopt this bug. I was not sure how best to do a follow up on yours with the need to also move the changes to an atomicupdate, so I have written a new patch from scratch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 14:04:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 12:04:26 +0000 Subject: [Koha-bugs] [Bug 13766] Make biblioitems.ean longer and add index In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|biblioitems.ean field is |Make biblioitems.ean longer |too short |and add index -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 14:04:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 12:04:55 +0000 Subject: [Koha-bugs] [Bug 18048] Add index on biblioitems.ean In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18048 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #1 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 13766 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 14:04:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 12:04:55 +0000 Subject: [Koha-bugs] [Bug 13766] Make biblioitems.ean longer and add index In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 --- Comment #9 from Katrin Fischer --- *** Bug 18048 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 14:17:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 12:17:45 +0000 Subject: [Koha-bugs] [Bug 18845] Encoding problem with subjects of list emails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 --- Comment #5 from Katrin Fischer --- Tested on master using mutt and it seems ok there. Tested on 16.11.10 with Thunderbird - display is ok. But in the web interface of web.de it's still broken: Your list : Jugendb??cher Is it possible we are double encoding here? 132 $mail{subject} = Encode::encode("UTF-8", $mail{subject}); -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 14:21:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 12:21:30 +0000 Subject: [Koha-bugs] [Bug 18845] Encoding problem with subjects of list emails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 --- Comment #6 from Katrin Fischer --- Hm, commenting that out breaks things. (In reply to Katrin Fischer from comment #5) > > Is it possible we are double encoding here? > 132 $mail{subject} = Encode::encode("UTF-8", $mail{subject}); Commenting that line out breaks the display in mutt. So probably not. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 14:34:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 12:34:25 +0000 Subject: [Koha-bugs] [Bug 19101] Zebra rebuild error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19101 --- Comment #4 from Claudio --- Josef, Please look at #18927 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 15:14:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 13:14:24 +0000 Subject: [Koha-bugs] [Bug 13766] Make biblioitems.ean longer and add index In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66146|0 |1 is obsolete| | --- Comment #10 from Colin Campbell --- Created attachment 66147 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66147&action=edit Change biblioitems.ean to mediumtext and add index -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 15:15:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 13:15:27 +0000 Subject: [Koha-bugs] [Bug 13766] Make biblioitems.ean longer and add index In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #11 from Colin Campbell --- Signed off patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 15:17:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 13:17:17 +0000 Subject: [Koha-bugs] [Bug 13766] Make biblioitems.ean longer and add index In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 --- Comment #12 from Katrin Fischer --- Thx Colin! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 15:36:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 13:36:54 +0000 Subject: [Koha-bugs] [Bug 18366] On shelf holds allowed > "If all unavailable" ignores library of the rule and considers all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18366 --- Comment #10 from Claudio --- Yes we should. Please do not forget to consider Andreas' suggestion in comment #7. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 15:38:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 13:38:51 +0000 Subject: [Koha-bugs] [Bug 15347] itemcallnumber syspref does not work when adding items through acquisitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15347 --- Comment #7 from Katrin Fischer --- I can confirm that the itemcallnumber system preference doesn't work for adding items from acquisition. To test: - Make sure itemcallnumber preference is set to field and subfield, that exists in the records you want to use for testing. - Verify that preference works in general in your installation: - Add new item for an existing record with the field. - Verify that the callnumber is filled with the value from the bibliographic record as a suggestion. - Set AcqCreateItem to 'on order' - Create a new basket - Add a order line to it - Verify that the callnumber remains empty unlike in cataloging. Set AcqCreateItem to 'on receive' - Create a new basket - Add a order line to it - Close basket - Receive shipment - Verify that callnumber remains empty unlike in cataloging. If I enter a callnumber to the item in one of those steps, it's stored correctly and visible in the catalog immediately after saving. I think it doesn't matter if it's from Z39.50 or from an existing records - it never works. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 15:39:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 13:39:27 +0000 Subject: [Koha-bugs] [Bug 18366] On shelf holds allowed > "If all unavailable" ignores library of the rule and considers all libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18366 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #11 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 18547 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 15:39:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 13:39:27 +0000 Subject: [Koha-bugs] [Bug 18547] On shelf holds allowed > "If all unavailable" ignores default hold policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18547 --- Comment #10 from Katrin Fischer --- *** Bug 18366 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 15:48:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 13:48:15 +0000 Subject: [Koha-bugs] [Bug 18455] Holiday range has incorrect starting date when crossing a weekly holiday In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18455 --- Comment #2 from Katrin Fischer --- Hi Mark, I've repeated your test plan with every available dateformat setting on master, but I am unable to reproduce the problem. Does it still happen for you? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 15:53:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 13:53:00 +0000 Subject: [Koha-bugs] [Bug 19131] Script marc_subfields_structure ignores add/ edit when liblibrarian is empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19131 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- I think we should remove it - I doubt that the current implementation is still working correctly and in use. Should we create an omnibus? I found a note in Auth.pm: # DEMO => the demo user is allowed to do everything (if demo set to 1 in koha.conf -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 16:44:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 14:44:54 +0000 Subject: [Koha-bugs] [Bug 19134] New: C4:: SMS does not handle drivers with more than two names well Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19134 Bug ID: 19134 Summary: C4::SMS does not handle drivers with more than two names well Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Notices Assignee: koha-bugs at lists.koha-community.org Reporter: magnus at libriotech.no QA Contact: testopia at bugs.koha-community.org This code: 94 my $subpath = $driver; 95 $subpath =~ s|::|/|; is supposed to turn the "A::B" part of e.g. SMS::Send::A::B into "A/B", so it can be used as part of the path to the extra config file introduced in bug 13029. But it will only change the first occurence of :: into a /, so a driver with a name like SMS::Send::A::B::C will result in "A/B::C" being used as part of the path, which fails. A "g" modifier needs to be added to the regex, to do the substitution gloablly, thusly: 95 $subpath =~ s|::|/|g; -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 16:52:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 14:52:17 +0000 Subject: [Koha-bugs] [Bug 19068] OPAC purchase suggestion doesn' t allow users to enter quantity of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 --- Comment #2 from Jon Knight --- I created the patch using "git diff". I'll create a formatted patch next week (I'm not at the machine that has the kohadevbox VM on it at the moment). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 17:49:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 15:49:45 +0000 Subject: [Koha-bugs] [Bug 14695] Add ability to place multiple item holds on a given record per patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19135 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19135 [Bug 19135] AllowHoldsOnPatronsPossessions is not working -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 17:49:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 15:49:45 +0000 Subject: [Koha-bugs] [Bug 19135] New: AllowHoldsOnPatronsPossessions is not working Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19135 Bug ID: 19135 Summary: AllowHoldsOnPatronsPossessions is not working Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Depends on: 14695 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14695 [Bug 14695] Add ability to place multiple item holds on a given record per patron -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 17:54:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 15:54:08 +0000 Subject: [Koha-bugs] [Bug 19135] AllowHoldsOnPatronsPossessions is not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19135 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 17:54:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 15:54:11 +0000 Subject: [Koha-bugs] [Bug 19135] AllowHoldsOnPatronsPossessions is not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19135 --- Comment #1 from Kyle M Hall --- Created attachment 66148 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66148&action=edit Bug 19135 - AllowHoldsOnPatronsPossessions not working Test Plan: 1) Set AllowHoldsOnPatronsPossessions to "Don't" 2) Check out an item to a patron 3) Place a hold on that item for the same patron 4) Note you are allowed to with no alert 5) Delete the hold 6) Apply this patch 7) Place a hold on that item for the same patron 8) Note you recieve an alert now Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 18:53:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 16:53:01 +0000 Subject: [Koha-bugs] [Bug 18927] koha-rebuild-zebra -f -v koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18927 Claudio changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |costalc at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 19:02:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 17:02:21 +0000 Subject: [Koha-bugs] [Bug 18927] koha-rebuild-zebra -f -v koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18927 --- Comment #1 from Claudio --- Jef, I have the same problem in a production installation. I need your opinion about to follow your suggestion to fix it. I've open bz #19101 because a similar problem. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 19:02:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 17:02:29 +0000 Subject: [Koha-bugs] [Bug 19135] AllowHoldsOnPatronsPossessions is not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19135 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 19:02:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 17:02:31 +0000 Subject: [Koha-bugs] [Bug 19135] AllowHoldsOnPatronsPossessions is not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19135 --- Comment #2 from Christopher Brannon --- Created attachment 66149 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66149&action=edit [SIGNED OFF] Bug 19135 - AllowHoldsOnPatronsPossessions not working Test Plan: 1) Set AllowHoldsOnPatronsPossessions to "Don't" 2) Check out an item to a patron 3) Place a hold on that item for the same patron 4) Note you are allowed to with no alert 5) Delete the hold 6) Apply this patch 7) Place a hold on that item for the same patron 8) Note you recieve an alert now Works as expected. Signed-off-by: Christopher Brannon -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 19:16:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 17:16:31 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 --- Comment #49 from Christopher Brannon --- (In reply to Katrin Fischer from comment #46) > Hi Christopher, is the amount outstanding on top updated immediately with > the checkout? Yes. No patch applied. The attention message is updated to reflect the new charge after renewal. I see no need for the patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 19:35:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 17:35:36 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 --- Comment #50 from Katrin Fischer --- It updates in the checkout table - the rental fine column. I think that didn't happen for me without the patch. It also allows multiple renewals of the same item without reloading the page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 22:07:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 20:07:57 +0000 Subject: [Koha-bugs] [Bug 17703] Add ISSN column in serials claims table - fix In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17703 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65455|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer --- Created attachment 66150 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66150&action=edit [SIGNED OFF] Bug 17703 - Add ISSN column in serials claims table - fix Bug 11861 added ISSN column in serials claims table and a SQL query in C4::Serials::GetLateOrMissingIssues(). But this SQL query is in a if $supplierid condition, the same change must be done if $serialid to allow ISSN in CVS export of claims. This patch rewrites the method to have a common SQL query with conditions only on WHERE. Removes the order input arg since it is never used, order in TT is managed by DataTable and CSV export is generated with the order of selected rows. Test plan: - Make sure you have a subscription with some late or missing issues - Go to Tool > CSV profils - Create a profile : Profile name = Issues to claim Profile type = SQL Usage = Late serial issues claims Profile SQL fields = SUPPLIER=aqbooksellers.name|TITLE=subscription.title|ISSN=subscription.issn|ISSUE NUMBER=serial.serialseq|LATE SINCE=serial.planneddate - Go to serials claims page : /cgi-bin/koha/serials/claims.pl - Choose a vendor and click OK - You see serials to claim, with ISSN column filled with subscription's ISSN - Check all lines - Select "Issues to claim" CSV profile - Click on "Download selected claims" => With patch you have ISSN value - Run UT t/db_dependent/Serials/Claims.t Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 22:07:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 20:07:52 +0000 Subject: [Koha-bugs] [Bug 17703] Add ISSN column in serials claims table - fix In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17703 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 22:12:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 20:12:17 +0000 Subject: [Koha-bugs] [Bug 19129] Can't use "I" as a patron category code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- I think there might be a confusion of variables - I is also the code for the category type of Institutional = Organisation patrons. I will investigate a bit. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 22:56:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 20:56:59 +0000 Subject: [Koha-bugs] [Bug 19134] C4::SMS does not handle drivers with more than two names well In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19134 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 22:57:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 20:57:02 +0000 Subject: [Koha-bugs] [Bug 19134] C4::SMS does not handle drivers with more than two names well In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19134 --- Comment #1 from Magnus Enger --- Created attachment 66151 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66151&action=edit Bug 19134 - C4::SMS falils on long driver name Code in C4::SMS takes the part of the SMS::Send-driver that comes after SMS::Send and tries to turn it into part of a path to a YAML file that can contain additional parameters to SMS::Send. The current code works for e.g. SMS::Send::A::B, but if there is one or more extra names, it fails to turn :: into /. So we have: SMS::Send::A::B -> SMS/Send/A/B SMS::Send::A::B::C -> SMS/Send/A/B::C This patch makes sure all occurrences of :: are turned into /, by adding a "g" modifier at the end of the regex. Testing: Testing this preperly would take a whole lot of setup for a very small change. I would suggest that the following two oneliners are enough to demonstrate that the change makes sense: $ perl -e '$x = "a::b::c"; $x =~ s|::|/|; print $x, "\n";' $ perl -e '$x = "a::b::c"; $x =~ s|::|/|g; print $x, "\n";' So: - Check that the output of these oneliners make sense - Check that the patch changes the code in a similar way to the change from the first oneliner to the second. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 23:28:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 21:28:52 +0000 Subject: [Koha-bugs] [Bug 19129] Can't use "I" as a patron category code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 23:28:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 21:28:55 +0000 Subject: [Koha-bugs] [Bug 19129] Can't use "I" as a patron category code In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 --- Comment #2 from Katrin Fischer --- Created attachment 66152 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66152&action=edit Bug 19129 - Clean up Details tab for Organisation patrons Problem: A patron category "I" would cause display problems on the details in the intranet. This is because the templates confused patron category "I" with patron type "I" (organisation). Patch: - Cleans up variable confusion by introducint a new variable 'is_organisation' instead of using 'I'. - The template contained code to change the labels below the address to 'Organisational phone:" etc., I have removed this part as it does not match the edit form anymore. - Initials, date of birth and gender are still hidden for organisation - matching the edit form. Bonus: - The patron category description was missing on the right and left side of the details tab. Now it displays. - Fixes some html issues: - doubled up class attribute in a tag - doubled up

  • To test: - Create 3 patrons - patron category code doesn't matter, but category type organisation - patron category code 'I', category type NOT organisation - patron category code NOT I, category type NOT organisaton - Check details tab in patron account in staff for all 3 - Verify patron category description shows correctly - Verify information added to the account displays correctly (phone numbers, emails, ...) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 23:29:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 21:29:22 +0000 Subject: [Koha-bugs] [Bug 19129] Clean up details tab for organisation patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Can't use "I" as a patron |Clean up details tab for |category code |organisation patrons -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 23:31:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 21:31:40 +0000 Subject: [Koha-bugs] [Bug 19129] Clean up details tab for organisation patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |katrin.fischer at bsz-bw.de |ity.org | Version|16.11 |master -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 17 23:39:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 21:39:32 +0000 Subject: [Koha-bugs] [Bug 19129] Clean up details tab for organisation patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66152|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 66153 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66153&action=edit Bug 19129 - Clean up Details tab for Organisation patrons Problem: A patron category "I" would cause display problems on the details in the intranet. This is because the templates confused patron category "I" with patron type "I" (organisation). Patch: - Cleans up variable confusion by introducint a new variable 'is_organisation' instead of using 'I'. - The template contained code to change the labels below the address to 'Organisational phone:" etc., I have removed this part as it does not match the edit form anymore. - Initials, date of birth and gender are still hidden for organisation - matching the edit form. Bonus: - The patron category description was missing on the right and left side of the details tab. Now it displays. - Fixes some html issues: - doubled up class attribute in a tag - doubled up To test: - Create 3 patrons - patron category code doesn't matter, but category type organisation - patron category code 'I', category type NOT organisation - patron category code NOT I, category type NOT organisaton - Check details tab in patron account in staff for all 3 - Verify patron category description shows correctly - Verify information added to the account displays correctly (phone numbers, emails, ...) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 00:09:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 22:09:20 +0000 Subject: [Koha-bugs] [Bug 18974] Adding further selenium tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 --- Comment #6 from Alex Buckley --- Created attachment 66154 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66154&action=edit Bug 18974 - Added selenium test for the Koha web installer and onboarding tool Test plan: 1. wget https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar 2.vim /etc/apt/sources.list.d/firefox.list 3. Paste in: deb http://packages.linuxmint.com debian import 4. suod apt-get update 5. sudo apt-get install firefox 6. sudo apt-get install xvfb 7. SELENIUM_PATH=/home/vagrant/kohaclone/selenium-server-standalone-2.53.0.jar 8. Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null & 9. DISPLAY=:1 java -jar $SELENIUM_PATH 10. In a new terminal restart memcached and drop and recreate the Koha database 11. sudo koha-shell kohadev 12. perl t/db_dependent/selenium/installkoha.t 13. Notice the db errors saying that database tables do not exist 14. Notice the CP test output messages stating what the test is doing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 00:16:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 22:16:55 +0000 Subject: [Koha-bugs] [Bug 19129] Clean up templates for organisation patrons in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Clean up details tab for |Clean up templates for |organisation patrons |organisation patrons in | |staff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 00:21:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 22:21:16 +0000 Subject: [Koha-bugs] [Bug 19129] Clean up templates for organisation patrons in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66153|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 66155 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66155&action=edit Bug 19129 - Clean up Details tab for Organisation patrons Problem: A patron category "I" would cause display problems on the details in the intranet. This is because the templates confused patron category "I" with patron type "I" (organisation). Patch: - Cleans up variable confusion between categorycode and categorytype. - The template contained code to change the labels below the address to 'Organisational phone:" etc., I have removed this part as it does not match the edit form anymore. - Initials, date of birth and gender are still hidden for organisation - matching the edit form. Bonus: - The patron category description was missing on the right and left side of the details tab. Now it displays. - Fixes some html issues: - doubled up class attribute in a tag - doubled up To test: - Create 3 patrons - patron category code doesn't matter, but category type organisation - patron category code 'I', category type NOT organisation - patron category code NOT I, category type NOT organisaton - Check details tab in patron account in staff for all 3 - Verify patron category description shows correctly - Verify information added to the account displays correctly (phone numbers, emails, ...) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 00:21:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 22:21:20 +0000 Subject: [Koha-bugs] [Bug 19129] Clean up templates for organisation patrons in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 --- Comment #5 from Katrin Fischer --- Created attachment 66156 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66156&action=edit Bug 19129 - Follow-up - Add changes to patron duplicate warning Adds logic from the previous fix to the brief patron summary shown when checking a possible patron duplicate. Bonus: Also fixes missing patron category description there. To Test: - Add 2 patrons - Add a patron with the same surname and firstname as an existing patron in order to trigger the duplicate message - Click "View existing patron" - Verify display is correct when existing patron is - an organisation - not an organisation - Verify that the patron category description shows -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 00:26:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 22:26:15 +0000 Subject: [Koha-bugs] [Bug 12872] Exclude some fields from Zebra indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12872 --- Comment #29 from Katrin Fischer --- Hi Marcel and Kyle, what's needed to get this moving again? Would love to be able to exclude the internal notes from being indexed (bug 15050) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 00:33:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 22:33:09 +0000 Subject: [Koha-bugs] [Bug 12769] Notice fee management In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12769 --- Comment #38 from Katrin Fischer --- I think with the ability to send notices by SMS, phone and print even simultanously a general notice fee won't work so well. I think what we'd need here is the option to define a fee per transport type at least. Ideally: branch - patron category - letter - transport type patron category to be able to distinguish between print sent by mail and delivered 'in-house'. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 00:40:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 22:40:21 +0000 Subject: [Koha-bugs] [Bug 13816] Set Overdue letter fine to the overduerules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13816 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- This patch looks clean, but is missing any logic for actually charging the fines. I think we need to agree on something soon, at the moment it seems bugs are just blocking each other. Could both make sense? A 'overdue fee' per branch-patron category-overdue level and a more general fee on the letter? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 00:41:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 17 Aug 2017 22:41:56 +0000 Subject: [Koha-bugs] [Bug 17614] Introduce multiple fine charging intervals In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17614 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- It would be nice if at the same time we maybe could also allow for different amounts: First fine Patron after 2 days with 20 SEK then wait for 5 more days to add second fine with 70 SEK then wait for another 7 days with 100 SEK. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 02:16:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 00:16:35 +0000 Subject: [Koha-bugs] [Bug 19136] New: kyo Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19136 Bug ID: 19136 Summary: kyo Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: About Assignee: koha-bugs at lists.koha-community.org Reporter: joylan593 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66157 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66157&action=edit kyo -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 03:12:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 01:12:15 +0000 Subject: [Koha-bugs] [Bug 19137] New: kyu Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19137 Bug ID: 19137 Summary: kyu Change sponsored?: --- Product: Koha Version: 16.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Browser compatibility Assignee: oleonard at myacpl.org Reporter: oraclelan16 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66158 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66158&action=edit kyu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 03:24:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 01:24:57 +0000 Subject: [Koha-bugs] [Bug 19136] kyo In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19136 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 03:25:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 01:25:22 +0000 Subject: [Koha-bugs] [Bug 19136] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19136 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID Summary|kyo |SPAM -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 03:25:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 01:25:59 +0000 Subject: [Koha-bugs] [Bug 19137] kyu In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19137 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 03:26:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 01:26:15 +0000 Subject: [Koha-bugs] [Bug 19137] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19137 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|kyu |SPAM Resolution|--- |INVALID Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 04:00:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 02:00:35 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 --- Comment #20 from Aleisha Amohia --- Created attachment 66160 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66160&action=edit Bug 18351: [FOLLOW-UP] Prevent deletion if funds are added after clicking 'Delete' and before confirming delete To test: 1) Create a budget with no fund 2) Click Delete but do not confirm 3) In another tab, add a fund to this budget 4) Go back to original tab and click 'Yes, delete' 5) Confirm budget is not deleted and an appropriate error message shows -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 04:00:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 02:00:30 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 05:24:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 03:24:35 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 05:24:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 03:24:38 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 --- Comment #12 from Aleisha Amohia --- Created attachment 66161 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66161&action=edit Bug 13208: [FOLLOW-UP] Perl documentation for modules -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 05:51:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 03:51:25 +0000 Subject: [Koha-bugs] [Bug 19139] New: Ppq Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19139 Bug ID: 19139 Summary: Ppq Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Browser compatibility Assignee: oleonard at myacpl.org Reporter: kecenoval2 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66162 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66162&action=edit Index By Hacked Mr.H04X -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 06:10:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 04:10:50 +0000 Subject: [Koha-bugs] [Bug 18974] Adding further selenium tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 --- Comment #7 from Alex Buckley --- Created attachment 66163 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66163&action=edit Bug 18974 - Selenium test for cataloguing MARC21 records and adding items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 06:16:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 04:16:53 +0000 Subject: [Koha-bugs] [Bug 18915] Creating a checkout note (patron note) sends an incomplete email message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915 --- Comment #3 from Aleisha Amohia --- (In reply to Marc V?ron from comment #2) > What happens if a library has modified the note? - Modifications for title > and content would get lost with the following statement in > bug_18915_-_modifying_patron_note_notice.sql > > UPDATE letter SET code = 'CHECKOUT_NOTE', name = 'Checkout note on item set > by patron', title = 'Checkout note', content = '<> > <> has added a note to the item <> - > <> (<>).' WHERE code = 'PATRON_NOTE'; I see what you mean, but this patch is fixing the content of the note, so it does need to be changed. Unless you can think of another way to fix the note? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 08:17:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 06:17:51 +0000 Subject: [Koha-bugs] [Bug 18883] koha-http.conf designed for Apache 2.2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18883 sidu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sidua4s at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 08:18:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 06:18:57 +0000 Subject: [Koha-bugs] [Bug 19140] New: http://sman1palangkaraya.sch.id/ Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19140 Bug ID: 19140 Summary: http://sman1palangkaraya.sch.id/ Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Browser compatibility Assignee: oleonard at myacpl.org Reporter: sidua4s at gmail.com QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 08:22:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 06:22:57 +0000 Subject: [Koha-bugs] [Bug 19140] http://sman1palangkaraya.sch.id/ In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19140 --- Comment #1 from sidu --- Created attachment 66164 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66164&action=edit c9 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 08:24:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 06:24:02 +0000 Subject: [Koha-bugs] [Bug 19141] New: hhvvbb Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19141 Bug ID: 19141 Summary: hhvvbb Change sponsored?: --- Product: Project Infrastructure Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Continuous Integration Assignee: tomascohen at gmail.com Reporter: lucky.adhitya96 at gmail.com Created attachment 66165 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66165&action=edit crew -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 08:27:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 06:27:05 +0000 Subject: [Koha-bugs] [Bug 19140] http://sman1palangkaraya.sch.id/ In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19140 sidu changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66164|0 |1 is obsolete| | Assignee|oleonard at myacpl.org |sidua4s at gmail.com --- Comment #2 from sidu --- Created attachment 66166 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66166&action=edit EsetXor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 08:27:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 06:27:40 +0000 Subject: [Koha-bugs] [Bug 19140] http://sman1palangkaraya.sch.id/ In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19140 sidu changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Browser compatibility |Installation and upgrade | |(web-based installer) URL| |http://sman1palangkaraya.sc | |h.id/ CC| |gmcharlt at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 08:37:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 06:37:37 +0000 Subject: [Koha-bugs] [Bug 19144] New: jjhh Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19144 Bug ID: 19144 Summary: jjhh Change sponsored?: --- Product: Project Infrastructure Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Project website Assignee: wizzyrea at gmail.com Reporter: lucky.adhitya96 at gmail.com Created attachment 66169 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66169&action=edit jn -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 08:45:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 06:45:57 +0000 Subject: [Koha-bugs] [Bug 19145] New: jjj Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19145 Bug ID: 19145 Summary: jjj Change sponsored?: --- Product: Project Infrastructure Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Project website Assignee: wizzyrea at gmail.com Reporter: lucky.adhitya96 at gmail.com Created attachment 66170 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66170&action=edit injection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 09:13:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 07:13:40 +0000 Subject: [Koha-bugs] [Bug 18915] Creating a checkout note (patron note) sends an incomplete email message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #4 from Marc V?ron --- cc Marcel because of the initial comment Maybe a warning in update notes that contents of note have been reset? However, IMO librarians would not be happy about. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 09:56:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 07:56:41 +0000 Subject: [Koha-bugs] [Bug 379] DELETE bugs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=379 dalovez changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dal0vezattacker1337 at gmail.c | |om -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 09:57:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 07:57:03 +0000 Subject: [Koha-bugs] [Bug 19146] New: bugs Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19146 Bug ID: 19146 Summary: bugs Change sponsored?: --- Product: Koha Version: 16.05 Hardware: PC OS: Windows Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: dal0vezattacker1337 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66171 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66171&action=edit maklo -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 10:10:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 08:10:41 +0000 Subject: [Koha-bugs] [Bug 19147] New: Error when create new patron Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19147 Bug ID: 19147 Summary: Error when create new patron Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Database Assignee: koha-bugs at lists.koha-community.org Reporter: j.jeyakumar at gmail.com QA Contact: testopia at bugs.koha-community.org Software error: Template process failed: undef error - DBIx::Class::Storage::DBI::_dbh_execute(): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'koha_jeya.me.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by at /usr/share/koha/lib/Koha/Objects.pm line 120 For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 10:11:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 08:11:34 +0000 Subject: [Koha-bugs] [Bug 19147] Error when create new patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19147 Jeyakumar changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |j.jeyakumar at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 10:35:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 08:35:53 +0000 Subject: [Koha-bugs] [Bug 15851] "Analytics: Show analytics" showing regardless of whether they have analytics. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hagud at orex.es --- Comment #5 from Hugo Agud --- We're doing a silly change in xslt in order to fix this we use local marc tag to indicate koha that this record has analytics and then modifiy the xlst according to this. There is two ways of fixing this. 1st --> manual one, using one tag to indicate koha that this record has analytics and show the link 2nd --> some kind of indexes that looks for 773$0 or 773$9 and activate it for the selected records -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 10:55:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 08:55:21 +0000 Subject: [Koha-bugs] [Bug 15851] "Analytics: Show analytics" showing regardless of whether they have analytics. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 --- Comment #6 from Hugo Agud --- 3rd. move to the OPAC the current functionality that indicates that some items includes analytics like the intranet does . -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:03:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:03:44 +0000 Subject: [Koha-bugs] [Bug 18338] Replace varchar(16) with varchar(32) for cardnumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18338 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Josef Moravec --- *** This bug has been marked as a duplicate of bug 13178 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:03:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:03:44 +0000 Subject: [Koha-bugs] [Bug 13178] cardnumber field length is too short In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13178 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #16 from Josef Moravec --- *** Bug 18338 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:06:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:06:18 +0000 Subject: [Koha-bugs] [Bug 18915] Creating a checkout note (patron note) sends an incomplete email message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #5 from Katrin Fischer --- I think in another case, when <> was introduced, Dobrica managed to just replace the broken bit. Could this be an option here? Just replacing biblio.item with biblio.title? The old database update could give an example. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:07:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:07:03 +0000 Subject: [Koha-bugs] [Bug 19136] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19136 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:07:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:07:22 +0000 Subject: [Koha-bugs] [Bug 19137] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19137 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:07:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:07:57 +0000 Subject: [Koha-bugs] [Bug 19139] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19139 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Summary|Ppq |SPAM Resolution|--- |INVALID CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:08:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:08:47 +0000 Subject: [Koha-bugs] [Bug 19149] New: Testing2111 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19149 Bug ID: 19149 Summary: Testing2111 Change sponsored?: --- Product: Project Infrastructure Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Continuous Integration Assignee: tomascohen at gmail.com Reporter: f37ws at golemico.com Created attachment 66173 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66173&action=edit SDK-C5PX -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:09:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:09:37 +0000 Subject: [Koha-bugs] [Bug 19140] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19140 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://sman1palangkaraya.sc | |h.id/ | Status|NEW |RESOLVED Resolution|--- |INVALID CC| |katrin.fischer at bsz-bw.de Summary|http://sman1palangkaraya.sc |SPAM |h.id/ | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:12:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:12:13 +0000 Subject: [Koha-bugs] [Bug 19141] hhvvbb In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19141 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:12:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:12:34 +0000 Subject: [Koha-bugs] [Bug 19141] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19141 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED Summary|hhvvbb |SPAM -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:13:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:13:12 +0000 Subject: [Koha-bugs] [Bug 19144] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19144 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Summary|jjhh |SPAM Resolution|--- |INVALID CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:14:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:14:36 +0000 Subject: [Koha-bugs] [Bug 19145] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19145 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED Summary|jjj |SPAM CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:15:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:15:45 +0000 Subject: [Koha-bugs] [Bug 19146] bugs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19146 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:15:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:15:59 +0000 Subject: [Koha-bugs] [Bug 19146] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19146 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED Summary|bugs |SPAM -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:16:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:16:28 +0000 Subject: [Koha-bugs] [Bug 19149] Testing2111 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19149 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:16:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:16:41 +0000 Subject: [Koha-bugs] [Bug 19149] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19149 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID Summary|Testing2111 |SPAM -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:17:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:17:38 +0000 Subject: [Koha-bugs] [Bug 379] DELETE bugs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=379 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC|dal0vezattacker1337 at gmail.c |katrin.fischer at bsz-bw.de |om | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:21:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:21:15 +0000 Subject: [Koha-bugs] [Bug 19147] Error when create new patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19147 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- This looks like a MySQL compatibility error. Are you using MySQL 5.7 or later? See here: https://wiki.koha-community.org/wiki/Koha_on_Debian#Install_the_Database -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:33:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:33:10 +0000 Subject: [Koha-bugs] [Bug 18845] Encoding problem with subjects of list emails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18845 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #7 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 13245 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:33:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:33:10 +0000 Subject: [Koha-bugs] [Bug 13245] Send Cart via Email corrupts some Unicode characters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13245 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #19 from Katrin Fischer --- *** Bug 18845 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:42:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:42:02 +0000 Subject: [Koha-bugs] [Bug 19087] Creating a serial with a seasonal pattern only starts with Spring In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19087 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Created attachment 66174 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66174&action=edit Screenshot of seasonal pattern 2/year Winter/Summer Hi Kelly, I think I figured it out and have attached a screenshot for my pattern. I think the important bits are: - Set the starting season: begins with = 1 = Summer (0 = Spring) - Edit the advanced pattern - Add 2 - Set back to 1 = Summer If it's ok we could switch this to a bug for the manual (add it there as an example maybe?) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:44:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:44:05 +0000 Subject: [Koha-bugs] [Bug 13245] Send Cart via Email corrupts some Unicode characters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13245 --- Comment #20 from Katrin Fischer --- We've also had reports about this problem in 16.11 and 3.22 - Filippos, will you be able to work on this again? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:49:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:49:22 +0000 Subject: [Koha-bugs] [Bug 17827] Untranslatable "by" in MARC21slim2intranetResults.xsl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17827 --- Comment #5 from Katrin Fischer --- Hi Serhij, the patch looks good now, but I have one concern: The class=author was added to make it possible for libraries to hide the information if they want to. That's why the 'by' was inside. Can we find a way that fixes both needs? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:51:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:51:54 +0000 Subject: [Koha-bugs] [Bug 17776] Shibboleth Authentication is broken in plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17776 --- Comment #16 from Katrin Fischer --- What's missing here to get it moving again? I think the Plack - Shibboleth incompatibility is going to be a real problem for users as Koha without Plack is no fun... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 12:58:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 10:58:19 +0000 Subject: [Koha-bugs] [Bug 17656] Do we need recurring irregularities in Serials ? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 --- Comment #5 from Katrin Fischer --- Thread: https://lists.katipo.co.nz/pipermail/koha/2017-June/048380.html Sadly no comments so far. So it's Lyon 3 and me so far considering this a bug, maybe enough? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 13:03:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 11:03:09 +0000 Subject: [Koha-bugs] [Bug 15752] Automatically switch patron during circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15752 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 13:03:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 11:03:12 +0000 Subject: [Koha-bugs] [Bug 15752] Automatically switch patron during circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15752 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #57015|0 |1 is obsolete| | --- Comment #16 from Josef Moravec --- Created attachment 66175 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66175&action=edit Bug 15752 - Automatically switch patron during circulation With this syspref enabled scanning a patron barcode into the item barcode field during circulation will redirect you to the patron's circulation page. This allows circulation with only a barcode scanner. Testing: - Enable the AutoSwitchPatron syspref - Navigate to a patron's check out screen - Enter a patron barcode into the "Enter item barcode" field Result - Browser should be redirected to the entered patron Signed-off-by: Joel -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 13:03:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 11:03:16 +0000 Subject: [Koha-bugs] [Bug 15752] Automatically switch patron during circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15752 --- Comment #17 from Josef Moravec --- Created attachment 66176 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66176&action=edit Bug 15752: QA followup - search for patrons only if param barcode is defined -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 13:03:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 11:03:20 +0000 Subject: [Koha-bugs] [Bug 15752] Automatically switch patron during circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15752 --- Comment #18 from Josef Moravec --- Created attachment 66177 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66177&action=edit Bug 17572: QA followup - inform user that patron was automatically switched Test plan: 1) Start checking out to some patron - there should be no message about auto switching 2) read the another patrons card - note the patron is switched and there is a message about it at top of the main page content -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 13:26:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 11:26:17 +0000 Subject: [Koha-bugs] [Bug 19150] New: kyo Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19150 Bug ID: 19150 Summary: kyo Change sponsored?: --- Product: Koha Version: 17.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: About Assignee: koha-bugs at lists.koha-community.org Reporter: oraclelan16 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66178 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66178&action=edit kyo kyo -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 13:27:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 11:27:03 +0000 Subject: [Koha-bugs] [Bug 19150] kyo In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19150 --- Comment #1 from kyu --- Created attachment 66179 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66179&action=edit kyoo -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 13:32:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 11:32:52 +0000 Subject: [Koha-bugs] [Bug 19150] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19150 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|kyo |SPAM CC| |katrin.fischer at bsz-bw.de Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 14:29:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 12:29:54 +0000 Subject: [Koha-bugs] [Bug 5534] Koha does not ignore punctuation when searching In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5534 dguidry at lcg.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dguidry at lcg.org --- Comment #12 from dguidry at lcg.org --- Is there any update in regards to this particular issue? I'm running Koha 17.05 and are experiencing the same problem. One example is we have an entry for "Expositor's Dictionary". The only way it will return a result is by searching for "expositor" or "expositor's", but the average person seems to type "expositors" and it returns no results. A typical search engine in 2017 is generally able to handle this, so this is the prevailing user expectation these days. Are there any plans to resolve this sort of usability issue? We've had multiple people report this problem over the last year when searching for various items in our catalog that contain an apostrophe. If there's no fix in the works, is there a decent workaround that can be implemented in the meantime to smooth this over for our users? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 15:05:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 13:05:45 +0000 Subject: [Koha-bugs] [Bug 5534] Koha does not ignore punctuation when searching In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5534 --- Comment #13 from Katrin Fischer --- Hi, I suggest filing a separate bug with your example - Zebra is able to do things like that, but there are known issues with quotes and similar. Sometimes it also depends on configuration (ICU vs. grs-1, installation choices, etc...). Please include information about how you installed Koha and if you changed defaults etc. on installation if possible. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 15:09:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 13:09:24 +0000 Subject: [Koha-bugs] [Bug 5534] Koha does not ignore punctuation when searching In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5534 --- Comment #14 from Katrin Fischer --- Sorry, I see now that this here all started with the discussion about apostrophes - just a lot of information and other problems have been added since. Maybe splitting this into several bugs would still be good - we can link them all to this one. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 15:16:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 13:16:16 +0000 Subject: [Koha-bugs] [Bug 18770] No update between canceled orders and suggestions status create confusion In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18770 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at ccsr.qc | |.ca --- Comment #2 from Marjorie Barry-Vila --- (In reply to Katrin Fischer from comment #1) > What would you suggest? Should it go back to PENDING or ACCEPTED? Or should > we introduce a new status? ORDER_CANCELLED? Hi, I answer for Alexandre, he's my colleague. I think a new status is the best solution to keep a real history. Regards, Marjorie -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 15:16:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 13:16:51 +0000 Subject: [Koha-bugs] [Bug 17527] Hidden settings in MARC framework don' t work correctly on results list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17527 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA Summary|245 $h Medium - hidden |Hidden settings in MARC |settings in MARC framework |framework don't work |don't work correctly |correctly on results list --- Comment #25 from Katrin Fischer --- Hi, I tested this, but can't get it to work on the results lists: - Applied patches - Removed accidental / ::: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ +347,4 @@ > [% IF ( unknownbiblionumber ) %] > Unknown record > [% ELSE %] > +/ Details for [% title |html %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield | html %][% END %] - restart_all in kohadevbox - Set 245$b and 245$p to 'hidden in OPAC' in the frameworks - Checked the result list - subfields still display - Checked the detail page - subfields are hidden (same without patches) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 15:24:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 13:24:20 +0000 Subject: [Koha-bugs] [Bug 18456] Update Italian installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18456 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to Master |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 15:24:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 13:24:21 +0000 Subject: [Koha-bugs] [Bug 18039] Move the mandatory and optional files for non-english languages into ' default' directory so bug 17855 permits use of other languages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18039 Bug 18039 depends on bug 18456, which changed state. Bug 18456 Summary: Update Italian installer sample files for 17.05 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18456 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 15:26:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 13:26:19 +0000 Subject: [Koha-bugs] [Bug 18039] Move the mandatory and optional files for non-english languages into ' default' directory so bug 17855 permits use of other languages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18039 --- Comment #26 from Katrin Fischer --- Patches still apply. Is this still needed? Won't it require changes in other parts now that the onboarding tool has already been pushed? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 16:34:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 14:34:04 +0000 Subject: [Koha-bugs] [Bug 19101] Zebra rebuild error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19101 --- Comment #5 from Claudio --- The solution described in bug #18927 fixed de problem. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 16:38:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 14:38:27 +0000 Subject: [Koha-bugs] [Bug 18927] koha-rebuild-zebra -f -v koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18927 --- Comment #2 from Claudio --- Jef, The problem was fixed in my installation aplying your suggestion. I think this bug is not an enhancement but a major or critical one. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 16:49:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 14:49:43 +0000 Subject: [Koha-bugs] [Bug 18455] Holiday range has incorrect starting date when crossing a weekly holiday In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18455 --- Comment #3 from Mark Alexander --- We have upgraded to 17.05.01, and the problem doesn't seem to happen any more. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 17:06:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 15:06:58 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65961|0 |1 is obsolete| | Attachment #65962|0 |1 is obsolete| | Attachment #65963|0 |1 is obsolete| | Attachment #65964|0 |1 is obsolete| | --- Comment #28 from Kyle M Hall --- Created attachment 66180 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66180&action=edit Bug 18996: Handle data corruption from old_issues at SIP checkin As per bug 18966 AddReturn returns false with a DataCorrupted message when the issue_id at hand already occurs in the old_issues table. This should be handled when returning an item via SIP too. SIP should not pretend that the checkin was successful, since this item needs special care. The following six different situations are handled: [1] An attempt to checkin an invalid barcode is handled as before. The ok flag is false; the screen message shows 'Invalid Item'. [2] We receive a DataCorrupted message: the alert type is set to the unused 98 code to indicate this new error condition. The ok flag is false; the screen message shows 'Checkin failed: data problem'. [3] The item checked in was not checked out AND the option checked_in_ok is active. The ok flag is set to true; no screen message. [4] The item checked in was not checked out AND the option checked_in_ok is not active. The ok flag is not changed (normally false); the screen message shows 'Item not checked out'. [5] (The regular checkin) The item was checked out and AddReturn returned true. The ok flag is true; no screen message. [6] ("Otherwise") The item was checked out, but AddReturn returned false. The ok flag is false; the screen message shows 'Checkin failed'. Note: Currently this case only refers to the Wrongbranch and withdrawn messages from AddReturn (where doreturn==0). Note: Situation 1 and 5 are unchanged. Behavior is slightly changed for situation 3 and 4; the option is only used when the item was not checked out. Situation 2 and situation 6 are changed. After bug 18966 SIP returned OK in case of data corruption (while checkin failed). In the remaining cases under [6] SIP also returned OK while checkin failed. Test plan: [1] Test all six cases listed above. In order to simulate data corruption insert the issue_id at hand in old_issues before you check in. In cases 3 and 4 you need to toggle the option in your SIPconfig.xml and restart the SIP server. Case 6 can be tested by checking out at branch A, adjusting the value of pref AllowReturnToBranch and checking in at branch B. Signed-off-by: Marcel de Rooy Signed-off-by: Colin Campbell Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 17:07:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 15:07:06 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 --- Comment #29 from Kyle M Hall --- Created attachment 66181 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66181&action=edit Bug 18996: Resolve an uninitialized warning from ILS/Item.pm >From the syslog call on line 107/108. The field $item->{title} has not been initialized. When catching the warns in a test script with Test::Warn, I got: Use of uninitialized value $args[1] in sprintf at /usr/lib/x86_64-linux-gnu/perl/5.20/Sys/Syslog.pm line 423. This simply resolves the warning. We might have a closer look to this title field on another report though. Test plan: Run Message.t from the next patch without this fix. It will fail since the additional warning makes warnings_like return false. Signed-off-by: Marcel de Rooy Signed-off-by: Colin Campbell Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 17:06:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 15:06:55 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 17:07:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 15:07:10 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 --- Comment #30 from Kyle M Hall --- Created attachment 66182 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66182&action=edit Bug 18996: Add checkin subtest in SIP/Message.t Variable $branch was not used. Promoted some global vars to our. Shared the branchcode between all three subtests now. The third subtest contains all six cases mentioned in the first patch. Test plan: Run t/db_dependent/SIP/Message.t Signed-off-by: Marcel de Rooy Signed-off-by: Colin Campbell Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 17:07:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 15:07:13 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 --- Comment #31 from Kyle M Hall --- Created attachment 66183 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66183&action=edit Bug 18996: [QA Follow-up] Remove global variables from Message.t As per request of Colin in comment18, this patch makes the use of global variables in Message.t no longer needed. The three subtests are now completely independent and could well be moved to separate test scripts. Note: Strictly speaking, the use of global (package) variables could potentially introduce new bugs (e.g. if the value is modified outside the script). This seems not to be the case here, but we are safe now. Test plan: Run the test again. Signed-off-by: Marcel de Rooy Signed-off-by: Colin Campbell Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 17:07:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 15:07:16 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 --- Comment #32 from Kyle M Hall --- Created attachment 66184 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66184&action=edit Bug 18996 [QA Followup] - Fix some minor whitespace issues Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 17:21:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 15:21:16 +0000 Subject: [Koha-bugs] [Bug 18455] Holiday range has incorrect starting date when crossing a weekly holiday In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18455 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #4 from Katrin Fischer --- Thx for the feedback Mark - I will close WORKSFORME. We can reopen if it manifests again. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 17:25:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 15:25:52 +0000 Subject: [Koha-bugs] [Bug 19101] Zebra rebuild error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19101 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer at bsz-bw.de Resolution|--- |DUPLICATE --- Comment #6 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 18927 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 17:25:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 15:25:52 +0000 Subject: [Koha-bugs] [Bug 18927] koha-rebuild-zebra -f -v koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18927 --- Comment #3 from Katrin Fischer --- *** Bug 19101 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 17:31:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 15:31:20 +0000 Subject: [Koha-bugs] [Bug 5534] Koha does not ignore punctuation when searching In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5534 --- Comment #15 from J Schmidt --- Is this bug specifically tied to Zebra indexing or with this also be the case with ElasticSearch as Koha users move towards that? Thanks. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 17:42:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 15:42:55 +0000 Subject: [Koha-bugs] [Bug 5534] Koha does not ignore punctuation when searching In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5534 --- Comment #16 from Katrin Fischer --- I think I'd put Elasticsearch related issues on a separate bug - most of the discussion here applies to Zebra and both have different configuration files. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 18:07:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 16:07:50 +0000 Subject: [Koha-bugs] [Bug 19087] Creating a serial with a seasonal pattern only starts with Spring In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19087 --- Comment #2 from Kelly McElligott --- Katrin This is awesome. I would agree that a tutorial on using the Season pattern in the manual would be great! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 18:08:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 16:08:49 +0000 Subject: [Koha-bugs] [Bug 19151] New: ijifjdifjdifjd Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19151 Bug ID: 19151 Summary: ijifjdifjdifjd Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: kikisyorgawi at gmail.com QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org Created attachment 66185 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66185&action=edit ucokregar burung -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 18:09:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 16:09:29 +0000 Subject: [Koha-bugs] [Bug 19151] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19151 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|ijifjdifjdifjd |SPAM Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 18:10:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 16:10:49 +0000 Subject: [Koha-bugs] [Bug 19087] Creating a serial with a seasonal pattern only starts with Spring In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19087 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|16.11 |master Severity|normal |enhancement Component|Serials |Documentation Keywords| |Manual -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 18:13:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 16:13:47 +0000 Subject: [Koha-bugs] [Bug 19152] New: Search always defaults to keyword rather than stay on the search option selected Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19152 Bug ID: 19152 Summary: Search always defaults to keyword rather than stay on the search option selected Change sponsored?: --- Product: Koha Version: 16.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: karen at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org One of our library partners was searching for a list of titles and wanted to use the Title option for each of her searches. She noticed that after every search she did using Title search option, the system always defaulted back to Keyword. The expected behavior is that the search option would stay on Title and not default back to Keyword each time. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 18:15:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 16:15:36 +0000 Subject: [Koha-bugs] [Bug 18251] SCO alerts - need a trigger for successful checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18251 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Signed Off CC| |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 18:16:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 16:16:02 +0000 Subject: [Koha-bugs] [Bug 18251] SCO alerts - need a trigger for successful checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18251 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 18:16:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 16:16:37 +0000 Subject: [Koha-bugs] [Bug 19152] Search always defaults to keyword rather than stay on the search option selected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19152 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Hi Karen, is this a duplicate to 19046? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 18:27:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 16:27:27 +0000 Subject: [Koha-bugs] [Bug 19152] Search always defaults to keyword rather than stay on the search option selected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19152 --- Comment #2 from Karen --- Indeed it is, Katrin. Well-spotted! I looked for a pre-existing bug on this issue and couldn't find one. Should I move my comments over to the other bug? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 18:43:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 16:43:21 +0000 Subject: [Koha-bugs] [Bug 19152] Search always defaults to keyword rather than stay on the search option selected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19152 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #3 from Katrin Fischer --- Yes please! *** This bug has been marked as a duplicate of bug 19046 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 18:43:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 16:43:21 +0000 Subject: [Koha-bugs] [Bug 19046] IntranetCatalogSearchPulldown doesn't retain last selection In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19046 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |karen at bywatersolutions.com --- Comment #1 from Katrin Fischer --- *** Bug 19152 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 18:45:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 16:45:30 +0000 Subject: [Koha-bugs] [Bug 19046] IntranetCatalogSearchPulldown doesn't retain last selection In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19046 --- Comment #2 from Karen --- One of our library partners was searching for a list of titles and wanted to use the Title option for each of her searches. She noticed that after every search she did using Title search option, the system always defaulted back to Keyword. The expected behavior is that the search option would stay on Title and not default back to Keyword each time. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 19:19:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 17:19:03 +0000 Subject: [Koha-bugs] [Bug 18251] SCO alerts - need a trigger for successful checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18251 --- Comment #23 from Kyle M Hall --- Created attachment 66187 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66187&action=edit BUg 18251 (QA Followup) Add alert box to checkout message Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 19:19:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 17:19:05 +0000 Subject: [Koha-bugs] [Bug 18251] SCO alerts - need a trigger for successful checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18251 --- Comment #24 from Kyle M Hall --- Created attachment 66188 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66188&action=edit Bug 18251 (QA Followup) Add alerts for all SCO actions To test: Add sound alerts for sco-alert-warning Test various actions (return,renew) and verify success/failure notices and sounds Note additional classes (return,renew,issue) to allow for more specificity of sounds alerts Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 19:19:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 17:19:08 +0000 Subject: [Koha-bugs] [Bug 18251] SCO alerts - need a trigger for successful checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18251 --- Comment #25 from Kyle M Hall --- Created attachment 66189 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66189&action=edit Bug 18251 - (QA Followup) Add 'renew' operation and check renewal vs checkout Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 19:18:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 17:18:56 +0000 Subject: [Koha-bugs] [Bug 18251] SCO alerts - need a trigger for successful checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18251 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61715|0 |1 is obsolete| | Attachment #61716|0 |1 is obsolete| | Attachment #61717|0 |1 is obsolete| | Attachment #61718|0 |1 is obsolete| | --- Comment #22 from Kyle M Hall --- Created attachment 66186 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66186&action=edit Bug 18251 - SCO alerts - need a trigger for successful checkouts This patch adds simple text and a div to allow for sounds to be configured upon successful SCO checkout To test: 1 - Enable sco module 2 - Enable AudioAlerts 3 - Define alert with Selector: .sco-alert-success Sound:http://localhost:8081/intranet-tmpl/prog/sound/opening.ogg 4 - Checkout to patron using SCO 5 - Note only feedback is a addition of item to checkouts list 6 - Apply patch 7 - Checkout ot patron via SCO 8 - You should hear the sound specified above 9 - You should also see a note: Item checked out Followed test plan, works as expected. (Works with external sound only, see Bug 16732) Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 21:10:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 19:10:43 +0000 Subject: [Koha-bugs] [Bug 18884] Advanced search on staff client, Availability limit not properly limiting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18884 Mark Alexander changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marka at pobox.com --- Comment #1 from Mark Alexander --- I ran into this problem today on 17.05.01. The workaround I came up with was to create a library group, and add to this group the specific library I wanted to search. Then in the search form, I selected that library group. I'm not familiar with the code, but I did take a quick look, and couldn't see a way to fix this just in advsearch.tt. The language limit is handled correctly there through the use of a FOREACH loop that inserts "ln,rtrn:" in front of the language name in the option value. But the branch limit is handled by a call to options_for_libraries. That function, in html_helpers.inc, doesn't seem to allow a prefix to be inserted in front of the option value. So it looks like the branch selector in advsearch.tt should have a name other than "limit", and in search.pl this param should be handled separately from the other "limit" params, by inserting the prefix "limit=holdingbranch:" in front of the branch name. Of course, due to my ignorance, I could be entirely wrong about all this :-) . -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 21:38:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 19:38:12 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 --- Comment #1 from Josef Moravec --- Hm, same issue was fixed in 17940, but it is here again... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 21:53:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 19:53:03 +0000 Subject: [Koha-bugs] [Bug 18438] Check in: Modal about holds hides important check in messages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18438 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19116 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 [Bug 19116] Holds not set to waiting when "Confirm" is used -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 21:53:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 19:53:03 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18438 --- Comment #2 from Josef Moravec --- And it is caused by bug 18438... Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18438 [Bug 18438] Check in: Modal about holds hides important check in messages -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 22:06:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 20:06:36 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 --- Comment #3 from Josef Moravec --- So we have to options - in hidden.bs.modal handler call some api to mark the hold waiting, which means to extend api first, svc nor rest don't support it or to get somehow the showed messages and and pass them to returns.pl too - because we don't won't the regression on 18438 funcionality I think... any opinions? Other solution? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 22:21:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 20:21:48 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 --- Comment #4 from Katrin Fischer --- Can you explain a bit about the dependency to the other bug? Just a bit confused because for me it looks like one button works, the other does not... so why not make one behave like the other (missing the deeper understanding here clearly :) ) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 22:27:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 20:27:35 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65854|0 |1 is obsolete| | Attachment #66036|0 |1 is obsolete| | --- Comment #6 from Josef Moravec --- Created attachment 66190 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66190&action=edit [SIGNED-OFF] Bug 19080: Handle non-existing patrons gratefully This is a recurrent bug we have over the last years. When a script is called with non-existent borrowernumber it will crashes. We need to handle this gracefully instead of letting the script crashes. On bug 18403 a new subroutine is added to the codebase (output_and_exit_if_error) to handle this kind of errors correctly. Since it is not pushed yet, I propose to just redirect to a script that handle it correctly (circulation.pl) instead of adding this message to all these scripts. Test plan: Hit different scripts from the members module and pass a non-existent borrowernumber. You must be redirected to circulation.pl with a friendly message. Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 22:27:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 20:27:39 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 --- Comment #7 from Josef Moravec --- Created attachment 66191 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66191&action=edit [SIGNED-OFF] Bug 19080: Fix member vs borrowernumber in delmember Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 22:27:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 20:27:32 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:43:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:43:20 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 --- Comment #5 from Katrin Fischer --- Retested, had totally forgotten we switched to a modal there. Read through the other bug too, but not totally understanding the problem yet. What is strange: if the item is not from a transfer, the button seems to work correctly? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:56:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:56:20 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #85 from M. Tompsett --- Created attachment 66193 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66193&action=edit Bug 14385 Followup: C4::Borrowers not found GetMember is in C4::Members, not C4::Borrowers Signed-off-by: Claire Gravely Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:56:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:56:26 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #86 from M. Tompsett --- Created attachment 66194 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66194&action=edit Bug 14385: Followup: changes to sysprefs.sql and atomicupdate Run updatedatabase.pl when testing Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:56:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:56:33 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #87 from M. Tompsett --- Created attachment 66195 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66195&action=edit Bug 14385: Added missing GetHiddenItems parameter change case Without this prove t had a failure. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:56:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:56:14 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66103|0 |1 is obsolete| | Attachment #66104|0 |1 is obsolete| | Attachment #66105|0 |1 is obsolete| | Attachment #66106|0 |1 is obsolete| | Attachment #66107|0 |1 is obsolete| | Attachment #66108|0 |1 is obsolete| | Attachment #66109|0 |1 is obsolete| | Attachment #66110|0 |1 is obsolete| | Attachment #66111|0 |1 is obsolete| | Attachment #66112|0 |1 is obsolete| | Attachment #66113|0 |1 is obsolete| | Attachment #66114|0 |1 is obsolete| | Attachment #66115|0 |1 is obsolete| | Attachment #66128|0 |1 is obsolete| | Attachment #66131|0 |1 is obsolete| | Attachment #66132|0 |1 is obsolete| | --- Comment #84 from M. Tompsett --- Created attachment 66192 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66192&action=edit Bug 14385: Extend OpacHiddenItems to allow specifying exempt borrower categories Edit: Fixing merge conflicts in - t/db_dependent/Items.t - t/db_dependent/Search.t - C4/Search.pm Changes the API for calling GetHiddenItems and all the places in the code that call it. This is to allow borrower categories to be passed in. Adds an OpacHiddenItemsExceptions syspref to allow certain borrower categories to be able to see items, even if they are marked hidden by OpacHiddenItems To test: 1) Make two borrowers, one in a category that should see everything (ie Adult), and another in a category that should only see certain things (ie Adult - exceptions) 2) Add the borrower that can see everything (the Adult) to OpacHiddenItemsExceptions 3) To the OpacHiddenItems syspref, add an item type (ensure that you have some records that fall under this type in your library). 4) Log in as the borrower that should only see certain things (Adult - exception) 5) Do a search, filtered to show records which are the item type that you specified in the OpacHiddenItems syspref. No records should show for this borrower as this item type is hidden to them. 6) Log in as the borrower that should see everything (Adult) 7) Do the same search. There should be results from this search, as this borrower category has been specified as an exception to the hidden items Signed-off-by: Claire Gravely Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:56:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:56:38 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #88 from M. Tompsett --- Created attachment 66196 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66196&action=edit Bug 14385: Always use mocks, not set_preference Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:56:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:56:42 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #89 from M. Tompsett --- Created attachment 66197 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66197&action=edit Bug 14385: Tweaks so t/db_dependent/00-strict.t passes There was a typo botcat vs borcat and borrowernumber was never defined. Grabbing from userenv, like other code does. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:56:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:56:46 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #90 from M. Tompsett --- Created attachment 66198 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66198&action=edit Bug 14385: Tweak t/db_dependent/Items.t to fully test changes This will test all the if structures fully in GetHiddenItemnumbers. prove t/db_dependent/Items.t Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:56:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:56:50 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #91 from M. Tompsett --- Created attachment 66199 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66199&action=edit Bug 14385: Tweak borrower category code $borrower->{categorycode} on a Koha::Patron is not the same as $borrower->categorycode. Fixed error. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:56:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:56:56 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #92 from M. Tompsett --- Created attachment 66200 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66200&action=edit Bug 14385: Search was returning URLS for wrong interface There was one search context place wrong. Changed it to $is_opac as the logic for setting $is_opac was modified correctly. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:57:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:57:00 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #93 from M. Tompsett --- Created attachment 66201 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66201&action=edit Bug 14385: Corrected issues with category code. When a user isn't logged in, $borrower is undef and causes error when determining category code. Added conditional check. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:57:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:57:05 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #94 from M. Tompsett --- Created attachment 66202 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66202&action=edit Bug 14385: Properly trigger all changes in C4/Search.pm Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:57:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:57:09 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #95 from M. Tompsett --- Created attachment 66203 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66203&action=edit Bug 14385: Fix QA Test tool failures C4/Search.pm had some tabs. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:57:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:57:13 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #96 from M. Tompsett --- Created attachment 66204 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66204&action=edit Bug 14385: Add some commenting to make sense of logic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:57:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:57:19 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #97 from M. Tompsett --- Created attachment 66205 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66205&action=edit Bug 14385: Refactor EmbedItemsInMarcBiblio parameters to hashref -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:57:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:57:24 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #98 from M. Tompsett --- Created attachment 66206 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66206&action=edit Bug 14385: Trigger GetMarcBiblio's EmbedItemsInMarcBiblio call. prove t/db_dependent/Items.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:57:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:57:29 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #99 from M. Tompsett --- Created attachment 66207 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66207&action=edit Bug 14385: Add missing test to trigger Koha/BiblioUtils/Iterator change -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:57:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:57:34 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #100 from M. Tompsett --- Created attachment 66208 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66208&action=edit Bug 14385: Add borrower category overrides These files generally add borcat parameter to GetMarcBiblio. Others might include correction of filtering of items (opac-basket), or a comment as to why no changes were done (opac-search). In the case of opac-search, correcting the first FIXME will likely correct the OpacHiddenItems issues on tags. As such, that is beyond this bugs scope. Some code had loop optimizations and fixes made, like a 'next unless $record' when the biblio shouldn't even be in the list. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:57:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:57:38 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #101 from M. Tompsett --- Created attachment 66209 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66209&action=edit Bug 14385: Modify opac-ISBDdetail and opac-MARCdetail Both files had similar logic. They were rearranged and optimized, so that both files would have practically identical initial blocks of code. Optimizations were possible, because GetMarcBiblio returns a filtered record, so that there is no double call (once in the opac-### file and once in GetMarcBiblio) to GetHiddenItemnumbers. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 18 23:57:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 21:57:42 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #102 from M. Tompsett --- Created attachment 66210 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66210&action=edit Bug 14385: Fix hiding in opac-tags opac/opac-tags.pl was not properly hiding. There is currently one known bug associated with tags left. If you have two biblios tagged by different people with the same tag, the opac-search will show the one you tagged that is supposed to be hidden, because tag searches work differently than regular searches. This is beyond the scope of this bug. See the FIXME's in opac/opac-search.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 00:00:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 22:00:29 +0000 Subject: [Koha-bugs] [Bug 19135] AllowHoldsOnPatronsPossessions is not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19135 Cheryl changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clackman at cityoffargo.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 00:09:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 22:09:18 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |ASSIGNED --- Comment #103 from M. Tompsett --- Comment 51 and 58 constitute the most recent test plan. A more complete single one to come soon. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 00:40:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 18 Aug 2017 22:40:39 +0000 Subject: [Koha-bugs] [Bug 17527] Hidden settings in MARC framework don' t work correctly on results list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17527 --- Comment #26 from M. Tompsett --- (In reply to Katrin Fischer from comment #25) > - restart_all in kohadevbox > - Set 245$b and 245$p to 'hidden in OPAC' in the frameworks > - Checked the result list - subfields still display > - Checked the detail page - subfields are hidden (same without patches) There are lots of places in OPAC related code where it grabs the subtitle, etc. directly from a bibliorecord, rather than the filtered MARC record. BTW, this *might* improve with bugs 19040 and 14385. I make no promises. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 02:00:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 00:00:13 +0000 Subject: [Koha-bugs] [Bug 2946] Lost items (that are hidden in Normal View) still show up in the MARC View in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2946 --- Comment #6 from M. Tompsett --- (In reply to Marc V?ron from comment #5) > Still valid? While working on Bug 14385, I think I saw code that was not copied between various opac/opac-###detail.pl files. I think this may still be valid. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 05:38:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 03:38:00 +0000 Subject: [Koha-bugs] [Bug 2946] Lost items (that are hidden in Normal View) still show up in the MARC View in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2946 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #25963|0 |1 is obsolete| | --- Comment #7 from M. Tompsett --- Created attachment 66211 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66211&action=edit Bug 2946 - Lost items (hidden in Normal View) still show up in the MARC View in OPAC Hides the Holdings that are "Lost" and the entire Holdings table if all items are lost, when the hidelostitems syspref is "Don't Show". Should work in plain text view as well. For the OPAC MARC view of a biblio details. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 05:38:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 03:38:03 +0000 Subject: [Koha-bugs] [Bug 2946] Lost items (that are hidden in Normal View) still show up in the MARC View in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2946 --- Comment #8 from M. Tompsett --- Created attachment 66212 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66212&action=edit Bug 2946: Added some missing logic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 05:41:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 03:41:08 +0000 Subject: [Koha-bugs] [Bug 2946] Lost items (that are hidden in Normal View) still show up in the MARC View in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2946 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66212|0 |1 is obsolete| | --- Comment #9 from M. Tompsett --- Created attachment 66213 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66213&action=edit Bug 2946: Added some missing logic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 05:44:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 03:44:27 +0000 Subject: [Koha-bugs] [Bug 2946] Lost items (that are hidden in Normal View) still show up in the MARC View in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2946 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66213|0 |1 is obsolete| | --- Comment #10 from M. Tompsett --- Created attachment 66214 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66214&action=edit Bug 2946: Added some missing logic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 05:46:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 03:46:42 +0000 Subject: [Koha-bugs] [Bug 2946] Lost items (that are hidden in Normal View) still show up in the MARC View in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2946 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66211|0 |1 is obsolete| | Attachment #66214|0 |1 is obsolete| | --- Comment #11 from M. Tompsett --- Created attachment 66215 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66215&action=edit Bug 2946 - Lost items (hidden in Normal View) still show up in the MARC View in OPAC Hides the Holdings that are "Lost" and the entire Holdings table if all items are lost, when the hidelostitems syspref is "Don't Show". Should work in plain text view as well. For the OPAC MARC view of a biblio details. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 05:46:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 03:46:45 +0000 Subject: [Koha-bugs] [Bug 2946] Lost items (that are hidden in Normal View) still show up in the MARC View in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2946 --- Comment #12 from M. Tompsett --- Created attachment 66216 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66216&action=edit Bug 2946: Added some missing logic -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 08:00:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 06:00:21 +0000 Subject: [Koha-bugs] [Bug 17527] Hidden settings in MARC framework don' t work correctly on results list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17527 --- Comment #27 from Katrin Fischer --- > There are lots of places in OPAC related code where it grabs the subtitle, > etc. directly from a bibliorecord, rather than the filtered MARC record. > > BTW, this *might* improve with bugs 19040 and 14385. I make no promises. I don't think this applies to the XSLT built result list. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 10:16:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 08:16:06 +0000 Subject: [Koha-bugs] [Bug 7937] Silence warns in OPAC error log (koha-opac-error_log) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7937 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|katrin.fischer at bsz-bw.de |koha-bugs at lists.koha-commun | |ity.org Resolution|--- |WONTFIX QA Contact|koha.sekjal at gmail.com |testopia at bugs.koha-communit | |y.org Status|Failed QA |RESOLVED --- Comment #21 from Katrin Fischer --- Very old patch set - best to start over on new bugs. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 10:23:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 08:23:36 +0000 Subject: [Koha-bugs] [Bug 14316] Clarify meaning of record number in Batch record deletion tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14316 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 10:23:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 08:23:39 +0000 Subject: [Koha-bugs] [Bug 14316] Clarify meaning of record number in Batch record deletion tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14316 --- Comment #9 from Katrin Fischer --- Created attachment 66217 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66217&action=edit Bug 14316: Clarify meaning of record number in Batch record modification tool Same change as the first patch, but for the batch record modification tool. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 10:24:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 08:24:43 +0000 Subject: [Koha-bugs] [Bug 14316] Clarify meaning of record number in Batch record deletion tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14316 --- Comment #10 from Katrin Fischer --- (In reply to Jonathan Druart from comment #7) > This patch only affects 1 tool (deletion), to be consistent I propose to > make the same change for the other one (modification). Took a while ... but done! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 10:25:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 08:25:23 +0000 Subject: [Koha-bugs] [Bug 10796] Allow OpacPasswordChange to be set by category type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10796 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|katrin.fischer at bsz-bw.de |koha-bugs at lists.koha-commun | |ity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 10:26:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 08:26:26 +0000 Subject: [Koha-bugs] [Bug 10697] Revert from using GetReserveStatus to use CheckReserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10697 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|katrin.fischer at bsz-bw.de |koha-bugs at lists.koha-commun | |ity.org Status|Patch doesn't apply |RESOLVED Resolution|--- |WONTFIX --- Comment #14 from Katrin Fischer --- Too old - will get obsolete with API work. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 10:50:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 08:50:12 +0000 Subject: [Koha-bugs] [Bug 9857] Did you mean? from authorities uses incorrect punctuation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9857 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 10:50:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 08:50:15 +0000 Subject: [Koha-bugs] [Bug 9857] Did you mean? from authorities uses incorrect punctuation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9857 --- Comment #7 from Katrin Fischer --- Created attachment 66218 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66218&action=edit Bug 9857 - Follow-up - Fix for searches with su= or su: When the initial search is su=.../su:... the links was not constructed correctly. With this change, it should be the case. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 10:51:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 08:51:06 +0000 Subject: [Koha-bugs] [Bug 9857] Did you mean? from authorities uses incorrect punctuation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9857 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #8 from Katrin Fischer --- Follow-up posted - back to Needs Sign-off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 10:51:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 08:51:11 +0000 Subject: [Koha-bugs] [Bug 9857] Did you mean? from authorities uses incorrect punctuation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9857 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 14:27:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 12:27:15 +0000 Subject: [Koha-bugs] [Bug 19147] Error when create new patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19147 --- Comment #2 from Jeyakumar --- (In reply to Katrin Fischer from comment #1) > This looks like a MySQL compatibility error. Are you using MySQL 5.7 or > later? > > See here: > https://wiki.koha-community.org/wiki/Koha_on_Debian#Install_the_Database Hi Katrin Fischer, Thanks for your kind reply. Yes I am using mysql on ubuntu but I remember I follow the steps and run the command to install mysql $ sudo apt-get install mysql-server. Do I need to uninstall first before install for apt-get install? So now what can I do? Do i need to reinstall everything or can do some work around to overcome this issue? Thank you, Jeyakumar -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Aug 19 14:52:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 19 Aug 2017 12:52:07 +0000 Subject: [Koha-bugs] [Bug 19147] Error when create new patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19147 --- Comment #3 from Katrin Fischer --- I think it's possible to switch to MariaDB, but I am not sure about the steps. Please ask on the mailing list (koha or koha-devel) or on IRC. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 03:16:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 01:16:17 +0000 Subject: [Koha-bugs] [Bug 19153] New: Koha Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19153 Bug ID: 19153 Summary: Koha Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: samarosu1 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66223 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66223&action=edit Ossas -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 03:21:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 01:21:38 +0000 Subject: [Koha-bugs] [Bug 19154] New: Koha Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19154 Bug ID: 19154 Summary: Koha Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: samarosu1 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66224 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66224&action=edit Kiplik -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 06:02:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 04:02:52 +0000 Subject: [Koha-bugs] [Bug 19155] New: zhul Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19155 Bug ID: 19155 Summary: zhul Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: zhulantdotid at gmail.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Created attachment 66225 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66225&action=edit zhul -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 09:40:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 07:40:54 +0000 Subject: [Koha-bugs] [Bug 14316] Clarify meaning of record number in Batch record deletion tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14316 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66217|0 |1 is obsolete| | --- Comment #11 from Marc V?ron --- Created attachment 66226 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66226&action=edit Bug 14316: Clarify meaning of record number in Batch record modification tool Same change as the first patch, but for the batch record modification tool. Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 09:41:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 07:41:07 +0000 Subject: [Koha-bugs] [Bug 14316] Clarify meaning of record number in Batch record deletion tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14316 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:12:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:12:37 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63508|0 |1 is obsolete| | Attachment #63509|0 |1 is obsolete| | Attachment #63510|0 |1 is obsolete| | Attachment #63511|0 |1 is obsolete| | Attachment #63512|0 |1 is obsolete| | Attachment #63513|0 |1 is obsolete| | Attachment #63514|0 |1 is obsolete| | Attachment #63515|0 |1 is obsolete| | Attachment #63516|0 |1 is obsolete| | Attachment #63517|0 |1 is obsolete| | Attachment #63518|0 |1 is obsolete| | Attachment #63519|0 |1 is obsolete| | Attachment #63520|0 |1 is obsolete| | Attachment #63521|0 |1 is obsolete| | Attachment #63522|0 |1 is obsolete| | Attachment #63523|0 |1 is obsolete| | Attachment #63524|0 |1 is obsolete| | Attachment #63525|0 |1 is obsolete| | Attachment #63526|0 |1 is obsolete| | Attachment #63527|0 |1 is obsolete| | Attachment #63528|0 |1 is obsolete| | --- Comment #23 from Josef Moravec --- Created attachment 66227 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66227&action=edit Bug 18606: Add RotationCollections object classes Test plan: 1) Apply the patch 2) Update database 3) Go to tools -> Rotating collections and play with trying to break it: 3a) Add some collections 3b) Edit them 3c) Add some items to collections 3d) Remove some items 3e) Transfer some collections 3f) Try to remove collection without items 3g) Try to remove collection with items 4) Go to returns and: 4a) Try to return item from untransferred collection 4b) Try to return item from transferred collection 5) prove t/db_dependent/Koha/RotatingCollections.t t/db_dependent/Koha/Items.t t/db_dependent/Circulation.t t/db_dependent/Circulation/Returns.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:12:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:12:47 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #25 from Josef Moravec --- Created attachment 66229 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66229&action=edit Bug 18606: Database changes - Add foreign keys to collections_tracking -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:12:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:12:51 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #26 from Josef Moravec --- Created attachment 66230 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66230&action=edit Bug 18606: Schema changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:12:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:12:56 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #27 from Josef Moravec --- Created attachment 66231 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66231&action=edit Bug 18606: Get rid of GetItemsInCollection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:12:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:12:42 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #24 from Josef Moravec --- Created attachment 66228 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66228&action=edit Bug 18606: Easy ones - CRUD -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:13:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:13:01 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #28 from Josef Moravec --- Created attachment 66232 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66232&action=edit Bug 18606: Get rid of GetCollectionItemBranches -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:13:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:13:05 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #29 from Josef Moravec --- Created attachment 66233 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66233&action=edit Bug 18606: Get rid of AddItemToCollection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:13:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:13:10 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #30 from Josef Moravec --- Created attachment 66234 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66234&action=edit Bug 18606: Get rid of RemoveItemFromCollection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:13:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:13:15 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #31 from Josef Moravec --- Created attachment 66235 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66235&action=edit Bug 18606: Get rid of TransferCollection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:13:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:13:20 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #32 from Josef Moravec --- Created attachment 66236 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66236&action=edit Bug 18606: Get rid of isItemInThisCollection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:13:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:13:25 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #33 from Josef Moravec --- Created attachment 66237 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66237&action=edit Bug 18606: Get rid of isItemInAnyCollection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:13:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:13:29 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #34 from Josef Moravec --- Created attachment 66238 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66238&action=edit Bug 18606: Remove lefover of C4::RotatingCollections -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:13:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:13:33 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #35 from Josef Moravec --- Created attachment 66239 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66239&action=edit Bug 18606: Rework tests for rotating collections -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:13:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:13:37 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #36 from Josef Moravec --- Created attachment 66240 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66240&action=edit Bug 18606: Add test to t/db_dependent/Koha/Items.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 10:13:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 08:13:42 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #37 from Josef Moravec --- Created attachment 66241 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66241&action=edit Bug 18606: Unify handling of success/error messages -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 11:45:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 09:45:03 +0000 Subject: [Koha-bugs] [Bug 19153] Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19153 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 11:45:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 09:45:26 +0000 Subject: [Koha-bugs] [Bug 19153] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19153 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Koha |SPAM Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 11:45:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 09:45:45 +0000 Subject: [Koha-bugs] [Bug 19154] Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19154 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 11:46:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 09:46:02 +0000 Subject: [Koha-bugs] [Bug 19154] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19154 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Koha |SPAM Resolution|--- |INVALID Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 11:46:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 09:46:30 +0000 Subject: [Koha-bugs] [Bug 19155] zhul In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19155 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 11:46:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 09:46:45 +0000 Subject: [Koha-bugs] [Bug 19155] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19155 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|zhul |SPAM Resolution|--- |INVALID Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 11:47:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 09:47:51 +0000 Subject: [Koha-bugs] [Bug 18927] koha-rebuild-zebra -f -v koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18927 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Severity|enhancement |critical -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 13:32:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 11:32:05 +0000 Subject: [Koha-bugs] [Bug 18996] SIP sets ok flag to true for refused checkin for data corruption In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18996 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #33 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 13:49:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 11:49:48 +0000 Subject: [Koha-bugs] [Bug 19143] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19143 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Koha security |Koha Component|Koha |Architecture, internals, | |and plumbing Status|NEW |RESOLVED Group|Koha security | Resolution|--- |INVALID Summary|http://sman1palangkaraya.sc |SPAM |h.id/ | QA Contact| |testopia at bugs.koha-communit | |y.org Assignee|chris at bigballofwax.co.nz |koha-bugs at lists.koha-commun | |ity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 13:49:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 11:49:43 +0000 Subject: [Koha-bugs] [Bug 19148] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19148 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Koha security |Koha Assignee|chris at bigballofwax.co.nz |koha-bugs at lists.koha-commun | |ity.org Resolution|--- |INVALID Status|NEW |RESOLVED QA Contact| |testopia at bugs.koha-communit | |y.org Group|Koha security | Summary|- |SPAM Component|Koha |Architecture, internals, | |and plumbing -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 13:52:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 11:52:20 +0000 Subject: [Koha-bugs] [Bug 19142] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19142 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Koha security |Koha Component|Koha |Architecture, internals, | |and plumbing Group|Koha security | QA Contact| |testopia at bugs.koha-communit | |y.org Assignee|chris at bigballofwax.co.nz |koha-bugs at lists.koha-commun | |ity.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 13:52:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 11:52:23 +0000 Subject: [Koha-bugs] [Bug 19138] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19138 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|chris at bigballofwax.co.nz |koha-bugs at lists.koha-commun | |ity.org Product|Koha security |Koha QA Contact| |testopia at bugs.koha-communit | |y.org Component|Koha |Architecture, internals, | |and plumbing Group|Koha security | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 15:15:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 13:15:01 +0000 Subject: [Koha-bugs] [Bug 19156] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19156 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Koha security | QA Contact| |testopia at bugs.koha-communit | |y.org Product|Koha security |Koha Resolution|--- |INVALID Summary|1 |SPAM Status|NEW |RESOLVED Assignee|chris at bigballofwax.co.nz |koha-bugs at lists.koha-commun | |ity.org Component|Koha |Architecture, internals, | |and plumbing -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 23:47:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 21:47:43 +0000 Subject: [Koha-bugs] [Bug 2093] Add OPAC dashboard for logged-in users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2093 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 23:47:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 21:47:47 +0000 Subject: [Koha-bugs] [Bug 2093] Add OPAC dashboard for logged-in users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2093 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62983|0 |1 is obsolete| | --- Comment #11 from Aleisha Amohia --- Created attachment 66245 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66245&action=edit Bug 2093 [Compiled CSS] Add OPAC dashboard for logged-in users This patch contains the CSS file compiled from LESS. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 23:52:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 21:52:15 +0000 Subject: [Koha-bugs] [Bug 8628] Add digital signs to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8628 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62338|0 |1 is obsolete| | --- Comment #16 from Aleisha Amohia --- Created attachment 66246 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66246&action=edit Bug 8628: [FOLLOW-UP] Add digital signs to the OPAC This patch rewrites all modules from the original patch to be object oriented. Follows above test plan. Sponsored-by: Region Halland -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 20 23:52:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 21:52:11 +0000 Subject: [Koha-bugs] [Bug 8628] Add digital signs to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8628 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:06:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:06:07 +0000 Subject: [Koha-bugs] [Bug 8628] Add digital signs to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8628 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #58603|0 |1 is obsolete| | --- Comment #17 from Aleisha Amohia --- Created attachment 66247 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66247&action=edit Bug 8628: Add digital signs to the OPAC, dbchanges Database changes for bug 8628 Signed-off-by: Chris Cormack -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:06:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:06:13 +0000 Subject: [Koha-bugs] [Bug 8628] Add digital signs to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8628 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #58604|0 |1 is obsolete| | --- Comment #18 from Aleisha Amohia --- Created attachment 66248 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66248&action=edit Bug 8628: Add digital signs to the OPAC See http://wiki.koha-community.org/wiki/Digital_signs_RFC for details. To test: 1. Apply this patch and the database updates patch 2. Run updatedatabase.pl 3. In staff client, go to Tools/Additional Tools/Digital signs 4. You should be warned about OPACDigitalSigns not being enabled, you can ignore this for now. 5. Add a new sign by clicking the "+ New sign" button 6. Enter a name and optionally numbers for automatic page turing 7. Your new sign should appear in the Signs list 8. Add a new stream by clicking the "+ New stream" button 9. Unless you already have reports in the report group with code SIG, you should be warned that there are no reports in the group with code SIG and given a link for creating a new report. Follow the link and create a new report with report group code SIG. En example SQL command for the report could be: SELECT * FROM biblio WHERE timestamp > DATE_SUB(NOW(), INTERVAL 7 DAY) 10. Go back to the "new stream" page, and reload. You should no longer see a warning message, and your newly created report should appear in the list of reports. 11. Select the report and click Submit. Your newly created stream should now appear in the list of streams. 12. In the list of signs, press "edit streams" for the sign you previously created. 13. Choose a stream to attach and click Submit. Your sign is now ready for OPAC. 14. In OPAC, visit /cgi-bin/koha/opac-signs.pl 15. You should be told that Digital signs are not enabled. Enable with new system preference OPACDigitalSigns and reload the page. 15. You should see a list of available signs, click on a sign that you wish to display. 16. You should now see a list of all books matching the SQL query in the report that you attached to your stream. 17. If you have OPACLocalCoverImages enabled, all books with local covers attached should be presented using this cover. If no local cover is available and the book has a ISBN with a cover in openlibrary.org, the cover image from openlibrary.org should be shown. If all of the above fails, a cover matching the theme of the page should be seen, showing the book title and author. 18. Clicking a book should bring you to a detailed view of the book where you can see the books availability. You should also see the two next books and the two previous books in the stream (unless you're at the beginning or end of the stream) 19. Swiping (if no touch screen, click and hold left mouse button and drag) left/right should bring you to next/previous book. Clicking on the next/previous books (right/left of the active one) should bring you to the detailed view of the clicked book. 20. Leaving the page idle (i.e no user interaction) for the amount of time specified in step 6. should result in the page automatically switching to the next book in the stream. Sponsored-by: Regionbibliotek Halland / County library of Halland Signed-off-by: Chris Cormack In theory this could/should be rewritten to use Koha::Schema instead of direct sql, but this predates the switch, so would be unfair to reject it on that basis (plus until we fix the speed straight sql is way faster anyway) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:06:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:06:20 +0000 Subject: [Koha-bugs] [Bug 8628] Add digital signs to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8628 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64249|0 |1 is obsolete| | --- Comment #19 from Aleisha Amohia --- Created attachment 66249 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66249&action=edit Bug 8628: [FOLLOW-UP] More fixes This patch fixes qa tool issues, problems in comment 13, merge conflicts, other issues with patches Same test plan applies -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:06:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:06:25 +0000 Subject: [Koha-bugs] [Bug 8628] Add digital signs to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8628 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66246|0 |1 is obsolete| | --- Comment #20 from Aleisha Amohia --- Created attachment 66250 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66250&action=edit Bug 8628: [FOLLOW-UP] Add digital signs to the OPAC This patch rewrites all modules from the original patch to be object oriented. Follows above test plan. Sponsored-by: Region Halland -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:07:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:07:20 +0000 Subject: [Koha-bugs] [Bug 8628] Add digital signs to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8628 --- Comment #21 from Aleisha Amohia --- Sorry about all that - looks like the patches apply without conflicts now. Ready to test. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:09:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:09:02 +0000 Subject: [Koha-bugs] [Bug 17896] BakerTaylorEnabled is not plack safe in reading history at the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17896 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:09:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:09:05 +0000 Subject: [Koha-bugs] [Bug 17896] BakerTaylorEnabled is not plack safe in reading history at the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17896 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64271|0 |1 is obsolete| | --- Comment #6 from Aleisha Amohia --- Created attachment 66251 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66251&action=edit Bug 17896: [FOLLOW-UP] Make opac-readingrecord.pl use module Also fix template to use Koha.Preference instead of passing it from the pl file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:09:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:09:41 +0000 Subject: [Koha-bugs] [Bug 17896] BakerTaylorEnabled is not plack safe in reading history at the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17896 --- Comment #7 from Aleisha Amohia --- patches apply without conflict - ready to test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:10:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:10:15 +0000 Subject: [Koha-bugs] [Bug 2093] Add OPAC dashboard for logged-in users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2093 --- Comment #12 from Aleisha Amohia --- patches apply without conflicts, ready to test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:12:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:12:46 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:12:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:12:50 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 --- Comment #17 from Aleisha Amohia --- Created attachment 66252 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66252&action=edit Bug 12691: [FOLLOW-UP] Missing bracket Patch adds bracket to template file (Comment 16) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:16:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:16:43 +0000 Subject: [Koha-bugs] [Bug 4461] Context-sensitive report a problem screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:16:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:16:47 +0000 Subject: [Koha-bugs] [Bug 4461] Context-sensitive report a problem screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65871|0 |1 is obsolete| | --- Comment #11 from Aleisha Amohia --- Created attachment 66253 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66253&action=edit Bug 4461: [FOLLOW-UP] Problem Report feature This patch: - uses a pull down menu to switch the recipient instead of tabs - if the library has no email or the administrator has no email, this error message has been moved to be down by the Submit button - includes use of branchreplyto and ReplytoDefault for branch email - disables use of the feature if the user is not logged in - adds a syspref to hide or show the feature - provides support for if JS is disabled Additional testing: - using the message_queue table, check that the correct recipient receives a problem report when switching in the drop down menu - check appropriate error message shows next to the submit button if an email is not provided. this should dynamically change as you select a different recipient from the drop down menu - check that when the library is the recipient, the feature sends the report to the branchreplyto, then the ReplytoDefault, then the branch email in that priority order - log out of the OPAC and confirm that you can't submit a report without logging in. the submit button should be disabled - disable the OPACReportProblem syspref. the Report a Problem link in the footer should be gone. if you force the URL (/cgi-bin/koha/opac-reportproblem.pl) the form should be hidden and replaced with an error message. - disable JS in your browser. confirm that you are still able to send problem reports to library and administrator. remove the administrator email address. confirm the error message shows next to the submit button and that clicking the submit button returns an error. check in the message_queue that the email was never sent. After this feature is passed: - i would like to add a staff-side feature where staff can see the problem reports and mark them as 'read'. i'll work on that once this gets through :) -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:17:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:17:07 +0000 Subject: [Koha-bugs] [Bug 4461] Context-sensitive report a problem screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461 --- Comment #12 from Aleisha Amohia --- Forgot to change status - this is ready to test -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:43:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:43:54 +0000 Subject: [Koha-bugs] [Bug 18046] Problem with redirect on logout with CAS In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18046 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 00:43:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 22:43:57 +0000 Subject: [Koha-bugs] [Bug 18046] Problem with redirect on logout with CAS In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18046 --- Comment #4 from Chris Cormack --- Created attachment 66254 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66254&action=edit Bug 18046 CAS logout infinite redirect To test (You need a CAS server and CAS configured in Koha) 1/ Login using CAS in Koha 2/ Logout in Koha 3/ Notice you get redirected again and again 4/ Apply patch 5/ Login with CAS, then logout 6/ Notice logout works, but no longer infinitely redirected -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 01:17:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 23:17:16 +0000 Subject: [Koha-bugs] [Bug 15326] Add CMS feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15326 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 01:17:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 23:17:20 +0000 Subject: [Koha-bugs] [Bug 15326] Add CMS feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15326 --- Comment #20 from Aleisha Amohia --- Created attachment 66255 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66255&action=edit Bug 15326: [FOLLOW-UP] Fixing library field in form, opac publishing Fixes issues from Comment 19, please test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 01:31:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 23:31:52 +0000 Subject: [Koha-bugs] [Bug 19134] C4::SMS does not handle drivers with more than two names well In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19134 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 01:31:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 23:31:55 +0000 Subject: [Koha-bugs] [Bug 19134] C4::SMS does not handle drivers with more than two names well In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19134 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66151|0 |1 is obsolete| | --- Comment #2 from Aleisha Amohia --- Created attachment 66256 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66256&action=edit [SIGNED-OFF] Bug 19134: C4::SMS falils on long driver name Code in C4::SMS takes the part of the SMS::Send-driver that comes after SMS::Send and tries to turn it into part of a path to a YAML file that can contain additional parameters to SMS::Send. The current code works for e.g. SMS::Send::A::B, but if there is one or more extra names, it fails to turn :: into /. So we have: SMS::Send::A::B -> SMS/Send/A/B SMS::Send::A::B::C -> SMS/Send/A/B::C This patch makes sure all occurrences of :: are turned into /, by adding a "g" modifier at the end of the regex. Testing: Testing this preperly would take a whole lot of setup for a very small change. I would suggest that the following two oneliners are enough to demonstrate that the change makes sense: $ perl -e '$x = "a::b::c"; $x =~ s|::|/|; print $x, "\n";' $ perl -e '$x = "a::b::c"; $x =~ s|::|/|g; print $x, "\n";' So: - Check that the output of these oneliners make sense - Check that the patch changes the code in a similar way to the change from the first oneliner to the second. Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 01:46:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 23:46:32 +0000 Subject: [Koha-bugs] [Bug 19129] Clean up templates for organisation patrons in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66155|0 |1 is obsolete| | --- Comment #6 from Aleisha Amohia --- Created attachment 66257 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66257&action=edit [SIGNED-OFF] Bug 19129 - Clean up Details tab for Organisation patrons Problem: A patron category "I" would cause display problems on the details in the intranet. This is because the templates confused patron category "I" with patron type "I" (organisation). Patch: - Cleans up variable confusion between categorycode and categorytype. - The template contained code to change the labels below the address to 'Organisational phone:" etc., I have removed this part as it does not match the edit form anymore. - Initials, date of birth and gender are still hidden for organisation - matching the edit form. Bonus: - The patron category description was missing on the right and left side of the details tab. Now it displays. - Fixes some html issues: - doubled up class attribute in a tag - doubled up To test: - Create 3 patrons - patron category code doesn't matter, but category type organisation - patron category code 'I', category type NOT organisation - patron category code NOT I, category type NOT organisaton - Check details tab in patron account in staff for all 3 - Verify patron category description shows correctly - Verify information added to the account displays correctly (phone numbers, emails, ...) Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 01:47:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 23:47:19 +0000 Subject: [Koha-bugs] [Bug 19129] Clean up templates for organisation patrons in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 01:47:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 23:47:23 +0000 Subject: [Koha-bugs] [Bug 19129] Clean up templates for organisation patrons in staff In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19129 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66156|0 |1 is obsolete| | --- Comment #7 from Aleisha Amohia --- Created attachment 66258 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66258&action=edit [SIGNED-OFF] Bug 19129 - Follow-up - Add changes to patron duplicate warning Adds logic from the previous fix to the brief patron summary shown when checking a possible patron duplicate. Bonus: Also fixes missing patron category description there. To Test: - Add 2 patrons - Add a patron with the same surname and firstname as an existing patron in order to trigger the duplicate message - Click "View existing patron" - Verify display is correct when existing patron is - an organisation - not an organisation - Verify that the patron category description shows Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 01:53:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 23:53:10 +0000 Subject: [Koha-bugs] [Bug 19126] Fix Members.t with IndependentBranches set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19126 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 01:53:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 20 Aug 2017 23:53:13 +0000 Subject: [Koha-bugs] [Bug 19126] Fix Members.t with IndependentBranches set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19126 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66064|0 |1 is obsolete| | --- Comment #2 from Aleisha Amohia --- Created attachment 66259 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66259&action=edit [SIGNED-OFF] Bug 19126: Fix Members.t with IndependentBranches set If you enabled that pref, Members.t fails with: t/db_dependent/Members.t .. 63/63 # Looks like you failed 15 tests of 63. The first one is: t/db_dependent/Members.t .. 32/63 Failed test 'Staff patron not deleted from list' at t/db_dependent/Members.t line 304. Bottle neck is GetBorrowersToExpunge. The results of that sub depend on the state of this preference. Trivially fixing it here by disabling the pref before the first call. Test plan: [1] Do not apply this patch yet. Enable IndependentBranches. [2] Run Members.t and observe that it fails. [3] Apply this patch. And run Members.t again. It should pass now. Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 02:32:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 00:32:26 +0000 Subject: [Koha-bugs] [Bug 18789] Send a Koha::Patron object to the templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18789 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleisha at catalyst.net.nz Status|Needs Signoff |Patch doesn't apply --- Comment #11 from Aleisha Amohia --- Patch did not apply: $ git bz apply 18789 Bug 18789 - Send a Koha::Patron object to the templates 64211 - Bug 18789: Send Koha::Patron object to the templates 64212 - Bug 18789: Pass a Koha::Patron object from returns.pl 64213 - Bug 18789: Use Koha::Patron->image from the templates 64214 - Bug 18789: add tests for is_adult and is_child 64215 - Bug 18789: Use Koha::Patron->is_child where needed 64216 - Bug 18789: Use Koha::Patron->is_adult where needed 64218 - Bug 18789: Remove useless IS_ADULT variable 64219 - Bug 18789: Remove adultborrower from the pay* scripts 64221 - Bug 18789: Update other occurences where is->child should be used 64229 - Bug 18789: (follow-up)Send Koha::Patron object to the templates Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 18789: Send Koha::Patron object to the templates fatal: sha1 information is lacking or useless (acqui/booksellers.pl). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Bug 18789: Send Koha::Patron object to the templates -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 04:52:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 02:52:20 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 --- Comment #51 from Srdjan Jankovic --- Created attachment 66261 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66261&action=edit Bug 14803 follow-up: outstanding-fees-amount is a class, not id Multiple outstanding-fees-amount displays on the page -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 04:55:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 02:55:44 +0000 Subject: [Koha-bugs] [Bug 14803] Rental and fine fees are not updating on circulation screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14803 --- Comment #52 from Srdjan Jankovic --- Katrin is correct. And we can make an even stronger statement: It does not show correct charges per item in general - does not take renewals in account. In that spirit, I've added a small follow-up to update Fines & Charges tab as well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 05:52:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 03:52:24 +0000 Subject: [Koha-bugs] [Bug 19159] New: cc Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19159 Bug ID: 19159 Summary: cc Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: About Assignee: koha-bugs at lists.koha-community.org Reporter: w4hy0eid at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66262 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66262&action=edit cc -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 07:16:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 05:16:37 +0000 Subject: [Koha-bugs] [Bug 19159] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19159 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|cc |SPAM CC| |katrin.fischer at bsz-bw.de Resolution|--- |INVALID Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 09:56:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 07:56:39 +0000 Subject: [Koha-bugs] [Bug 12204] in RESERVESLIP, any 'reserve' field is not being expanded correctly. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12204 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off CC| |magnus at libriotech.no --- Comment #11 from Magnus Enger --- There have been a lot of long discussions, but as far as I can tell, these bugs: Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14937 minor, P5 - low, ---, kyle.m.hall, CLOSED FIXED, Expiration date for holds based onReservesMaxPickUpDelay should not require ExpireReservesMaxPickUpDelay Bug http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12063 enhancement, P5 - low, ---, alex.arnaud, RESOLVED FIXED, Change date calculation for reserve expiration to skip all holidays have changed things enough that it now makes sense to revive the current bug/patch. I have made a similar change on my live server and customers are happy with it. I am setting the status to "Signed off". Please set it to "Needs signoff" you think that is necessary. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 10:34:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 08:34:03 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65529|0 |1 is obsolete| | --- Comment #18 from Marc V?ron --- Created attachment 66263 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66263&action=edit Bug 12691: Use Koha.Preference in Self-Checkout For calls to SCOUserJS, SCOUserCSS, OPACUserCSS, AllowSelfCheckReturns, OpacFavicon, ShowPatronImageInWebBasedSelfCheck, SelfCheckoutByLogin Sponsored-by: Catalyst IT Signed-off-by: Katrin Fischer Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 10:35:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 08:35:52 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65528|0 |1 is obsolete| | --- Comment #19 from Marc V?ron --- Created attachment 66264 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66264&action=edit Bug 12691: [FOLLOW-UP] Follow-up patch This patch fixes merge conflicts and fixes the problems in Comment 7 QA tools complain about missing bracket, will be fixed in next followup Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 10:36:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 08:36:57 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 10:36:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 08:36:45 +0000 Subject: [Koha-bugs] [Bug 12691] Use Koha.Preference for calls to SCOUserJS, SCOUserCSS, OPACUserCSS, opacuserjs, etc in Self-Checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12691 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66252|0 |1 is obsolete| | --- Comment #20 from Marc V?ron --- Created attachment 66265 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66265&action=edit Bug 12691: [FOLLOW-UP] Missing bracket Patch adds bracket to template file (Comment 16) Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 12:10:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 10:10:08 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 --- Comment #64 from Alex Sassmannshausen --- Created attachment 66266 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66266&action=edit Bug 7317: Only allow cancellation request when status is new. * Koha/Illrequest.pm (_core_status_graph): Update status graph. * koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-illrequests.tt: Only show button when status is NEW. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 12:54:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 10:54:05 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 Krishna K changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |krishna.moorthy94 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 13:10:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 11:10:14 +0000 Subject: [Koha-bugs] [Bug 17258] [OMNIBUS] MySQL 5.7 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17258 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[OMIBUS] MySQL 5.7 |[OMNIBUS] MySQL 5.7 CC| |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:13:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:13:58 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63593|0 |1 is obsolete| | --- Comment #53 from Julian Maurice --- Created attachment 66267 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66267&action=edit Bug 11999: Add two checks in CanBookBeReserved and CanItemBeReserved - Check if borrower already has reserved the same biblio (or item). - Check if borrower has reached the maximum number of holds allowed (syspref maxreserves) The goal of this patch is to do these checks also when using ILS-DI services HoldTitle and HoldItem Test plan: ---------- Before patch: 1/ Set syspref maxreserves to 1 2/ Place some holds through ILS-DI and note that you can place more than 1 hold for a borrower 3/ Try to hold the same biblio/item with the same borrower through ILS-DI and note that you can Apply the patch 4/ Place some holds through ILS-DI, you shouldn't be able to place more than 1 hold for a borrower 5/ Try to hold the same biblio/item with the same borrower through ILS-DI. You shouldn't be able to do that. 6/ Try to place holds on staff interface and OPAC. The behaviour must be identical than before the patch. Maxreserves and alreadyreserved works on ILSDI Maxreserves works also on staff and opac Already reserves works also on staff and opac tests on t/db_dependent/Reserves.t and t/db_dependent/Holds.t passe (using koha_ut db) Signed-off-by: Alex Sassmannshausen Signed-off-by: Alex Arnaud -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:14:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:14:03 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63594|0 |1 is obsolete| | --- Comment #54 from Julian Maurice --- Created attachment 66268 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66268&action=edit Bug 11999: Check for age restriction in CanBookBeReserved + improve t/db_dependent/Reserves.t to make tests pass on UNIMARC installation Maxreserves and alreadyreserved works on ILSDI Maxreserves works also on staff and opac Already reserves works also on staff and opac tests on t/db_dependent/Reserves.t and t/db_dependent/Holds.t passe (using koha_ut db) Signed-off-by: Alex Arnaud -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:14:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:14:07 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63595|0 |1 is obsolete| | --- Comment #55 from Julian Maurice --- Created attachment 66269 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66269&action=edit Bug 11999: Remove 'alreadyReserved' check in CanBookBeReserved Since bug 14695 it is possible to reserve more than one item per biblio Also fix bad use of $item -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:14:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:14:11 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 --- Comment #56 from Julian Maurice --- Created attachment 66270 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66270&action=edit Bug 11999: Remove the "biblio already reserved" check in CanItemBeReserved -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:15:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:15:01 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #57 from Julian Maurice --- All patches rebased on master. The last patch should fix comment 52 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:20:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:20:11 +0000 Subject: [Koha-bugs] [Bug 10591] Why do we allow holds on restricted items (952$5= Use restrictions)? Place a hold for reference? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10591 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Manual -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:20:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:20:41 +0000 Subject: [Koha-bugs] [Bug 18834] Show "Anyone seeing this list" permission only for shared and public lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18834 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Failed QA |RESOLVED --- Comment #23 from Marcel de Rooy --- Bug 18980 has been pushed. This bug can be closed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:20:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:20:51 +0000 Subject: [Koha-bugs] [Bug 18834] Show "Anyone seeing this list" permission only for shared and public lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18834 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:28:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:28:53 +0000 Subject: [Koha-bugs] [Bug 12872] Exclude some fields from Zebra indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12872 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com, | |tomascohen at gmail.com --- Comment #30 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #29) > Hi Marcel and Kyle, what's needed to get this moving again? > Would love to be able to exclude the internal notes from being indexed (bug > 15050) Hard to say. Another question is: If we exclude field A from Zebra, do we need to exclude it from ElasticSearch too ? If we add a pref or a config var, it is on the instance level. We probably don't want it to be on search engine level ? Nick: Could you please report the current status of Elastic in this regard? How can I exclude a specific field from indexing per INSTANCE in Elastic now ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:40:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:40:37 +0000 Subject: [Koha-bugs] [Bug 18915] Creating a checkout note (patron note) sends an incomplete email message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915 --- Comment #6 from Marcel de Rooy --- (In reply to Aleisha Amohia from comment #3) > (In reply to Marc V?ron from comment #2) > > What happens if a library has modified the note? - Modifications for title > > and content would get lost with the following statement in > > bug_18915_-_modifying_patron_note_notice.sql > > > > UPDATE letter SET code = 'CHECKOUT_NOTE', name = 'Checkout note on item set > > by patron', title = 'Checkout note', content = '<> > > <> has added a note to the item <> - > > <> (<>).' WHERE code = 'PATRON_NOTE'; > > I see what you mean, but this patch is fixing the content of the note, so it > does need to be changed. Unless you can think of another way to fix the note? Aleisha, Could you fix the note by just a SQL replace for the wrong field? UPDATE table SET field = REPLACE(field ,from_str, to_str) etc etc So look for biblio.item only and replace that by biblio.title. If the library changed the note and fixed it already, there will be no problem. Please adjust this entry too: installer/data/mysql/updatedatabase.pl: VALUES ('circulation', 'PATRON_NOTE', '', 'Patron note on item', '0', 'Patron issue note', '<> <> has added a note to the item <> - <> (<>).','email'); And do not forget to add PATRON_NOTE (or CHECKOUT_NOTE) to installer/data/mysql/en/mandatory/sample_notices.sql It does not occur yet.. Thanks ! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:42:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:42:19 +0000 Subject: [Koha-bugs] [Bug 12872] Exclude some fields from Zebra indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12872 --- Comment #31 from Nick Clemens --- (In reply to Marcel de Rooy from comment #30) > (In reply to Katrin Fischer from comment #29) > > Hi Marcel and Kyle, what's needed to get this moving again? > > Would love to be able to exclude the internal notes from being indexed (bug > > 15050) > Hard to say. > > Another question is: If we exclude field A from Zebra, do we need to exclude > it from ElasticSearch too ? If we add a pref or a config var, it is on the > instance level. We probably don't want it to be on search engine level ? > > Nick: Could you please report the current status of Elastic in this regard? > How can I exclude a specific field from indexing per INSTANCE in Elastic now > ? I would say yes, if excluding from Zebra we should exclude from Elastic, I am having a hard time thinking of a reason you would only want to exclude form one search engine. Currently ES implementation doesn't support this, we push the entire record into the '_all' field. Catmandu fixes do allow exclusion of fields I believe, so we should be able to add the ability to exclude fields into the configuration section, or in a syspref, to allow this per instance -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:44:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:44:37 +0000 Subject: [Koha-bugs] [Bug 17656] Do we need recurring irregularities in Serials ? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17656 --- Comment #6 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #5) > Thread: https://lists.katipo.co.nz/pipermail/koha/2017-June/048380.html > > Sadly no comments so far. So it's Lyon 3 and me so far considering this a > bug, maybe enough? We can wait a little bit more :) Good things take time.. Hope to address this later, having some more feedback. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:52:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:52:42 +0000 Subject: [Koha-bugs] [Bug 17381] Add system preference SCOMainUserBlock In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17381 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63611|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:56:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:56:55 +0000 Subject: [Koha-bugs] [Bug 17381] Add system preference SCOMainUserBlock In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17381 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63611|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 14:57:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 12:57:56 +0000 Subject: [Koha-bugs] [Bug 12872] Exclude some fields from Zebra indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12872 --- Comment #32 from Tom?s Cohen Arazi --- (In reply to Marcel de Rooy from comment #30) > (In reply to Katrin Fischer from comment #29) > > Hi Marcel and Kyle, what's needed to get this moving again? > > Would love to be able to exclude the internal notes from being indexed (bug > > 15050) > Hard to say. > > Another question is: If we exclude field A from Zebra, do we need to exclude > it from ElasticSearch too ? If we add a pref or a config var, it is on the > instance level. We probably don't want it to be on search engine level ? > > Nick: Could you please report the current status of Elastic in this regard? > How can I exclude a specific field from indexing per INSTANCE in Elastic now > ? Definitely worth re thinking on ES as we could have separate indexes for intranet and OPAC. Filtering should be achieved using the record processor filter over MARC records we already have, before sending for indexing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 15:17:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 13:17:44 +0000 Subject: [Koha-bugs] [Bug 12872] Exclude some fields from Zebra indexing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12872 --- Comment #33 from Katrin Fischer --- I think with Zebra separate complete indexes would need twice as much space, that might be an issue for bigger installations. Also needs separate reindexing etc. Using the record filter would require that. Having some indexes separate for intranet/staff might be less resource intensive. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 15:29:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 13:29:53 +0000 Subject: [Koha-bugs] [Bug 17381] Add system preference SCOMainUserBlock In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17381 --- Comment #10 from Marc V?ron --- Created attachment 66271 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66271&action=edit Bug 17381: Add system preference SCOMainUserBlock This patch adds a system preference SCOMainUserBlock to display custom HTML on the self checkout page. To test: - Set up self checkout (see section Self Checkout in Circulaton sysprefs ) - Apply patch - Update db - Add some HTML system preference SCOMainUserBlock - Go to sco page - Verify that HTML displays on page (logged in and not logged in) New version based on Koha.Preference TT plugin as of comment #7 Depends on Bug 12691 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 15:30:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 13:30:25 +0000 Subject: [Koha-bugs] [Bug 17381] Add system preference SCOMainUserBlock In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17381 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 15:51:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 13:51:16 +0000 Subject: [Koha-bugs] [Bug 14007] Item Types for items hidden by OpacHiddenItems turn up in facet results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14007 Chris Slone changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cslone at camdencountylibrary. | |org --- Comment #1 from Chris Slone --- I know this bug is a little old now, but it is still pertinent. If you have an item type that cannot be viewed on the OPAC it still shows up in the facets. For example, we have an Interlibrary Loan item type that is not visible on the OPAC, but it appears in the facets when it meets the criteria of the search. Clicking on this item type will bring you to an error message. It's confusing to the patron and/or gives the impression that there are problems with the OPAC. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:02:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:02:20 +0000 Subject: [Koha-bugs] [Bug 19122] IncludeSeeFromInSearches is broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19122 Jens Weber changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jens.weber at phsh.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:12:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:12:03 +0000 Subject: [Koha-bugs] [Bug 17509] Notify patrons to return items requested on hold by another person In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17509 Sally Healey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:20:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:20:36 +0000 Subject: [Koha-bugs] [Bug 17989] Stricter control on source directory for html templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65277|0 |1 is obsolete| | --- Comment #6 from Marcel de Rooy --- Created attachment 66272 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66272&action=edit Bug 17989: Centralize bad template check The bad template check in get_template_and_user can be removed, since this check has been added in gettemplate on bug 18010. The check moves here to a new sub in C4::Templates. And will be extended in a follow-up. Removed unused variable $path in gettemplatefile. Test plan: [1] Run t/db_dependent/Auth.t (get_template_and_user bad calls). [2] Run t/db_dependent/Templates.t (bad call to gettemplate). Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:20:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:20:40 +0000 Subject: [Koha-bugs] [Bug 17989] Stricter control on source directory for html templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65278|0 |1 is obsolete| | --- Comment #7 from Marcel de Rooy --- Created attachment 66273 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66273&action=edit Bug 17989: Extend bad template check The check is now extended by only allowing templates from the regular Koha template directories and additional plugin directories as defined in koha-conf.xml. Note: In order to prevent an uninitialized warning on $theme from sub themelanguage for a not-existing file, I added a trivial assignment. Will get further attention in a follow-up. Test plan: [1] Run t/db_dependent/Auth.t [2] Run t/db_dependent/Templates.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:20:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:20:43 +0000 Subject: [Koha-bugs] [Bug 17989] Stricter control on source directory for html templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65279|0 |1 is obsolete| | --- Comment #8 from Marcel de Rooy --- Created attachment 66274 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66274&action=edit Bug 17989: Include full path logic in _get_template_file Similar to the full path test in sub themelanguage, this patch makes a change in _get_template_file. This allows you to pass a template outside the modules directory to get_template_and_user. (Note: the sub badtemplatecheck already blocks bad paths.) Especially, this would be helpful for plugins using templates. As can be seen in Templates.pm, a change was made earlier to overwrite the filename for a plugin in sub gettemplate. This exception can now be removed. Also note the small change in Koha/Plugin/Base.pm; mbf_path is already absolute and if we pass a full path, we do not need it. This allows use of a regular Koha template or a shared template between plugins (as long as badtemplatecheck allows the path). What are the side-effects of this change? [1] We should not pass absolute paths if we mean relative ones. A follow-up patch deals with one occurrence in the codebase. No regressions for regular use. [2] Plugins can call get_template_and_user directly or go via get_template in Koha/Plugin/Base (absolute paths don't go via mbf_path). Note: replaced two single quotes in Auth.pm to show template name in test description. Test plan: [1] Open some page on OPAC or staff client to trigger a template. [2] Run t/db_dependent/Auth.t to verify not allowing some bad templates. [3] Run t/db_dependent/Templates.t to verify an absolute path. [4] Run t/db_dependent/Plugins.t to verify using templates in a plugin. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:20:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:20:47 +0000 Subject: [Koha-bugs] [Bug 17989] Stricter control on source directory for html templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65280|0 |1 is obsolete| | --- Comment #9 from Marcel de Rooy --- Created attachment 66275 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66275&action=edit Bug 17989: Resolve "verbatim paragraph in NAME section" warning in C4::Templates *** WARNING: Verbatim paragraph in NAME section at line 28 in file C4/Templates.pm Test plan: Run podchecker on C4::Templates and verify that the warning is resolved. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:20:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:20:51 +0000 Subject: [Koha-bugs] [Bug 17989] Stricter control on source directory for html templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65281|0 |1 is obsolete| | --- Comment #10 from Marcel de Rooy --- Created attachment 66276 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66276&action=edit Bug 17989: Final changes [1] The template sco/printslip.tt is in the regular modules directory. Should not be prefixed with a slash. [2] Script svc/members/search gets its template path from a URL parameter. When you git grep json_template, you will have an idea what values it should receive. Test plan: [1] Go intranet home page. Search for patrons in the combo box. Results? [2] Try the URL /cgi-bin/koha/svc/members/search. Should trigger a 500 error with Bad template path in the logs. [3] Try to find another occurrence just like the one corrected in sco/printslip.pl where an absolute path is passed to gettemplate or get_template_and_user. I already tried several regex variations while git grepping template_name, but you may still find one.. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:21:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:21:07 +0000 Subject: [Koha-bugs] [Bug 17989] Stricter control on source directory for html templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989 --- Comment #11 from Marcel de Rooy --- Trivial rebase -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:21:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:21:08 +0000 Subject: [Koha-bugs] [Bug 5534] Koha does not ignore punctuation when searching In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5534 --- Comment #17 from dguidry at lcg.org --- We originally installed Koha around May or June of 2016 and would have been on the 3.22 version that was released at that time. We used defaults for everything as far as I remember and it appears that we're using Zebra. Is it possible to switch to ElasticSearch and is it fairly involved to do so? Are there any other considerations to take into account before doing so? Is ElasticSearch production-ready? Thanks! -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:27:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:27:13 +0000 Subject: [Koha-bugs] [Bug 17380] Resolve several problems related to Default authority framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17380 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64952|0 |1 is obsolete| | --- Comment #9 from Marcel de Rooy --- Created attachment 66277 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66277&action=edit Bug 17380: Add some checks around Authorities::Types->find Resolves: Use of uninitialized value $biblio_fields in scalar chop at authorities/detail.pl line 212. Can't call method "authtypetext" on an undefined value at authorities/detail.pl line 216. Can't call method "authtypecode" on an undefined value at authorities/detail.pl line 180. NOTE: Some of these problems have actually been resolved now by bugs 18801 and 18811, but it is still better imo to have these checks. Test plan: [1] Verify unchanged behavior. Search for some authorities on authorities.pl and click on the details of a record. [2] Open an authorities detail page and change the authid in the URL to a not existing number. Instead of an internal server error, you should see a message like "The authority record you requested does not exist". Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:27:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:27:17 +0000 Subject: [Koha-bugs] [Bug 17380] Resolve several problems related to Default authority framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17380 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64953|0 |1 is obsolete| | --- Comment #10 from Marcel de Rooy --- Created attachment 66278 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66278&action=edit Bug 17380: Do not use GuessAuthTypeCode in MetadataRecord::Authority If we got an authtypecode from the database and this value is not NULL since the table column does not allow it, there is no need to call GuessAuthTypeCode for empty string (read: Default framework) in the sub get_from_authid. Furthermore, we remove three Koha::MetadataRecord::Authority->new calls. They are useless, since we do not pass a record. It just generates: No record passed at authorities/merge.pl line 96. Can't bless non-reference value at Koha/MetadataRecord/Authority.pm line 66. Instead we throw an ObjectNotFound exception. Test plan: [1] Run t/db_dependent/Koha_Authority.t [2] Interface will be tested in the following patches. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:27:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:27:21 +0000 Subject: [Koha-bugs] [Bug 17380] Resolve several problems related to Default authority framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17380 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64954|0 |1 is obsolete| | --- Comment #11 from Marcel de Rooy --- Created attachment 66279 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66279&action=edit Bug 17380: Graceful resolution of missing reporting tag in merge Altough this patch deals with a mostly hypothetical case and this report makes it practically impossible anymore to merge with records in the Default framework (having no reporting tag), we can make the code of sub merge still a bit more robust here. If you would merge biblio records from one authtype to another and the new framework would not have a reporting tag, before this patch the result would be data loss. Merge would handle this request as a delete. This patch makes merge handle it differently: instead of clearing the biblio records, it keeps $a and $9 in order to make a future corrective merge possible. Note: The additional condition on line 1468 for $tags_using_authtype makes sure that we do not select all fields when the authtype should unexpectedly be empty string (Default). This prevents crashing on a "Control fields do not have subfields" error. Test plan: [1] Run t/db_dependent/Authorities/Merge.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:27:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:27:26 +0000 Subject: [Koha-bugs] [Bug 17380] Resolve several problems related to Default authority framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17380 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64955|0 |1 is obsolete| | --- Comment #12 from Marcel de Rooy --- Created attachment 66280 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66280&action=edit Bug 17380: Do not allow Default template in merge form This patch makes the following changes: [1] Removes Default from the template list. We should not merge with the Default framework, since it does not have a reporting tag. [2] Rearranges the error section in the template. It is confusing to have two error sections in this template. The error CANNOT_MOVE is not used. The error FRAMEWORK_NOT_SELECTED is replaced by WRONG_FRAMEWORK. [3] Do not allow to merge a record with itself. [4] Check if the merge reference record still contains any MARC tags. [5] Additional polishing: Simplify passing frameworks to template. Remove an unused Koha::Authority::Types->search. Remove obsolete POD header for functions from the script. Test plan: [1] Select two authorities to merge. Verify that you cannot select Default anymore as framework for the reference record. [2] Reproduce error WRONG_COUNT by adding another authid=999 in the URL after you selected two authority records for merging. [3] Remove the third authid from the URL and change the first or second authid into an unexisting record id. You should generate an Internal Server Error. The log should show the exception message. [4] Merge two authorities. Deselect all MARC tags. Should trigger the error EMPTY_MARC in the template. [5] Select the same authority record twice for merging. Should trigger the error DESTRUCTIVE_MERGE in the template. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 16:27:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 14:27:54 +0000 Subject: [Koha-bugs] [Bug 17380] Resolve several problems related to Default authority framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17380 --- Comment #13 from Marcel de Rooy --- Trivial rebase -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 17:02:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 15:02:10 +0000 Subject: [Koha-bugs] [Bug 18990] Overdue Notices are not sending through SMS correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18990 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18478 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18478 [Bug 18478] Some notices sent via SMS gateway fail -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 17:02:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 15:02:10 +0000 Subject: [Koha-bugs] [Bug 18478] Some notices sent via SMS gateway fail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18478 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18990 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18990 [Bug 18990] Overdue Notices are not sending through SMS correctly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 17:05:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 15:05:40 +0000 Subject: [Koha-bugs] [Bug 19068] OPAC purchase suggestion doesn' t allow users to enter quantity of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 --- Comment #3 from Jon Knight --- Created attachment 66281 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66281&action=edit Add quantity field to the opac suggestions form. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 17:06:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 15:06:43 +0000 Subject: [Koha-bugs] [Bug 19068] OPAC purchase suggestion doesn' t allow users to enter quantity of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65767|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 17:13:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 15:13:20 +0000 Subject: [Koha-bugs] [Bug 18046] Problem with redirect on logout with CAS In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18046 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 17:13:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 15:13:23 +0000 Subject: [Koha-bugs] [Bug 18046] Problem with redirect on logout with CAS In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18046 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66254|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 66282 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66282&action=edit [SIGNED OFF] Bug 18046 CAS logout infinite redirect To test (You need a CAS server and CAS configured in Koha) 1/ Login using CAS in Koha 2/ Logout in Koha 3/ Notice you get redirected again and again 4/ Apply patch 5/ Login with CAS, then logout 6/ Notice logout works, but no longer infinitely redirected Signed-off-by: Katrin Fischer Patch has been in production use for several months on several instances. Fixes a critical bug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 17:17:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 15:17:23 +0000 Subject: [Koha-bugs] [Bug 19068] OPAC purchase suggestion doesn' t allow users to enter quantity of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #4 from Jon Knight --- New version of the patch uploaded, hopefully this time in the correct format. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 17:21:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 15:21:53 +0000 Subject: [Koha-bugs] [Bug 19160] New: CAS Single Log Out Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160 Bug ID: 19160 Summary: CAS Single Log Out Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: dpavlin at rot13.org CAS allows not only Single Sign On, but also Single Log out. Specification: https://apereo.github.io/cas/5.0.x/protocol/CAS-Protocol-Specification.html#233-single-logout 2.3.3 Single Logout The CAS Server MAY support Single Logout (SLO). SLO means that the user gets logged out not only from the CAS Server, but also from all visited CAS client applications. If SLO is supported by the CAS Server, the CAS Server MUST send a HTTP POST request containing a logout XML document (see Appendix C) to all service URLs provided to CAS during this CAS session whenever a Ticket Granting Ticket is explicitly expired by the user (e.g. during logout). CAS Clients that do not support the SLO POST requests MUST ignore these requests. SLO requests MAY also be initiated by the CAS Server upon TGT idle timeout. Koha currently doesn't support this, but it should in order to improves patron privacy and data security. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 17:22:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 15:22:22 +0000 Subject: [Koha-bugs] [Bug 19160] CAS Single Log Out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |chris at bigballofwax.co.nz |ity.org | Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 18:03:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 16:03:01 +0000 Subject: [Koha-bugs] [Bug 17940] Holds not going to waiting state after having been transferred In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17940 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at ccsr.qc | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 18:44:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 16:44:01 +0000 Subject: [Koha-bugs] [Bug 19161] New: asdsad Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19161 Bug ID: 19161 Summary: asdsad Change sponsored?: --- Product: Koha Version: 16.05 Hardware: PC OS: Windows Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: retasbro.01 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66283 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66283&action=edit asdasd asdasdsada -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 19:43:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 17:43:23 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #104 from M. Tompsett --- I would very much appreciate testing and feedback, while I attempt to make a more complete test plan. Apply 19040 first. Then this. Then test. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 20:51:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 18:51:03 +0000 Subject: [Koha-bugs] [Bug 2946] Lost items (that are hidden in Normal View) still show up in the MARC View in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2946 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66216|0 |1 is obsolete| | --- Comment #13 from M. Tompsett --- Created attachment 66284 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66284&action=edit Bug 2946: Added some missing logic The norequests logic affects the opac-details-sidebar.inc logic which is shared in ISBD and MARC views. It is correct in ISBD and this brings it into MARC detailed view. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 21:40:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 19:40:20 +0000 Subject: [Koha-bugs] [Bug 5062] Acq terminology: list price, ordering price, vendor price, RRP In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5062 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at ccsr.qc | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:12:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:12:34 +0000 Subject: [Koha-bugs] [Bug 19160] CAS Single Log Out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160 --- Comment #1 from Chris Cormack --- Created attachment 66285 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66285&action=edit Bug 19160 CAS Single logout CAS supports single logout, where if you logout of one application it logs you out of all of them. This bug implements this You will need a CAS server (with single logout configure), and at least 2 applications (one being Koha) 1/ In Koha login via CAS 2/ Login to the other application via CAS 3/ Logout of the other application 4/ Notice you are still logged into Koha 5/ Log out of Koha 6/ Apply patch 7/ Login to Koha via CAS, login to other app via CAS 8/ Log out of other app 9/ Notice you are logged out of Koha If you dont have CAS, this patch should be a no op, you could test that 1/ Login and logout normally 2/ Apply patch 3/ Login and logout still work fine -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:12:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:12:31 +0000 Subject: [Koha-bugs] [Bug 19160] CAS Single Log Out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:25:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:25:02 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #39 from Josef Moravec --- Created attachment 66287 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66287&action=edit Bug 18606: Easy ones - CRUD -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:25:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:25:11 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #40 from Josef Moravec --- Created attachment 66288 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66288&action=edit Bug 18606: Database changes - Add foreign keys to collections_tracking -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:24:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:24:54 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66227|0 |1 is obsolete| | Attachment #66228|0 |1 is obsolete| | Attachment #66229|0 |1 is obsolete| | Attachment #66230|0 |1 is obsolete| | Attachment #66231|0 |1 is obsolete| | Attachment #66232|0 |1 is obsolete| | Attachment #66233|0 |1 is obsolete| | Attachment #66234|0 |1 is obsolete| | Attachment #66235|0 |1 is obsolete| | Attachment #66236|0 |1 is obsolete| | Attachment #66237|0 |1 is obsolete| | Attachment #66238|0 |1 is obsolete| | Attachment #66239|0 |1 is obsolete| | Attachment #66240|0 |1 is obsolete| | Attachment #66241|0 |1 is obsolete| | --- Comment #38 from Josef Moravec --- Created attachment 66286 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66286&action=edit Bug 18606: Add RotationCollections object classes Test plan: 1) Apply the patch 2) Update database 3) Go to tools -> Rotating collections and play with trying to break it: 3a) Add some collections 3b) Edit them 3c) Add some items to collections 3d) Remove some items 3e) Transfer some collections 3f) Try to remove collection without items 3g) Try to remove collection with items 4) Go to returns and: 4a) Try to return item from untransferred collection 4b) Try to return item from transferred collection 5) prove t/db_dependent/Koha/RotatingCollections.t t/db_dependent/Koha/Items.t t/db_dependent/Circulation.t t/db_dependent/Circulation/Returns.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:25:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:25:20 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #41 from Josef Moravec --- Created attachment 66289 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66289&action=edit Bug 18606: Schema changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:25:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:25:29 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #42 from Josef Moravec --- Created attachment 66290 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66290&action=edit Bug 18606: Get rid of GetItemsInCollection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:25:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:25:34 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #43 from Josef Moravec --- Created attachment 66291 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66291&action=edit Bug 18606: Get rid of GetCollectionItemBranches -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:25:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:25:41 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #44 from Josef Moravec --- Created attachment 66292 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66292&action=edit Bug 18606: Get rid of AddItemToCollection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:25:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:25:47 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #45 from Josef Moravec --- Created attachment 66293 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66293&action=edit Bug 18606: Get rid of RemoveItemFromCollection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:25:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:25:54 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #46 from Josef Moravec --- Created attachment 66294 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66294&action=edit Bug 18606: Get rid of TransferCollection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:26:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:26:00 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #47 from Josef Moravec --- Created attachment 66295 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66295&action=edit Bug 18606: Get rid of isItemInThisCollection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:26:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:26:06 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #48 from Josef Moravec --- Created attachment 66296 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66296&action=edit Bug 18606: Get rid of isItemInAnyCollection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:26:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:26:13 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #49 from Josef Moravec --- Created attachment 66297 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66297&action=edit Bug 18606: Remove lefover of C4::RotatingCollections -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:26:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:26:19 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #50 from Josef Moravec --- Created attachment 66298 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66298&action=edit Bug 18606: Rework tests for rotating collections -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:26:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:26:26 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #51 from Josef Moravec --- Created attachment 66299 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66299&action=edit Bug 18606: Add test to t/db_dependent/Koha/Items.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:26:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:26:32 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #52 from Josef Moravec --- Created attachment 66300 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66300&action=edit Bug 18606: Unify handling of success/error messages -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 22:27:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 20:27:42 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 --- Comment #53 from Josef Moravec --- I've rebased this on top of master, squashed few commits, fix issues, now it should be working and ready to test. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 23:17:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 21:17:18 +0000 Subject: [Koha-bugs] [Bug 19161] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19161 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|asdsad |SPAM Resolution|--- |INVALID Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 21 23:53:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 21:53:11 +0000 Subject: [Koha-bugs] [Bug 18883] koha-http.conf designed for Apache 2.2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18883 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC|sidua4s at gmail.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 01:11:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 23:11:04 +0000 Subject: [Koha-bugs] [Bug 18002] Aquisitions onboarding tool - to help users set up acquisitions the first time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18002 --- Comment #50 from Alex Buckley --- Created attachment 66301 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66301&action=edit Bug 18002: Followup - Changes based on test feedback In this patch the following changes have been made based on test feedback: * Added POD to GetHighestBudgetPeriod * Removed unconditional warns in Budgets.pm * Fixed typos and uncommented hint and date field * Changed manual link Made the acquisition onboarding tool less visible in the right hand side of the screen rather than in the middle obscuring the rest of the acquisition home page Implemented conditional so this tool is only displayed when the user is superlibrarian Test plan: 1. Restart memcached: sudo service memcached restart 2. Drop and recreate the database 3. Go through the web installer selecting all data values (except the basic currencies) 4. After the web installer is finished log into the staff interface using database admin credentials 5. Create a patron and assign superlibrarian permissions to them 6. Log out of staff interface and log back in as the new user you just created 7. Go to More->Acquisitions 8. Notice yellow/orange warning message telling you to create a budget 9. Apply the patches attached to this bug report 10. Repeat steps 1,2,3,4,5,6,7 11. Notice instead of warning messages a currency creation form appears on the right hand side of the page along with explanation of what a currency is and why the user is being asked to fill this form out. Fill out and submit this form. 12. A budget creation form is displayed along with an explanation of budgets above it. Fill this form out and submit it. 13. A fund creation form appears (again with explanation text above it), fill it out and submit it 14. The acquisition onboard tool disappears from the right of the screen and a table of created funds is displayed and should show the fund you just created 15. On the left of the screen below the text 'Administration' click on 'Funds' and delete the fund you just created 16. Click on More->Acquisitions and observe how the funds form is displayed rather than the currency or budget forms (because we already have a currency and budget in the database). Fill out the fund form and submit it. 17. Again you'll notice the fund table is displayed 18. On the left of the screen click on 'Budget' and delete your budget 19. Navigate to More->Acquisitions and observe how this time the budget form is displayed. Fill out this form and submit it. You should be redirected to the Budget Information page (aqbudgetperiods.pl) where you can click Actions->Add fund to add a fund. 20. Repeat steps 1,2,3,4,5,6,7 but making sure to install all sample data in the web installer including the basic currencies 21. Notice this time because you have installed basic currencies the first form to appear is the budget creation form 22. Repeat step 15 and then create a patron that does not have the superlibrarian permissions and log out and log back in. 23. Go to the Acquisitions module and notice that the yellow message telling you that your administrator must define a budget is displayed Sponsored by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 01:14:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 23:14:57 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #105 from M. Tompsett --- Created attachment 66302 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66302&action=edit Bug 14385: Trigger the C4::ILSDI::Services changes prove t/db_dependent/ILSDI_Services.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 01:20:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 21 Aug 2017 23:20:21 +0000 Subject: [Koha-bugs] [Bug 18002] Aquisitions onboarding tool - to help users set up acquisitions the first time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18002 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |In Discussion --- Comment #51 from Alex Buckley --- Hi Katrin Thanks for testing. I have just attached a patch that fixes the issues you found. I have two queries: 1. At the moment in the new followup patch I have implemented a conditional so only superlibrarian users can see the acquisition onboarding tool. I tried using the haspermission() and the get_user_subpermissions() functions from the Auth.pm in the acqui-home.pl script however I found that when testing using these functions with a user that had full acq permissions these functions returned that the user did not have acq permissions and so I found myself at a roadblock. Can you suggest any ideas for implementing checks on the users permissions so that users with full acq permissions and that are not superlibrarians can also view the acq onboarder? 2. I have run the QA test tool and as the GetBudgetHighestPeriod() function POD has now been added that passes, however I now get this error: FAIL koha-tmpl/intranet-tmpl/prog/en/includes/onboardinginclude3.inc OK forbidden patterns OK git manipulation OK spelling OK tt_valid FAIL valid_template Can't call method "config" on unblessed reference at Koha/Database.pm line 56. I have been researching this error however I am rather confused about how to fix it, can you please point me in the right direction for fixing it? Cheers Alex -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 02:29:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 00:29:48 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #106 from M. Tompsett --- Created attachment 66303 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66303&action=edit Bug 14385: Added missing 'my' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 06:57:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 04:57:11 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 Dilan Johnpull? changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 06:57:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 04:57:15 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 Dilan Johnpull? changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66160|0 |1 is obsolete| | --- Comment #21 from Dilan Johnpull? --- Created attachment 66304 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66304&action=edit Bug 18351: [FOLLOW-UP] Prevent deletion if funds are added after clicking 'Delete' and before confirming delete Followed test plan and patch works as described. Signed-off-by: Dilan Johnpull? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 07:29:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 05:29:06 +0000 Subject: [Koha-bugs] [Bug 18002] Aquisitions onboarding tool - to help users set up acquisitions the first time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18002 --- Comment #52 from Katrin Fischer --- Hi Alex, I was not aware that it only showed up for superlibrarians, that makes it 'less invasive' already :) Maybe we can leave it like that for now. About the other error I am not sure - maybe check with some of the other devs on IRC? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 07:30:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 05:30:28 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=17940 --- Comment #6 from Katrin Fischer --- Found a fixed bug that reads similarly: bug 17940 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 07:30:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 05:30:28 +0000 Subject: [Koha-bugs] [Bug 17940] Holds not going to waiting state after having been transferred In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17940 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19116 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 07:33:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 05:33:39 +0000 Subject: [Koha-bugs] [Bug 19068] OPAC purchase suggestion doesn' t allow users to enter quantity of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 --- Comment #5 from Katrin Fischer --- Hi Jon, patch def looks better! One more small but important thing. In the second line of the patch it reads: From: Your Full Name That means you haven't set up your git completely yet. The name and address there will be visible in git and also will make your name show up in the release notes. I think you will just need to run those 2 commands with your correct information, before rerunning the format-patch command again: git config --global user.name "Your NAME" git config --global user.email "your at mail.com" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 09:35:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 07:35:54 +0000 Subject: [Koha-bugs] [Bug 19160] CAS Single Log Out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 09:35:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 07:35:57 +0000 Subject: [Koha-bugs] [Bug 19160] CAS Single Log Out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19160 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66285|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer --- Created attachment 66306 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66306&action=edit [SIGNED OFF] Bug 19160 CAS Single logout CAS supports single logout, where if you logout of one application it logs you out of all of them. This bug implements this You will need a CAS server (with single logout configure), and at least 2 applications (one being Koha) 1/ In Koha login via CAS 2/ Login to the other application via CAS 3/ Logout of the other application 4/ Notice you are still logged into Koha 5/ Log out of Koha 6/ Apply patch 7/ Login to Koha via CAS, login to other app via CAS 8/ Log out of other app 9/ Notice you are logged out of Koha If you dont have CAS, this patch should be a no op, you could test that 1/ Login and logout normally 2/ Apply patch 3/ Login and logout still work fine Signed-off-by: Katrin Fischer Patch works as described, local login still works correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 10:38:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 08:38:43 +0000 Subject: [Koha-bugs] [Bug 2093] Add OPAC dashboard for logged-in users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2093 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hagud at orex.es Status|Needs Signoff |Signed Off --- Comment #13 from Hugo Agud --- patch tested and it works fine! but test fail Test Summary Report ------------------- t/Creators.t (Wstat: 6400 Tests: 39 Failed: 0) Non-zero exit status: 25 Parse errors: Bad plan. You planned 41 tests but ran 39. Files=98, Tests=7437, 238 wallclock secs ( 1.18 usr 0.18 sys + 217.40 cusr 4.47 csys = 223.23 CPU) Result: FAIL -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 10:44:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 08:44:35 +0000 Subject: [Koha-bugs] [Bug 14367] History for MARC records. Roll back changes on a timeline or per field. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14367 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |hagud at orex.es --- Comment #14 from Hugo Agud --- 56613 - Bug 14367: Add MARC record history 64243 - Bug 14367: [FOLLOW-UP] Fixing merge conflicts... Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 14367: Add MARC record history Using index info to reconstruct a base tree... M C4/Biblio.pm M cataloguing/addbiblio.pl M koha-tmpl/intranet-tmpl/prog/css/addbiblio.css M koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt M koha-tmpl/intranet-tmpl/prog/js/cataloging.js :376: new blank line at EOF. + warning: 1 line adds whitespace errors. Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/js/cataloging.js Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt Auto-merging koha-tmpl/intranet-tmpl/prog/css/addbiblio.css CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/css/addbiblio.css Auto-merging cataloguing/addbiblio.pl CONFLICT (content): Merge conflict in cataloguing/addbiblio.pl Auto-merging C4/Biblio.pm CONFLICT (content): Merge conflict in C4/Biblio.pm Failed to merge in the changes. Patch failed at 0001 Bug 14367: Add MARC record history The copy of the patch that failed is found in: /home/vagrant/kohaclone/.git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-14367-Add-MARC-record-history-6jWpQA.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 11:21:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 09:21:48 +0000 Subject: [Koha-bugs] [Bug 15326] Add CMS feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15326 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hagud at orex.es --- Comment #21 from Hugo Agud --- Hi, this is a nice feature.. just a couple of questions a super user always is able to see all pages right? at least this is what it happens to us. be aware of children pages should have a greater order than parents if not, they will be published as children of other links... for example we have 3 pages 2 root and one children... if the order of children is lower than parent. it appears as children of the other like this root1 . children_of_root_2 root2 I can't see where pages are published in staff. in opac we see them in opacnav The links are not published in opac account page, right? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 11:36:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 09:36:15 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Depends on|18438 | Assignee|koha-bugs at lists.koha-commun |josef.moravec at gmail.com |ity.org | --- Comment #7 from Josef Moravec --- (In reply to Katrin Fischer from comment #5) > Retested, had totally forgotten we switched to a modal there. Read through > the other bug too, but not totally understanding the problem yet. > > What is strange: if the item is not from a transfer, the button seems to > work correctly? Bug 18438 does make modal dissmiss without reloading whole page, but when the item is not transferred, the page normaly reloads and the the hold is marked waiting. These are two different modals in returns.tt: #hold-found1 - if the hold is already waiting - just dismissing the modal is OK, the hold is already marked waiting #hold-found2 - hold found, need to be marked waiting - the modal does not dismiss when confirm button clicked, but the form is confirmed and page reloads and mark the hold waiting. This modal is dismissed when ignore button is clicked - so hold is not marked as waiting When hold found and need transfer the #hold-found2 modal is used (just with other modal-footer because different button labels) When the hold is transferred the #hold-found1 is used, but should not, the hold is not waiting yet! The Waiting or Reserved status comes originally from C4::Reserves::CheckReserves, the 'T' status is considered waiting here - which is not true I tried to fix it, patch is comming I remove dependency on 18438 - it does not come from here, patch from bug 18438 just highlighted the problem Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18438 [Bug 18438] Check in: Modal about holds hides important check in messages -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 11:36:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 09:36:15 +0000 Subject: [Koha-bugs] [Bug 18438] Check in: Modal about holds hides important check in messages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18438 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|19116 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 [Bug 19116] Holds not set to waiting when "Confirm" is used -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 11:40:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 09:40:47 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 11:40:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 09:40:50 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 --- Comment #8 from Josef Moravec --- Created attachment 66307 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66307&action=edit Bug 19116: Hold not set to waiting after transfer Test plan: 0) Do not apply the patch 1) Place hold on item from another branch 2) Switch to that branch 3) Check them in at the other branch to set them into transport status (T) 4) Switch back to your homebranch 5) Check items in again, use the different confirm buttons and compare: Only "confirm and print" will be set to waiting, "confirm" remains in transport. 6) Apply the patch 7) Repeat 1-5 - now should work as expected - the hold is marked waiting on "confirm" button too 8) Check the hold from the same branch, to make sure this doesn't add regression -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 11:43:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 09:43:59 +0000 Subject: [Koha-bugs] [Bug 19068] OPAC purchase suggestion doesn' t allow users to enter quantity of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 --- Comment #6 from Jon Knight --- Ah thanks - those lines weren't in the git bz config set up on https://wiki.koha-community.org/wiki/Git_bz_configuration#Configure_git-bz that I followed to set up the kohadevbox git bz set up. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:05:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:05:39 +0000 Subject: [Koha-bugs] [Bug 18990] Overdue Notices are not sending through SMS correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18990 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:05:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:05:42 +0000 Subject: [Koha-bugs] [Bug 18990] Overdue Notices are not sending through SMS correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18990 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65312|0 |1 is obsolete| | --- Comment #2 from Josef Moravec --- Created attachment 66308 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66308&action=edit [SIGNED-OFF] Bug 18990 - Overdue Notices are not sending through SMS correctly Bug 18478 fixed sms via email problems under the assumption that to_address was either smsalertnumber or blank. It seems overdues set the to_address to email. This patch changes the code to enforce that an sms sent with emial driver will use the smsalertnumebr and provider defined for the borrower, regardless of what is set in the queue To test: 1 - Define a messaging prefs for a patron to recieve hold notices via SMS 2 - Ensure you have defined an SMS message for an overdue letter 3 - Set an SMS alert number for patron 4 - Set the SMS::Send driver to 'Email' 5 - Checkout an item as overdue to trigger notice above 6 - Run overdue_notices.pl 6 - Check the db and note the address is email 7 - run process_message_queue.pl 8 - Check db - address is email followed by service provider 9 - Apply patch 10 - repeat 11 - Message to_address should be populated with smsalertnumber Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:20:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:20:08 +0000 Subject: [Koha-bugs] [Bug 18811] Visibility settings inconsistent between framework and authority editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18811 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:20:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:20:11 +0000 Subject: [Koha-bugs] [Bug 18811] Visibility settings inconsistent between framework and authority editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18811 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64570|0 |1 is obsolete| | Attachment #64571|0 |1 is obsolete| | Attachment #64572|0 |1 is obsolete| | Attachment #64573|0 |1 is obsolete| | --- Comment #14 from Josef Moravec --- Created attachment 66309 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66309&action=edit [SIGNED-OFF] Bug 18811: Change visibility checks in authorities.pl The check is now <=-4 or >=5, but the framework uses 0 for Show all and -5 for Hide all. (Note that sql installer scripts also use 8.) When modifying an authority, the script also showed hidden fields when filled, since it did not check the hidden field but only the tab field. NOTE: The proposed solution restores consistency, but will remove hidden fields from the MARC record. Test plan: [1] Set field 942a to Show all in an authority framework. [2] Open a new record in this framework and verify that you see 942a. [3] Edit an existing record in this framework and verify again. [4] Set field 942a now to Hide all in this framework. [5] Open a new record in this framework and verify that 942a is hidden. [6] Edit an existing record in this framework and verify again. Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:20:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:20:15 +0000 Subject: [Koha-bugs] [Bug 18811] Visibility settings inconsistent between framework and authority editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18811 --- Comment #15 from Josef Moravec --- Created attachment 66310 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66310&action=edit [SIGNED-OFF] Bug 18811: Add Koha Objects for authority tags and subfields Trivial copy and paste activity. Will be used in a later patch. No test plan needed. Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:20:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:20:18 +0000 Subject: [Koha-bugs] [Bug 18811] Visibility settings inconsistent between framework and authority editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18811 --- Comment #16 from Josef Moravec --- Created attachment 66311 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66311&action=edit [SIGNED-OFF] Bug 18811: Add a script for checking authority data in hidden fields If you edit an authority record while having data in hidden fields or subfields, that data will be lost now. This script can help you to unhide some fields and prevent data loss. Test plan: [1] Add a PERSO_NAME record. Fill e.g. 100b. [2] Hide 100b in the PERSO_NAME framework. [3] Run auth_show_hidden_data.pl and verify that it reports 100b in the PERSO_NAME framework. Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:20:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:20:22 +0000 Subject: [Koha-bugs] [Bug 18811] Visibility settings inconsistent between framework and authority editor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18811 --- Comment #17 from Josef Moravec --- Created attachment 66312 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66312&action=edit [SIGNED-OFF] Bug 18811: Atomic update to print warning at upgrade time The warning encourages people to run the auth_show_hidden_data script to check for data in hidden fields and adjust their frameworks. Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:40:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:40:17 +0000 Subject: [Koha-bugs] [Bug 17380] Resolve several problems related to Default authority framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17380 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:40:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:40:21 +0000 Subject: [Koha-bugs] [Bug 17380] Resolve several problems related to Default authority framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17380 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66277|0 |1 is obsolete| | Attachment #66278|0 |1 is obsolete| | Attachment #66279|0 |1 is obsolete| | Attachment #66280|0 |1 is obsolete| | --- Comment #14 from Josef Moravec --- Created attachment 66313 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66313&action=edit [SIGNED-OFF] Bug 17380: Add some checks around Authorities::Types->find Resolves: Use of uninitialized value $biblio_fields in scalar chop at authorities/detail.pl line 212. Can't call method "authtypetext" on an undefined value at authorities/detail.pl line 216. Can't call method "authtypecode" on an undefined value at authorities/detail.pl line 180. NOTE: Some of these problems have actually been resolved now by bugs 18801 and 18811, but it is still better imo to have these checks. Test plan: [1] Verify unchanged behavior. Search for some authorities on authorities.pl and click on the details of a record. [2] Open an authorities detail page and change the authid in the URL to a not existing number. Instead of an internal server error, you should see a message like "The authority record you requested does not exist". Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:40:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:40:24 +0000 Subject: [Koha-bugs] [Bug 17380] Resolve several problems related to Default authority framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17380 --- Comment #15 from Josef Moravec --- Created attachment 66314 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66314&action=edit [SIGNED-OFF] Bug 17380: Do not use GuessAuthTypeCode in MetadataRecord::Authority If we got an authtypecode from the database and this value is not NULL since the table column does not allow it, there is no need to call GuessAuthTypeCode for empty string (read: Default framework) in the sub get_from_authid. Furthermore, we remove three Koha::MetadataRecord::Authority->new calls. They are useless, since we do not pass a record. It just generates: No record passed at authorities/merge.pl line 96. Can't bless non-reference value at Koha/MetadataRecord/Authority.pm line 66. Instead we throw an ObjectNotFound exception. Test plan: [1] Run t/db_dependent/Koha_Authority.t [2] Interface will be tested in the following patches. Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:40:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:40:28 +0000 Subject: [Koha-bugs] [Bug 17380] Resolve several problems related to Default authority framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17380 --- Comment #16 from Josef Moravec --- Created attachment 66315 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66315&action=edit [SIGNED-OFF] Bug 17380: Graceful resolution of missing reporting tag in merge Altough this patch deals with a mostly hypothetical case and this report makes it practically impossible anymore to merge with records in the Default framework (having no reporting tag), we can make the code of sub merge still a bit more robust here. If you would merge biblio records from one authtype to another and the new framework would not have a reporting tag, before this patch the result would be data loss. Merge would handle this request as a delete. This patch makes merge handle it differently: instead of clearing the biblio records, it keeps $a and $9 in order to make a future corrective merge possible. Note: The additional condition on line 1468 for $tags_using_authtype makes sure that we do not select all fields when the authtype should unexpectedly be empty string (Default). This prevents crashing on a "Control fields do not have subfields" error. Test plan: [1] Run t/db_dependent/Authorities/Merge.t Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:40:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:40:32 +0000 Subject: [Koha-bugs] [Bug 17380] Resolve several problems related to Default authority framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17380 --- Comment #17 from Josef Moravec --- Created attachment 66316 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66316&action=edit [SIGNED-OFF] Bug 17380: Do not allow Default template in merge form This patch makes the following changes: [1] Removes Default from the template list. We should not merge with the Default framework, since it does not have a reporting tag. [2] Rearranges the error section in the template. It is confusing to have two error sections in this template. The error CANNOT_MOVE is not used. The error FRAMEWORK_NOT_SELECTED is replaced by WRONG_FRAMEWORK. [3] Do not allow to merge a record with itself. [4] Check if the merge reference record still contains any MARC tags. [5] Additional polishing: Simplify passing frameworks to template. Remove an unused Koha::Authority::Types->search. Remove obsolete POD header for functions from the script. Test plan: [1] Select two authorities to merge. Verify that you cannot select Default anymore as framework for the reference record. [2] Reproduce error WRONG_COUNT by adding another authid=999 in the URL after you selected two authority records for merging. [3] Remove the third authid from the URL and change the first or second authid into an unexisting record id. You should generate an Internal Server Error. The log should show the exception message. [4] Merge two authorities. Deselect all MARC tags. Should trigger the error EMPTY_MARC in the template. [5] Select the same authority record twice for merging. Should trigger the error DESTRUCTIVE_MERGE in the template. Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:58:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:58:24 +0000 Subject: [Koha-bugs] [Bug 17989] Stricter control on source directory for html templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:58:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:58:27 +0000 Subject: [Koha-bugs] [Bug 17989] Stricter control on source directory for html templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66272|0 |1 is obsolete| | Attachment #66273|0 |1 is obsolete| | Attachment #66274|0 |1 is obsolete| | Attachment #66275|0 |1 is obsolete| | Attachment #66276|0 |1 is obsolete| | --- Comment #12 from Josef Moravec --- Created attachment 66317 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66317&action=edit [SIGNED-OFF] Bug 17989: Centralize bad template check The bad template check in get_template_and_user can be removed, since this check has been added in gettemplate on bug 18010. The check moves here to a new sub in C4::Templates. And will be extended in a follow-up. Removed unused variable $path in gettemplatefile. Test plan: [1] Run t/db_dependent/Auth.t (get_template_and_user bad calls). [2] Run t/db_dependent/Templates.t (bad call to gettemplate). Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:58:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:58:30 +0000 Subject: [Koha-bugs] [Bug 17989] Stricter control on source directory for html templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989 --- Comment #13 from Josef Moravec --- Created attachment 66318 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66318&action=edit [SIGNED-OFF] Bug 17989: Extend bad template check The check is now extended by only allowing templates from the regular Koha template directories and additional plugin directories as defined in koha-conf.xml. Note: In order to prevent an uninitialized warning on $theme from sub themelanguage for a not-existing file, I added a trivial assignment. Will get further attention in a follow-up. Test plan: [1] Run t/db_dependent/Auth.t [2] Run t/db_dependent/Templates.t Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:58:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:58:33 +0000 Subject: [Koha-bugs] [Bug 17989] Stricter control on source directory for html templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989 --- Comment #14 from Josef Moravec --- Created attachment 66319 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66319&action=edit [SIGNED-OFF] Bug 17989: Include full path logic in _get_template_file Similar to the full path test in sub themelanguage, this patch makes a change in _get_template_file. This allows you to pass a template outside the modules directory to get_template_and_user. (Note: the sub badtemplatecheck already blocks bad paths.) Especially, this would be helpful for plugins using templates. As can be seen in Templates.pm, a change was made earlier to overwrite the filename for a plugin in sub gettemplate. This exception can now be removed. Also note the small change in Koha/Plugin/Base.pm; mbf_path is already absolute and if we pass a full path, we do not need it. This allows use of a regular Koha template or a shared template between plugins (as long as badtemplatecheck allows the path). What are the side-effects of this change? [1] We should not pass absolute paths if we mean relative ones. A follow-up patch deals with one occurrence in the codebase. No regressions for regular use. [2] Plugins can call get_template_and_user directly or go via get_template in Koha/Plugin/Base (absolute paths don't go via mbf_path). Note: replaced two single quotes in Auth.pm to show template name in test description. Test plan: [1] Open some page on OPAC or staff client to trigger a template. [2] Run t/db_dependent/Auth.t to verify not allowing some bad templates. [3] Run t/db_dependent/Templates.t to verify an absolute path. [4] Run t/db_dependent/Plugins.t to verify using templates in a plugin. Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:58:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:58:36 +0000 Subject: [Koha-bugs] [Bug 17989] Stricter control on source directory for html templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989 --- Comment #15 from Josef Moravec --- Created attachment 66320 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66320&action=edit [SIGNED-OFF] Bug 17989: Resolve "verbatim paragraph in NAME section" warning in C4::Templates *** WARNING: Verbatim paragraph in NAME section at line 28 in file C4/Templates.pm Test plan: Run podchecker on C4::Templates and verify that the warning is resolved. Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 12:58:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 10:58:39 +0000 Subject: [Koha-bugs] [Bug 17989] Stricter control on source directory for html templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989 --- Comment #16 from Josef Moravec --- Created attachment 66321 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66321&action=edit [SIGNED-OFF] Bug 17989: Final changes [1] The template sco/printslip.tt is in the regular modules directory. Should not be prefixed with a slash. [2] Script svc/members/search gets its template path from a URL parameter. When you git grep json_template, you will have an idea what values it should receive. Test plan: [1] Go intranet home page. Search for patrons in the combo box. Results? [2] Try the URL /cgi-bin/koha/svc/members/search. Should trigger a 500 error with Bad template path in the logs. [3] Try to find another occurrence just like the one corrected in sco/printslip.pl where an absolute path is passed to gettemplate or get_template_and_user. I already tried several regex variations while git grepping template_name, but you may still find one.. Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 13:10:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 11:10:00 +0000 Subject: [Koha-bugs] [Bug 17381] Add system preference SCOMainUserBlock In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17381 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 13:10:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 11:10:04 +0000 Subject: [Koha-bugs] [Bug 17381] Add system preference SCOMainUserBlock In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17381 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66271|0 |1 is obsolete| | --- Comment #11 from Josef Moravec --- Created attachment 66322 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66322&action=edit [SIGNED-OFF] Bug 17381: Add system preference SCOMainUserBlock This patch adds a system preference SCOMainUserBlock to display custom HTML on the self checkout page. To test: - Set up self checkout (see section Self Checkout in Circulaton sysprefs ) - Apply patch - Update db - Add some HTML system preference SCOMainUserBlock - Go to sco page - Verify that HTML displays on page (logged in and not logged in) New version based on Koha.Preference TT plugin as of comment #7 Depends on Bug 12691 Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 13:16:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 11:16:08 +0000 Subject: [Koha-bugs] [Bug 5534] Koha does not ignore punctuation when searching In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5534 --- Comment #18 from Nick Clemens --- (In reply to dguidry from comment #17) > We originally installed Koha around May or June of 2016 and would have been > on the 3.22 version that was released at that time. We used defaults for > everything as far as I remember and it appears that we're using Zebra. Is it > possible to switch to ElasticSearch and is it fairly involved to do so? Are > there any other considerations to take into account before doing so? Is > ElasticSearch production-ready? > > Thanks! Elasticsearch is still in testing phase I would say,there are a few things that need to be cleaned up to be production ready, most of them are small issues, but together they would cause some pain points. Most of them relate to indexing configuration and Koha expectations - if you don't define expected fields sortable - sorting causes a failed search for example Setting it up should be fairly straight forward - Mirko has put together a 'koha-elasticsearch' package which will install needed dependencies for koha, and you will need to install Java and Elasticsearch itself. I will work on some of the issues in the coming weeks and update the status page on the wiki and send something to the list. We do need testers and are working on enabling ES on some sandboxes and will update when that work is ready. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 13:29:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 11:29:17 +0000 Subject: [Koha-bugs] [Bug 11999] Add two checks in CanBookBeReserved and CanItemBeReserved In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11999 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #58 from Josef Moravec --- Some comments from QA test tools, sorry FAIL C4/Reserves.pm FAIL valid "my" variable $holds masks earlier declaration in same scope FAIL reserve/request.pl FAIL valid "my" variable $holds masks earlier declaration in same scope FAIL t/db_dependent/Holds.t FAIL valid "my" variable $holds masks earlier declaration in same scope FAIL t/db_dependent/Reserves.t FAIL valid "my" variable $holds masks earlier declaration in same scope -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 13:48:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 11:48:31 +0000 Subject: [Koha-bugs] [Bug 17989] Stricter control on source directory for html templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17989 --- Comment #17 from Marcel de Rooy --- (In reply to Josef Moravec from comment #16) > Signed-off-by: Josef Moravec Great ! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 13:50:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 11:50:34 +0000 Subject: [Koha-bugs] [Bug 4461] Context-sensitive report a problem screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 13:50:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 11:50:38 +0000 Subject: [Koha-bugs] [Bug 4461] Context-sensitive report a problem screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61654|0 |1 is obsolete| | Attachment #66253|0 |1 is obsolete| | --- Comment #13 from Josef Moravec --- Created attachment 66323 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66323&action=edit [SIGNED-OFF] Bug 4461: Add a context-sensitive 'Report a Problem' feature to OPAC This patch adds a 'Report a problem' link to the bottom of every page in the OPAC. The user can choose to submit their report to the library or Koha administrator. The report will store the user's problem message, but also their username and the page they were on when they clicked the 'report a problem' link. The patch adds a table 'problem_reports' to the db. Update: This patch adds a check for the KohaAdminEmailAddress and library branch email before sending the report. Update: Fix merge conflicts To test: 1) Apply patch, update database, rebuild schema 2) Restart koha-common and memcached 3) Confirm that your user has an email address. 4) Confirm that your library does NOT have an email address. 5) Confirm that your syspref KohaAdminEmailAddress is NOT filled. 6) Log into OPAC 7) Click the 'Report a problem' link at the bottom of whatever page you're on 8) Notice that there are error messages alerting that library does not have an email address and that the Koha Administrator does not have email address. Both submit buttons will be disabled. 9) Add an email address for your library. You may have to restart memcached again. The error message for the library email address will have disappeared and the Submit button for 'Report to library' will now work. 10) Add an email address for the syspref KohaAdminEmailAddress. You may have to restart memcached again. The error message for the administrator email address will have disappeared and the Submit button for 'Report to Koha Administrator' will not work. 11) First try submitting a problem to the library. Confirm that the fields for 'Problem found on page' and 'Username' are correct, then fill out the 'Subject' and 'Message' and click Submit. 12) Confirm a message shows at the top of the page to show success. 13) Go into mysql and display records from the message_queue table. Confirm that the borrowernumber and subject are correct. Confirm that content shows the message from the problem report, but also the user's username and the problem page. Confirm that the to_address shows the library's email address and the from_address shows the user's email address. 14) Now try submitting a problem to the Koha Admin. Fill fields and click Submit. Confirm message shows at top to show success again. 15) Check message_queue for new problem report. Confirm that the to_address shows the email address from the syspref KohaAdminEmailAddress. Sponsored-by: Catalyst IT Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 13:50:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 11:50:41 +0000 Subject: [Koha-bugs] [Bug 4461] Context-sensitive report a problem screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461 --- Comment #14 from Josef Moravec --- Created attachment 66324 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66324&action=edit [SIGNED-OFF] Bug 4461: [FOLLOW-UP] Problem Report feature This patch: - uses a pull down menu to switch the recipient instead of tabs - if the library has no email or the administrator has no email, this error message has been moved to be down by the Submit button - includes use of branchreplyto and ReplytoDefault for branch email - disables use of the feature if the user is not logged in - adds a syspref to hide or show the feature - provides support for if JS is disabled Additional testing: - using the message_queue table, check that the correct recipient receives a problem report when switching in the drop down menu - check appropriate error message shows next to the submit button if an email is not provided. this should dynamically change as you select a different recipient from the drop down menu - check that when the library is the recipient, the feature sends the report to the branchreplyto, then the ReplytoDefault, then the branch email in that priority order - log out of the OPAC and confirm that you can't submit a report without logging in. the submit button should be disabled - disable the OPACReportProblem syspref. the Report a Problem link in the footer should be gone. if you force the URL (/cgi-bin/koha/opac-reportproblem.pl) the form should be hidden and replaced with an error message. - disable JS in your browser. confirm that you are still able to send problem reports to library and administrator. remove the administrator email address. confirm the error message shows next to the submit button and that clicking the submit button returns an error. check in the message_queue that the email was never sent. After this feature is passed: - i would like to add a staff-side feature where staff can see the problem reports and mark them as 'read'. i'll work on that once this gets through :) Signed-off-by: Josef Moravec -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 13:52:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 11:52:13 +0000 Subject: [Koha-bugs] [Bug 4461] Context-sensitive report a problem screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com --- Comment #15 from Josef Moravec --- (In reply to Aleisha Amohia from comment #11) > After this feature is passed: > - i would like to add a staff-side feature where staff can see the > problem reports and mark them as 'read'. i'll work on that once this > gets through :) Great idea, I am really looking forward to ;) -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:11:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:11:40 +0000 Subject: [Koha-bugs] [Bug 9857] Did you mean? from authorities uses incorrect punctuation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9857 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45505|0 |1 is obsolete| | Attachment #66218|0 |1 is obsolete| | --- Comment #9 from Josef Moravec --- Created attachment 66325 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66325&action=edit [SIGNED-OFF] Bug 9857: Did you mean? uses wrong punctuation in search links The link changes the search links generated by the plugins from an=authid to an:authid, as suggested by Jared on the bug report. - Turn on the AuthorityFile und ExplodedTerms plugins for the OPAC from the "Did you mean" section of the administration module - Search a term in your OPAC where one or several authorities exist. A last name or a place name might work well. - Verify that there are suggestions displayed on top of your result list. - Verify that the link created is something like: /cgi-bin/koha/opac-search.pl?q=an=14084 - Apply patch. - Verify the link has changed a little and still works correctly: /cgi-bin/koha/opac-search.pl?q=an:14084 Signed-off-by: Fr?d?ric Demians Signed-off-by: Jonathan Druart Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:11:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:11:43 +0000 Subject: [Koha-bugs] [Bug 9857] Did you mean? from authorities uses incorrect punctuation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9857 --- Comment #10 from Josef Moravec --- Created attachment 66326 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66326&action=edit [SIGNED-OFF] Bug 9857 - Follow-up - Fix for searches with su= or su: When the initial search is su=.../su:... the links was not constructed correctly. With this change, it should be the case. Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:11:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:11:37 +0000 Subject: [Koha-bugs] [Bug 9857] Did you mean? from authorities uses incorrect punctuation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9857 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:17:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:17:56 +0000 Subject: [Koha-bugs] [Bug 19162] New: Change query with * on MarkIssueReturned Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19162 Bug ID: 19162 Summary: Change query with * on MarkIssueReturned Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: rsantellan at gmail.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl After migrating from an older version of koha the tables old_issues and issues didn't have the same order of fields. Changing the * for a well formed SQL Query the problem is fix. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:18:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:18:28 +0000 Subject: [Koha-bugs] [Bug 19162] Change query with * on MarkIssueReturned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19162 Rodrigo Santellan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:21:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:21:50 +0000 Subject: [Koha-bugs] [Bug 19162] Change query with * on MarkIssueReturned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19162 Rodrigo Santellan changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |16.05 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:32:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:32:18 +0000 Subject: [Koha-bugs] [Bug 19162] Change query with * on MarkIssueReturned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19162 Rodrigo Santellan changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|ASSIGNED |RESOLVED --- Comment #1 from Rodrigo Santellan --- I create it by mistake with an old copy of the repo. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:32:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:32:41 +0000 Subject: [Koha-bugs] [Bug 19162] Change query with * on MarkIssueReturned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19162 Rodrigo Santellan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:35:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:35:58 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #45 from Marcel de Rooy --- Additional note for testers: On the follow-up report 19096 I have added multiple mappings for items in the test plan. It is not that useful in a practical sense, but ensures us that the functionality is not disturbed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:51:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:51:49 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:51:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:51:53 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66137|0 |1 is obsolete| | Attachment #66138|0 |1 is obsolete| | Attachment #66139|0 |1 is obsolete| | Attachment #66140|0 |1 is obsolete| | Attachment #66141|0 |1 is obsolete| | Attachment #66142|0 |1 is obsolete| | --- Comment #46 from Josef Moravec --- Created attachment 66327 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66327&action=edit [SIGNED-OFF] Bug 10306: Core module changes for multiple mappings In order to allow multiple Koha to MARC mappings (for one kohafield), we need to adjust a few key routines in C4/Biblio.pm. This results in a few changes in dependent modules too. Note: Multiple mappings also include 'alternating' mappings. Such as the case of MARC21 260 and 264: only one of both fields will be used. Sub TransformMarcToKoha will handle that just fine; the opposite transformation is harder, since we do no longer know which field was the source. In that case TransformKohaToMarc will fill both fields. We only use that operation in Koha for items (in Acquisition and Cataloging). Sub GetMarcSubfieldStructure This sub used a selectall_hashref, which is fine as long as we have only one mapping for each kohafield. But as DBI states it: If a row has the same key as an earlier row then it replaces the earlier row. In other words, we lose the first mapping if we have two. This patch uses selectall_arrayref with Slice and rearranges the output so that the returned hash returns an arrayref of hashrefs for each kohafield. In order to improve consistency, we add an order clause to the SQL statement used too. Sub GetMarcFromKohaField This sub just returned one tag and subfield, but in case of multiple mappings we should return them all now. Note: Many calls still expect just one result and will work just fine: my ($tag, $sub) = GetMarcFromKohaField(...) A possible second mapping would be silently ignored. Often the sub is called for biblionumber or itemnumber. I would not recommend the use of multiple mappings for such fields btw. In case the sub is called in scalar context, it will return only the first tag (instead of the number of tags and subfields). Sub GetMarcSubfieldStructureFromKohaField This sub previously returned the hash for one kohafield. In scalar context it will behave like before: it returns the first hashref in the arrayref that comes from GetMarcSubfieldStructure. In list context, it returns an array of all hashrefs (incl. multiple mappings). The sub is not used in C4::Ris. Removed the use statement. Sub TransformKohaToMarc This sub got a second parameter: frameworkcode. Historically, Koha more or less assumes kohafields to be defined across all frameworks (see Koha to MARC mappings). Therefore it falls back to Default when it is not passed. When going thru all mappings in building a MARC record, it also supports multiple mappings. Note that Koha uses this routine in Acquisition and in Cataloging for items. Normally the MARC record is leading however and the Koha fields are derivatives for optimization and reporting. The added third parameter allows for passing a new option no_split => 1. We use this option in C4::Items::Item2Marc; if two item fields are mapped to one kohafield but would have different values (which would be very unusual), these values are glued together. When transforming to MARC again, we do not want to duplicate the item subfields, but we keep the glued value in both subfields. This operation only affects items, since we are not doing this reverse operation for biblio and biblioitem fields. Sub _get_inverted_marc_field_map This sub is a helper routine of TransformMarcToKoha, the opposite transformation. When saving a MARC record, all kohafields are extracted including multiple mappings. Suppose that you had both 260c and 264c in your record (which you won't), than both values get saved initially into copyrightdate like A | B. The additional code for copyrightdate will extract the first year from this string. A small fix in TransformMarcToKoha makes that it only saves a value in a kohafield if it is defined and not empty. (Same for concatenation.) Sub TransformMarcToKohaOneField This sub now just calls TransformMarcToKoha and extracts the requested field. Note that since we are caching the structure, this does not result in additional database access and is therefore performance-wise insignificant. We simplify code and maintenance. Instead of modifying the passed hashref, it simply returns a value. A call in C4::Breeding is adjusted accordingly. The routine getKohaField in Koha::MetadataRecord is redirected to TransformMarcToKohaOneField. NOTE: The fourth patch restructures/optimizes TransformMarcToKoha[OneField]. Sub get_koha_field_from_marc This sub can be removed. A call is replaced by TransformMarcToKohaOneField in C4::XISBN. Note: The commented lines for sub ModZebrafiles are removed (directly under TransformMarcToKohaOneField). Test plan: For unit tests and interface tests, please see follow-ups. Run qa tools in order to verify that the modules still compile well. Read the code changes and verify that they make sense. Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:51:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:51:57 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #47 from Josef Moravec --- Created attachment 66328 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66328&action=edit [SIGNED-OFF] Bug 10306: Allow controlfields in TransformKohaToMarc Since the interface allows you to connect a kohafield to a MARC controlfield, this routine should be able to handle that. Unfortunately it did not. Test plan: Change will be tested in Biblio/TransformKohaToMarc.t in the next patch. Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:52:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:52:03 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #48 from Josef Moravec --- Created attachment 66329 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66329&action=edit [SIGNED-OFF] Bug 10306: Add tests for module changes GetMarcSubfieldStructure: In Biblio.t we are adding a subtest that checks the structure returned by this routine. Is it a hashref pointing to arrayrefs of hashrefs? ;) In Search.t this routine was mocked. The change in the returned structure is now applied to this mock too (moving the marc tag hashes into arrayrefs). GetMarcFromKohaField: In Biblio.t we add a subtest for it. We are checking if it returns multiple mappings (per kohafield) and calling it in scalar context too. GetMarcSubfieldStructureFromKohaField: The existing subtest in Biblio.t is expanded to also test the call in list context. TransformKohaToMarc: This sub has its own test script. We are adding a subtest in TransformKohaToMarc.t for a test with multiple mappings, and for mapping to a control field in another framework. This also tests the additional framework parameter. Additionally, we add a test for the new no_split option used for items. TransformMarcToKoha: This implicitly tests its helper sub _get_inverted. This patch adds a new test script for this routine. TransformMarcToKohaOneField: A few tests are added to the previous new test script. Test plan: [1] Run t/db_dependent/Biblio.t [2] Run t/db_dependent/Biblio/TransformKohaToMarc.t [3] Run t/db_dependent/Biblio/TransformMarcToKoha.t [4] Run t/db_dependent/Search.t Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:52:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:52:07 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #49 from Josef Moravec --- Created attachment 66330 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66330&action=edit [SIGNED-OFF] Bug 10306: Restructure TransformMarcToKoha and update some POD lines This patch makes the following changes: [1] Added POD for CountItemsIssued, GetBiblioItemData [2] Moved TransformMarcToKohaOneField closer to TransformMarcToKoha (before sub CountItemsIssued) [3] Restructured TransformMarcToKoha by extracting individual kohafields via TransformMarcToKohaOneField. The latter does no longer call the former. This small optimization avoids traversing the whole MARC record again and again. [4] Moved adjusting copyrightdate/publicationyear to separate helper routine _adjust_pubyear [5] Removed obsolete sub _get_inverted_marc_field_map. Test plan: Run t/db_dependent/Biblio/TransformMarcToKoha.t Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:52:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:52:11 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #50 from Josef Moravec --- Created attachment 66331 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66331&action=edit [SIGNED-OFF] Bug 10306: Support for multiple mappings in koha2marclinks This actually refactors koha2marclinks.pl in order to support multiple mappings per kohafield. Instead of three separate mapping pages for biblio, biblioitems and items, the script now lists them together. This gives a complete overview of all mappings rightaway. Changes are applied immediately across all frameworks. Note: This report handles the Default mappings just like it did before. In this script Koha already considered them as authoritative, although other parts of Koha did not. Follow-up report 19096 makes Default mappings authoritative throughout all Koha. On each line two buttons are provided, Add and Remove, in order to add or remove an individual mapping. We do no longer provide a separate form with the names of MARC tags. Since this form is targeted for administrators, it should be enough to ask for a field tag and subfield code. Note: The mappings for biblionumber, biblioitemnumber and itemnumber are so vital that this form marks them as readonly. It is not recommended to change them. Test plan: [1] Add a mapping. Verify via Frameworks or mysql command line that the kohafield is saved to the other frameworks too. [2] Remove the mapping again. Check Frameworks or mysql cl again. [3] Test adding a second mapping. Map copyrightdate to 260c and 264c. And map biblioitems.place to 260a and 264a. [4] Edit biblio record 1: Put 1980 in 260c. Do not include 264c. Edit biblio record 2: Put 1990 in 264c. Do not include 260c. Edit biblio record 3: Put 2000 in both 260c and 264c. Put CityA in 260a and in 264a. Edit biblio record 4: Put 2010 in 260c, and 2015 in 264c (which you should refuse normally). Put CityA in 260a, and CityB in 264a. [5] Create a report that shows biblioitems.place and biblio.copyrightdate for those biblio records. Record 4 should have 2010 in copyrightdate (since TransformMarcToKoha picks the first year for copyrightdate). Record 3 should have place CityA; record 4 should have CityA | CityB. Note: The CityA | CityB example illustrates that we should add some additional handling in TransformMarcToKoha for multiple 264s. [6] Add these four biblio records to a new list. Sort by Year. With OPACXSLTListsDisplay==default, check if the order = 1,2,3,4. (The order is based on biblio.copyrightdate.) Note that (RDA) record 2 would be on top without this patch set, since copyrightdate would have been null. Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:52:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:52:16 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #51 from Josef Moravec --- Created attachment 66332 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66332&action=edit [SIGNED-OFF] Bug 10306: Adjusted online help text for koha2marclinks Test plan: Click on Help. Read the text. Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:52:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:52:44 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 --- Comment #2 from Marcel de Rooy --- Created attachment 66333 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66333&action=edit Bug 19096: Make Default authoritative in core modules After feedback from the dev mailing list, it seems appropriate here to propose making the Default framework authoritative for Koha to MARC mappings. This implies checking only the Default framework in the routines: [1] GetMarcFromKohaField: The parameter frameworkcode is removed. A follow-up report (19097) will update the calls not adjusted here. This is safe since the parameter is silently ignored. [2] GetMarcSubfieldStructureFromKohaField: Framework parameter is removed and calls are adjusted. Includes acquisitions_stats.pl. [3] TransformKohaToMarc: The parameter is removed; all calls are verified or adjusted. [4] TransformMarcToKoha: The parameter is no longer used and will be removed in a follow-up report (19097). It always goes to Default now. [5] TransformMarcToKohaOneField: The parameter is removed and all calls are adjusted. Including: Breeding, XISBN and MetadataRecord modules. [6] C4::Koha::IsKohaFieldLinked: This routine was called only once (in C4::Items::_build_default_values_for_mod_marc. It can be replaced by calling GetMarcFromKohaField. If there is no kohafield linked, undef is returned. (Corresponding unit test is removed here.) [7] C4::Items::ModItemFromMarc: The helper routine _build_default_values_for_mod_marc does no longer have a framework parameter. The cache key default_value_for_mod_marc- is no longer combined with a frameworkcode. Three admin scripts are adjusted accordingly; some tests will be corrected in the next patch. Test plan: See next patch. That patch adjusts all tests involved. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:52:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:52:52 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 --- Comment #4 from Marcel de Rooy --- Created attachment 66335 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66335&action=edit Bug 19096: Do not allow changes to kohafield within MARC frameworks This patch makes two changes in the script for managing the MARC frameworks in order to support making the Default authoritative as for Koha to MARC mappings: [1] Disable the kohafield select combo. Add a hidden input to save value. [2] When a new subfield is added, the kohafield is still empty and should be overwritten with its Default counterpart. Note: Although we could leave the field empty, since Koha looks at the Default framework only, it does not cost much to keep these fields in sync with Default and perhaps catch a bug when someone somewhere looks in the wrong framework. Note: The description of Koha to MARC mapping on admin-home has been adjusted accordingly (removing last two lines). Test plan: [1] Add a new tag and subfield in Default. [2] Map it to a kohafield in koha2marclinks.pl [3] Add the same tag and subfield in another framework. Verify that the kohafield is updated after you saved the subfield. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:52:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:52:56 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 --- Comment #5 from Marcel de Rooy --- Created attachment 66336 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66336&action=edit Bug 19096: Online help changes On the page admin/marc_subfields_structure we now tell that Koha link has been disabled and refer to the help for koha2marclinks. On the page admin/koha2marclinks we mention that the Default mapping is considered authoritative now. Test plan: Read these online help pages and verify that the changes make sense. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:52:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:52:48 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 --- Comment #3 from Marcel de Rooy --- Created attachment 66334 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66334&action=edit Bug 19096: Adjusts unit tests The subroutines listed in the former patch are extensively tested in Biblio.t, TransformKohaToMarc.t and TransformMarcToKoha.t. These tests do no longer use new frameworks to add mappings. In Biblio.t and TransformMarcToKoha.t we also test passing an individual framework code (for an empty framework) to see if Default is still used. Note that this parameter will be removed later on. In Items.t the cache keys MarcStructure-0- and MarcStructure-1- are not touched, so they do not need to be cleared. The cache key default_value_for_mod_marc- should be used without framework now. Similar adjustments in Items/AutomaticItemModificationByAge.t and Reserves.t. Furthermore the subtest for _build_default_values_for_mod_marc in Items.t is adjusted since framework is no longer relevant. The biblio record with items is created in a new framework, but the mappings from Default are consulted. Test plan: Run all adjusted unit tests. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:52:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:52:59 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 --- Comment #6 from Marcel de Rooy --- Created attachment 66337 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66337&action=edit Bug 19096: Restructure MarcSubfieldStructures.t first Before adding more tests, move all current tests in one subtest. Test plan: Run t/db_dependent/Koha/MarcSubfieldStructures.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:53:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:53:03 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 --- Comment #7 from Marcel de Rooy --- Created attachment 66338 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66338&action=edit Bug 19096: Add dbrev to sync kohafield in all frameworks The dbrev will use two new routines in MarcSubfieldStructures: [1] get_kohafield_exceptions is used to report deviating kohafields in the additional frameworks, [2] sync_kohafield is used to reset kohafield in the other frameworks to the mapping in Default. Test plan: Unit test and database revision: [1] Run t/db_dependent/Koha/MarcSubfieldStructures.t [2] Verify that your Default 100a is mapped to biblio.author. Go to another framework and clear the mapping via mysql command line: UPDATE marc_subfield_structure SET kohafield=NULL WHERE frameworkcode=[your_framework] AND tagfield='100' AND tagsubfield='a'; [3] Run the db revision. It should report that 100a was adjusted. [4] Check in admin/marc_subfield_structure that your 100a is mapped to biblio.author again in that framework. Additional interface testing (ensuring that the changes on this report do not interfere with multiple mappings): [5] Make two mappings for copyrightdate: 260c and 264a. And make two mappings for biblioitems.pages: 300a and say 300g. Toggle with some field values in those fields in the cataloging editor and verify the contents of biblio.copyrightdate and biblioitems.pages. The former should contain one year (due to additional logic) and the latter should contain A | B if both fields are filled. Remove the mapping for 300g. [6] Set AcqCreateItem to ordering or placing. Verify that you can still add or receive an order as usual. [7] Add a mapping for itemcallnumber to 952f (this should remove the one for coded_location_qualifier). This is very unusual but serves well in testing multiple mappings for items. Add or receive an order (fill 952f and 952o) with same and/or different values. Verify the contents of items.callnumber. (Check with regular item editor; see note.) Do a similar edit in the regular item editor. Note: You should expect to see A | B in both 952f and 925o if both fields are filled with a different value. Set items.coded_location_qualifier back to 952f in koha2marclinks. Note: When AcqCreateItem==ordering, you will not see A|B in the callno field when adding an item on neworderempty.pl. But when you submit the main form, addorder.pl is called. At that time an item is created and you will see that A|B is in both fields (952f and 952o). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 14:54:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 12:54:05 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 15:00:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 13:00:39 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 --- Comment #8 from Marcel de Rooy --- Note for QA: FAIL C4/Koha.pm OK critic OK forbidden patterns OK git manipulation OK pod FAIL pod coverage POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 This is a false negative. I stumbled over it already before. If you remove one routine from a module without full coverage, the coverage will drop a little bit. Qa tools wrongly blames me for that now.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 15:09:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 13:09:38 +0000 Subject: [Koha-bugs] [Bug 19068] OPAC purchase suggestion doesn' t allow users to enter quantity of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66281|0 |1 is obsolete| | --- Comment #7 from Jon Knight --- Created attachment 66339 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66339&action=edit Add quantity field to the opac suggestions form. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 15:16:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 13:16:07 +0000 Subject: [Koha-bugs] [Bug 19068] OPAC purchase suggestion doesn' t allow users to enter quantity of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 --- Comment #8 from Jon Knight --- Created attachment 66340 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66340&action=edit Add quantity field to the opac suggestions form (with correct username and email) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 15:17:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 13:17:36 +0000 Subject: [Koha-bugs] [Bug 19068] OPAC purchase suggestion doesn' t allow users to enter quantity of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66339|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 15:18:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 13:18:40 +0000 Subject: [Koha-bugs] [Bug 19068] OPAC purchase suggestion doesn' t allow users to enter quantity of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 --- Comment #9 from Katrin Fischer --- I think the git bz instructions might have originally been written with developers switching to it in mind - I'll try to take a look. New patch looks perfect, will try to test and thx for your patience so far! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 15:22:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 13:22:56 +0000 Subject: [Koha-bugs] [Bug 18389] bulkmarcimport.pl does not take notice of MARC modification templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 --- Comment #14 from Jon Knight --- Thanks Katrin! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 15:58:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 13:58:49 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for ONeclickDigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 15:58:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 13:58:51 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for ONeclickDigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64098|0 |1 is obsolete| | --- Comment #32 from Nick Clemens --- Created attachment 66341 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66341&action=edit Bug 17602 Koha::ExternalContent->koha_patron() will retutn undef rather than die if user not logged in Signed-off-by: Nick Clemens Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 15:58:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 13:58:55 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for ONeclickDigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65988|0 |1 is obsolete| | --- Comment #33 from Nick Clemens --- Created attachment 66342 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66342&action=edit Bug 17602 RecordedBooks Integration to Koha - sysprefs and Koha::ExternalContent::RecordedBooks Koha::ExternalContent::RecordedBooks - a wrapper around WebService::ILS::RecordedBooks::PartnerPatron RecordedBooks* sysprefs Nothing functional to test with this patch yet. But you can run the tests that come with it t/db_dependent/Koha_ExternalContent_RecordedBooks.t Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 15:59:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 13:59:00 +0000 Subject: [Koha-bugs] [Bug 17602] Integrate support for ONeclickDigital/Recorded Books API In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17602 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65989|0 |1 is obsolete| | --- Comment #34 from Nick Clemens --- Created attachment 66343 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66343&action=edit Bug 17602 RecordedBooks integration to Koha - OPAC Add RecordedBooks to the users page in the public interface To Test: 1/ Apply all 3 patches 2/ Set the sysprefs to valid values (you will need a test account with RecordedBooks) 3/ Try a search 4/ Login to the OPAC, try to place a hold, or check an item out 5/ Check the opac-user page, see if your items are showing on the oneclickdigital tab Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 16:16:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 14:16:58 +0000 Subject: [Koha-bugs] [Bug 19163] New: Critical typo in stage-marc-import process Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 Bug ID: 19163 Summary: Critical typo in stage-marc-import process Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org Template says ISO2709 but script wants MARC or MARCXML.. Slipped in with bug 19049. Trivial but critical fix. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 16:18:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 14:18:34 +0000 Subject: [Koha-bugs] [Bug 19163] Critical typo in stage-marc-import process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 16:18:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 14:18:37 +0000 Subject: [Koha-bugs] [Bug 19163] Critical typo in stage-marc-import process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 --- Comment #1 from Marcel de Rooy --- Created attachment 66344 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66344&action=edit Bug 19163: Critical typo in stage-marc-import process Template says ISO2709 but script wants MARC or MARCXML.. Slipped in with bug 19049. Trivial but critical fix. Test plan: Import a MARC file. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 16:19:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 14:19:03 +0000 Subject: [Koha-bugs] [Bug 19163] Critical typo in stage-marc-import process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | CC| |hagud at orex.es -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 16:19:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 14:19:48 +0000 Subject: [Koha-bugs] [Bug 4461] Context-sensitive report a problem screen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461 Sally Healey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 16:23:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 14:23:38 +0000 Subject: [Koha-bugs] [Bug 19163] Critical typo in stage-marc-import process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19049 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 [Bug 19049] Fix regression on stage-marc-import with to_marc plugin -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 16:23:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 14:23:38 +0000 Subject: [Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19163 --- Comment #28 from Marcel de Rooy --- This causes a critical bug. See fix on bug 19163 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 [Bug 19163] Critical typo in stage-marc-import process -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 16:26:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 14:26:59 +0000 Subject: [Koha-bugs] [Bug 19158] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19158 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Koha |Architecture, internals, | |and plumbing Assignee|chris at bigballofwax.co.nz |koha-bugs at lists.koha-commun | |ity.org QA Contact| |testopia at bugs.koha-communit | |y.org Resolution|--- |INVALID Group|Koha security | Status|NEW |RESOLVED Product|Koha security |Koha Summary|eee |SPAM -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 16:28:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 14:28:33 +0000 Subject: [Koha-bugs] [Bug 19163] Critical typo in stage-marc-import process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 --- Comment #2 from Marcel de Rooy --- Resolves [from intranet-error.log]: [Tue Aug 22 16:09:24.735068 2017] [cgi:error] [pid 20766] AH01215: [Tue Aug 22 16:09:24 2017] stage-marc-import.pl: Plugin ISO2709 cannot be loaded at Koha/Plugins/Handler.pm line 72., referer: /cgi-bin/koha/tools/stage-marc-import.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 16:29:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 14:29:29 +0000 Subject: [Koha-bugs] [Bug 19163] Critical typo in stage-marc-import process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 16:31:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 14:31:50 +0000 Subject: [Koha-bugs] [Bug 17827] Untranslatable "by" in MARC21slim2intranetResults.xsl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17827 Serhij Dubyk changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #59578|0 |1 is obsolete| | --- Comment #6 from Serhij Dubyk --- Created attachment 66345 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66345&action=edit new patch Perhaps the comment "!-- #13383 --" after the text term removed this term from translation... Test: Before this patch in file en-GB-marc-MARC21.po present next paragraph: #: /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl:457 #, fuzzy, c-format msgid "by " msgstr " by " According string "by " in the file MARC21slim2intranetResults.xsl can not be translated (in other languages). After applying this patch performed next command: cd /usr/share/koha/misc/translator sudo env KOHA_CONF=/etc/koha/sites/mykohainstance/koha-conf.xml PERL5LIB=/usr/share/koha/lib perl -I /usr/share/koha/lib "./translate" update Now in the file en-GB-marc-MARC21.po present the following (modified) paragraph: #: /usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/xslt/MARC21slim2intranetResults.xsl:349 #: /usr/share/koha/opac/htdocs/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl:457 #, fuzzy, c-format msgid "by " msgstr " by " -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 16:42:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 14:42:20 +0000 Subject: [Koha-bugs] [Bug 19163] Critical typo in stage-marc-import process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 --- Comment #3 from Marcel de Rooy --- Created attachment 66346 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66346&action=edit Bug 19163: [COUNTERPATCH] Adjust script instead of template See previous patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 16:50:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 14:50:59 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #107 from M. Tompsett --- Created attachment 66347 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66347&action=edit Bug 14385: Test C4/Labels/Label.pm changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 17:17:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 15:17:36 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 66348 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66348&action=edit Bug 19130: Remove ->search() overloading and adjust tests This patch removes the custom ->search() function. Tests are adjusted so the results from ->search() calls are not expected to return in the previously hardcoded order. To test: - Apply this patch - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/Bookseller.t => SUCCESS: Tests pass - Sign off :-D -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 17:17:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 15:17:42 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 --- Comment #2 from Tom?s Cohen Arazi --- Created attachment 66349 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66349&action=edit Bug 19130: (followup) Add t/db_dependent/Koha/Acquisition/Booksellers.t This followup patch adds a proper file in which add tests for Koha::Acquisition::Bookseller(s) methods. All current methods are covered. To test: - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/Koha/Acquisition/Booksellers.t => SUCCESS: Test pass! - Sign off :-D -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 17:17:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 15:17:47 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 --- Comment #3 from Tom?s Cohen Arazi --- Created attachment 66350 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66350&action=edit Bug 19130: (followup) Add POD This patch adds POD to the following files: - Koha/Acquisition/Bookseller.pm - Koha/Acquisition/Booksellers.pm -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 17:25:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 15:25:57 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 --- Comment #7 from Jonathan Druart --- Hi Robin, Thanks for your input! I have to admit that I should have explained what I have in mind a bit more. At the moment we are facing lot of XSS vulnerabilities caused by input parameters we sent to the template: $template->param( foo => scalar $cgi->param('foo') ) and them [% foo %] That is our main problem. Of course the idea was not to insert escaped strings into the DB, but to trust data from DB (inserted from staff, not OPAC), and not url parameters. Which is wrong (!) and just move the escape problem to somewhere else (we will have to list the variable we trust and the ones we do not). I am obsoleting my proposal. Fixing XSS incrementally scared me. First it will be long and hard to be exhaustive, then we will not be regression proof. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 17:26:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 15:26:14 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66045|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 17:37:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 15:37:50 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 --- Comment #8 from Robin Sheat --- It will be a long and annoying process, but if done right then it'll be very hard for someone to introduce a new vulnerability by accident. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 17:41:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 15:41:15 +0000 Subject: [Koha-bugs] [Bug 18789] Send a Koha::Patron object to the templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18789 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |BLOCKED --- Comment #12 from Jonathan Druart --- You need to apply the dependencies first. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 17:43:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 15:43:20 +0000 Subject: [Koha-bugs] [Bug 19164] New: Allow MARC modification templates to be used in staged MARC imports Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19164 Bug ID: 19164 Summary: Allow MARC modification templates to be used in staged MARC imports Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Bibliographic record staging/import Assignee: koha-bugs at lists.koha-community.org Reporter: J.P.Knight at lboro.ac.uk QA Contact: testopia at bugs.koha-community.org In Bug 18690 Katrin Fischer suggested that it would be useful to have MARC Modification Templates used in stage MARC imports in a similar way to that enhancement's inclusion in bulkmarcimport.pl -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 17:44:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 15:44:18 +0000 Subject: [Koha-bugs] [Bug 19164] Allow MARC modification templates to be used in staged MARC imports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19164 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |J.P.Knight at lboro.ac.uk Assignee|koha-bugs at lists.koha-commun |J.P.Knight at lboro.ac.uk |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 17:58:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 15:58:37 +0000 Subject: [Koha-bugs] [Bug 19164] Allow MARC modification templates to be used in staged MARC imports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19164 --- Comment #1 from Jon Knight --- Created attachment 66351 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66351&action=edit First cut at some changes to misc/stage_file.pl script to provide for MARC modification template support. Not ready for QA yet. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:00:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:00:17 +0000 Subject: [Koha-bugs] [Bug 18853] Module wise email alerts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18853 --- Comment #2 from Vinod --- Yes i mean if email is generated from Acquisition related things like Status of books rejected/ordered/arrived etc. than it should go from email which is specified by the Acquisition librarian say (acquisition at gmail.com), similarly if email checkout/check-in etc goes from circulation than it should be configurable from different email say circulation at gmail.com. The present problem is it goes from only one/two admin email however in libraries there are several librarians like acquisition section, circulation section, serial section etc. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:15:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:15:44 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 --- Comment #4 from Tom?s Cohen Arazi --- Created attachment 66352 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66352&action=edit Bug 19130: (followup) Controller scripts should preserve behaviour This patch is a followup to making Koha::Acquisition::Booksellers->search work as any other Koha::Objects (DBIC) query instead of having a different behaviour hardcoded. To achieve it, this patch makes the controller scripts add wildcard/truncation chars as prefix and sufix for searches, and make the default sorting for results be by 'name', ascending. To test: - Just verify the behaviour remains unchanged by this patchset on the controller scripts (re. searching). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:16:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:16:35 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |tomascohen at gmail.com Patch complexity|--- |Small patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:33:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:33:18 +0000 Subject: [Koha-bugs] [Bug 18786] Add ability to create custom payment types In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18786 --- Comment #10 from Martha Fuerst --- Got the following error when trying to pay a lost item charge, but fine is gone from the account. No indication of payment on Account page or in account_offsets table. Software error: {UNKNOWN}: Can't call method "unblessed" on an undefined value at /var/lib/koha/hcpl/kohaclone/C4/Circulation.pm line 2178. at /var/lib/koha/hcpl/kohaclone/C4/Circulation.pm line 2198 For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error. Everything else works fine. Test Plan: 1) Apply patches 2) Update database 3) Add authorised value PAYMENT_TYPE with values 'Cash', 'Check', 'Credit card' 4) Go to the fines section of a patron who has several fines 5) Tab 'Fines' 6) Click on 'Pay' for an individual fine 7) Verify that in the form a 'Pay an individual fine' dropdown appears with payment types - YES (also appears with all "Pay") 8) Select a payment type, confirm payment 9) Verify that payment type appears in "Description of charges" in tab 'Account' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:35:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:35:18 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:35:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:35:26 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65819|0 |1 is obsolete| | Attachment #65820|0 |1 is obsolete| | Attachment #65821|0 |1 is obsolete| | Attachment #65822|0 |1 is obsolete| | Attachment #65823|0 |1 is obsolete| | Attachment #65824|0 |1 is obsolete| | --- Comment #144 from Jonathan Druart --- Created attachment 66353 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66353&action=edit Bug 12598: New misc/import_borrowers.pl command line tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:35:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:35:33 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #145 from Jonathan Druart --- Created attachment 66354 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66354&action=edit Bug 12598: Update code to use new modules Signed-off-by: Colin Campbell -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:35:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:35:41 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #146 from Jonathan Druart --- Created attachment 66355 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66355&action=edit Bug 12598: Fix conflict with bug 16911 Tests will have to be written for this change Signed-off-by: Colin Campbell -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:35:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:35:49 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #147 from Jonathan Druart --- Created attachment 66356 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66356&action=edit Bug 12598: Fix conflict with 17829 - GetMember Signed-off-by: Colin Campbell -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:35:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:35:56 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #148 from Jonathan Druart --- Created attachment 66357 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66357&action=edit Bug 12598: Re-add some missing stuffs This patch will have to be squashed with previous ones, but for readability I prefer to let it alone for now. It reintroduces 2 missing changes: commit fd123903651435c56ca14d88897e9ce4d7a38bb5 Bug 15010: Import patron tool creates 'duplicate' restrictions ( debarments ) commit 011d8e9855ffeb1779f5c1aadc9f4367c298cee7 Bug 12543 - Add userid as matchpoint for "Import patrons" tool Signed-off-by: Colin Campbell -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:36:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:36:03 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #149 from Jonathan Druart --- Created attachment 66358 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66358&action=edit Bug 12598 Allow matched patron to be updated When a test was introduced to not add duplicate userids it overlooked that if you were matching on userid you do not want the update to be rejected. Add a test to overcome this logical flaw if updating by matching userid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:36:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:36:11 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #150 from Jonathan Druart --- Created attachment 66359 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66359&action=edit Bug 12598: Re-add bug 18555: Create patron list from patron import -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:40:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:40:30 +0000 Subject: [Koha-bugs] [Bug 19077] When loading patrons matching on userid updates to matched patrons are rejected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19077 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |major -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:42:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:42:08 +0000 Subject: [Koha-bugs] [Bug 17829] Move GetMember to Koha::Patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17829 --- Comment #34 from Jonathan Druart --- Created attachment 66360 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66360&action=edit Bug 17829: (follow-up) Fix import patron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:43:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:43:06 +0000 Subject: [Koha-bugs] [Bug 17829] Move GetMember to Koha::Patron In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17829 --- Comment #35 from Jonathan Druart --- (In reply to Jonathan Druart from comment #34) > Created attachment 66360 [details] [review] > Bug 17829: (follow-up) Fix import patron Patch pushed to master! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:46:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:46:04 +0000 Subject: [Koha-bugs] [Bug 19077] When loading patrons matching on userid updates to matched patrons are rejected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19077 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #3 from Jonathan Druart --- (In reply to Katrin Fischer from comment #2) > Hi Colin, with and without the patch I receive an internal server error when > I try to match on username/uderid: > > Use of uninitialized value $uploadborrowers in concatenation (.) or string > at /home/vagrant/kohaclone/tools/import_borrowers.pl line 113. > Use of uninitialized value $uploadborrowers in concatenation (.) or string > at /home/vagrant/kohaclone/tools/import_borrowers.pl line 113. > Can't call method "unblessed" on unblessed reference at > /home/vagrant/kohaclone/tools/import_borrowers.pl line 255, <$fh> line 2. > > Can you help? Should be fixed by commit 6f595e4c95c22ba444f49c61c9d101483309871f Bug 17829: (follow-up) Fix import patron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 18:47:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 16:47:17 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #108 from M. Tompsett --- Created attachment 66361 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66361&action=edit Bug 14385: Improve C4::Record::marcrecord2csv test cases -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 19:08:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 17:08:00 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63163|0 |1 is obsolete| | --- Comment #13 from Tom?s Cohen Arazi --- Created attachment 66362 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66362&action=edit Bug 18120: REST api | /acquisitions/vendors unit tests This patch introduces unit tests that need to be passed by an /acquisitions/vendors/ REST endpoint. To test: - Apply the patch - Run: $ sudo koha-shell kohadev k$ prove t/db_dependent/api/v1/acquisitions_vendors.t => FAIL: The endpoint is not present, should fail. Sponsored-by: ByWater Solutions Signed-off-by: Matthias Meusburger -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 19:08:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 17:08:09 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63164|0 |1 is obsolete| | Attachment #63165|0 |1 is obsolete| | Attachment #66046|0 |1 is obsolete| | --- Comment #14 from Tom?s Cohen Arazi --- Created attachment 66363 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66363&action=edit Bug 18120: REST api | Add a 'vendors' endpoint This patch introduces an /acquisitions/vendors endpoint. To test: - Apply the patch - Run: $ sudo koha-shell kohadev k$ prove t/db_dependent/api/v1/acquisitions_vendors.t => SUCCESS: Tests pass - Sign off :-D Sponsored-by: ByWater Solutions Signed-off-by: Matthias Meusburger -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 19:09:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 17:09:17 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18137, 19130 --- Comment #15 from Tom?s Cohen Arazi --- Patches rebased on top of bug 18137 (OpenAPI). Test plan applies and tests pass. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 [Bug 18137] REST API: Migrate from Mojolicious::Plugin::Swagger2 to Mojolicious::Plugin::OpenAPI https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 [Bug 19130] K::A::Booksellers->search broken for attribute 'name' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 19:09:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 17:09:17 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18120 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 [Bug 18120] REST API: CRUD endpoint for vendors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 19:09:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 17:09:17 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18120 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 [Bug 18120] REST API: CRUD endpoint for vendors -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 19:12:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 17:12:23 +0000 Subject: [Koha-bugs] [Bug 19164] Allow MARC modification templates to be used in staged MARC imports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19164 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- Woot! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 19:26:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 17:26:25 +0000 Subject: [Koha-bugs] [Bug 18389] Allow using MARC modification templates in bulkmarcimport.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|bulkmarcimport.pl does not |Allow using MARC |take notice of MARC |modification templates in |modification templates |bulkmarcimport.pl CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 19:26:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 17:26:34 +0000 Subject: [Koha-bugs] [Bug 18389] Allow using MARC modification templates in bulkmarcimport.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 19:38:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 17:38:53 +0000 Subject: [Koha-bugs] [Bug 18389] Allow using MARC modification templates in bulkmarcimport.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 --- Comment #15 from Tom?s Cohen Arazi --- Hi Jon, the enhancement works as advertised and things look ok :-D I was wondering if using the template name was the best option, given the 'name' column is not a UNIQUE id. I saw the UI doesn't show the real DB ID for the MARC modification template, so I'm not sure what's the best solution. Please add your comments on how could we make it rock solid. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 19:43:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 17:43:43 +0000 Subject: [Koha-bugs] [Bug 19164] Allow MARC modification templates to be used in staged MARC imports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19164 --- Comment #3 from Katrin Fischer --- I like using the name as it's easier to remember and harder to confuse. Also easier to set it up the same on multiple installations. Maybe we could just add a warning when a non-unique template name is used? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 19:49:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 17:49:38 +0000 Subject: [Koha-bugs] [Bug 19163] Critical typo in stage-marc-import process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66344|0 |1 is obsolete| | Attachment #66346|0 |1 is obsolete| | --- Comment #4 from Tom?s Cohen Arazi --- Created attachment 66364 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66364&action=edit Bug 19163: Critical typo in stage-marc-import process Template says ISO2709 but script wants MARC or MARCXML.. Slipped in with bug 19049. Trivial but critical fix. Test plan: Import a MARC file. Signed-off-by: Tomas Cohen Arazi I picked this fix because I think MARC is always ambiguous. ISO2709 clearly denotes the serialization format used. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 19:49:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 17:49:34 +0000 Subject: [Koha-bugs] [Bug 19163] Critical typo in stage-marc-import process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 19:52:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 17:52:07 +0000 Subject: [Koha-bugs] [Bug 19163] Critical typo in stage-marc-import process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |tomascohen at gmail.com --- Comment #5 from Tom?s Cohen Arazi --- Trivial fix, skipping QA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 20:19:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 18:19:44 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 20:19:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 18:19:46 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66348|0 |1 is obsolete| | Attachment #66349|0 |1 is obsolete| | Attachment #66350|0 |1 is obsolete| | Attachment #66352|0 |1 is obsolete| | --- Comment #5 from Kyle M Hall --- Created attachment 66365 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66365&action=edit Bug 19130: Remove ->search() overloading and adjust tests This patch removes the custom ->search() function. Tests are adjusted so the results from ->search() calls are not expected to return in the previously hardcoded order. To test: - Apply this patch - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/Bookseller.t => SUCCESS: Tests pass - Sign off :-D Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 20:19:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 18:19:56 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 --- Comment #7 from Kyle M Hall --- Created attachment 66367 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66367&action=edit Bug 19130: (followup) Add POD This patch adds POD to the following files: - Koha/Acquisition/Bookseller.pm - Koha/Acquisition/Booksellers.pm Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 20:19:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 18:19:58 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 --- Comment #8 from Kyle M Hall --- Created attachment 66368 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66368&action=edit Bug 19130: (followup) Controller scripts should preserve behaviour This patch is a followup to making Koha::Acquisition::Booksellers->search work as any other Koha::Objects (DBIC) query instead of having a different behaviour hardcoded. To achieve it, this patch makes the controller scripts add wildcard/truncation chars as prefix and sufix for searches, and make the default sorting for results be by 'name', ascending. To test: - Just verify the behaviour remains unchanged by this patchset on the controller scripts (re. searching). Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 20:19:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 18:19:53 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 --- Comment #6 from Kyle M Hall --- Created attachment 66366 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66366&action=edit Bug 19130: (followup) Add t/db_dependent/Koha/Acquisition/Booksellers.t This followup patch adds a proper file in which add tests for Koha::Acquisition::Bookseller(s) methods. All current methods are covered. To test: - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/Koha/Acquisition/Booksellers.t => SUCCESS: Test pass! - Sign off :-D Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 20:41:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 18:41:26 +0000 Subject: [Koha-bugs] [Bug 14967] update_dbix_class_files.pl should have a default DB name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14967 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 21:08:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 19:08:38 +0000 Subject: [Koha-bugs] [Bug 18282] OpenAPI operationId must be unique In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18282 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 21:08:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 19:08:42 +0000 Subject: [Koha-bugs] [Bug 18282] OpenAPI operationId must be unique In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18282 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61169|0 |1 is obsolete| | --- Comment #6 from Tom?s Cohen Arazi --- Created attachment 66369 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66369&action=edit Bug 18282: operationId must be unique operationId has the following documentation: "Unique string used to identify the operation. The id MUST be unique among all operations described in the API." This patch modifies operationIds to be unique accross our API operations. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 21:09:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 19:09:38 +0000 Subject: [Koha-bugs] [Bug 18282] OpenAPI operationId must be unique In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18282 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Trivial patch --- Comment #7 from Tom?s Cohen Arazi --- SKipping QA step on a trivial string change. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 21:15:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 19:15:39 +0000 Subject: [Koha-bugs] [Bug 18290] Fix t/db_dependent/Koha/Object.t, Mojo::JSON::Bool is a JSON:: PP::Boolean :) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18290 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com --- Comment #4 from Tom?s Cohen Arazi --- (In reply to Jonathan Druart from comment #3) > Tests pass for me, when will we need this patch? With bug 18137 (or higher Mojolicious versions I suspect). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 21:15:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 19:15:58 +0000 Subject: [Koha-bugs] [Bug 18290] Fix t/db_dependent/Koha/Object.t, Mojo::JSON::Bool is a JSON:: PP::Boolean :) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18290 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 21:43:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 19:43:11 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18290 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18290 [Bug 18290] Fix t/db_dependent/Koha/Object.t, Mojo::JSON::Bool is a JSON::PP::Boolean :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 21:43:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 19:43:11 +0000 Subject: [Koha-bugs] [Bug 18290] Fix t/db_dependent/Koha/Object.t, Mojo::JSON::Bool is a JSON:: PP::Boolean :) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18290 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Severity|enhancement |normal Depends on| |18137 Component|Architecture, internals, |Test Suite |and plumbing | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 [Bug 18137] REST API: Migrate from Mojolicious::Plugin::Swagger2 to Mojolicious::Plugin::OpenAPI -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 21:45:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 19:45:34 +0000 Subject: [Koha-bugs] [Bug 18290] Fix t/db_dependent/Koha/Object.t, Mojo::JSON::Bool is a JSON:: PP::Boolean :) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18290 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 21:45:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 19:45:41 +0000 Subject: [Koha-bugs] [Bug 18290] Fix t/db_dependent/Koha/Object.t, Mojo::JSON::Bool is a JSON:: PP::Boolean :) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18290 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61195|0 |1 is obsolete| | --- Comment #5 from Tom?s Cohen Arazi --- Created attachment 66370 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66370&action=edit Bug 18290: Fix t/db_dependent/Koha/Object.t, Mojo::JSON::Bool is a JSON::PP::Boolean :) Mojolicious 7.21 onwards, no longer returns Mojo::JSON::Bool-objects but JSON::PP instead. Which might be pretty smart. This version is required by bug 18137 and so this patch for the tests is needed. Signed-off-by: Tomas Cohen Arazi Tested along with 18137 and its dependencies (libs). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 21:46:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 19:46:46 +0000 Subject: [Koha-bugs] [Bug 18290] Fix t/db_dependent/Koha/Object.t, Mojo::JSON::Bool is a JSON:: PP::Boolean :) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18290 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #6 from Tom?s Cohen Arazi --- @RM: I think this tests fix can skip QA. Please revert to SO if you think another pair of eyes are needed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 22:19:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 20:19:16 +0000 Subject: [Koha-bugs] [Bug 19068] OPAC purchase suggestion doesn' t allow users to enter quantity of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 22:19:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 20:19:19 +0000 Subject: [Koha-bugs] [Bug 19068] OPAC purchase suggestion doesn' t allow users to enter quantity of items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19068 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66340|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer --- Created attachment 66371 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66371&action=edit [SIGNED OFF] Add quantity field to the opac suggestions form (with correct username and email) https://bugs.koha-community.org/show_bug.cgi?id=19068 Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 22:21:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 20:21:35 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |tomascohen at gmail.com --- Comment #150 from Tom?s Cohen Arazi --- Hi guys, I've been looking at this patchset without trying it yet. Everything looks as expected :-D The only thing I would like to mention is that the auth chain added a check for maintenance mode (usually on upgrades) that requires some more error codes to be added to the spec. Can you please take a look at (say) patrons.json from bug 18137? It's pretty straightforward. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 22:22:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 20:22:14 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 22:23:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 20:23:28 +0000 Subject: [Koha-bugs] [Bug 15239] Add multiple items fail on barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239 --- Comment #9 from Ruben Norori --- I have the definitive solution: First we must add two new procedures, functions, methods, which consult in the database the registry homebranch. #Original function sub get_item_from_barcode { my ($barcode)=@_; my $dbh=C4::Context->dbh; my $result; my $rq=$dbh->prepare("SELECT itemnumber from items where items.barcode=?"); $rq->execute($barcode); ($result)=$rq->fetchrow; return($result); } #New function sub get_home_from_barcode { my ($barcode)=@_; my $dbh=C4::Context->dbh; my $result; my $rq=$dbh->prepare("SELECT homebranch from items where items.barcode=?"); $rq->execute($barcode); ($result)=$rq->fetchrow; return($result); } #New function sub get_home_from_item { my ($barcode)=@_; my $dbh=C4::Context->dbh; my $result; my $rq=$dbh->prepare("SELECT homebranch from items where items.itemnumber=?"); $rq->execute($barcode); ($result)=$rq->fetchrow; return($result); } Then call the functions and save the result in a variable that we concate at the final result, also add an "if" to use one function in the first iteration and the other function executes it in the "else". for (my $i = 0; $i < $number_of_copies;) { # If there is a barcode if ($barcodevalue) { # Getting a new barcode (if it is not the first iteration or the barcode we tried already exists) # For execute only in the first iteration if($i<1){ # Call new function my $newv = get_home_from_item($exist_itemnumber); $barcodevalue = $newv.$barcodeobj->next_value($oldbarcode) if ($i > 0 || $exist_itemnumber); }else{ # Call new function my $exin = get_home_from_barcode($barcodevalue); $barcodevalue = $exin.$barcodeobj->next_value($oldbarcode) if ($i > 0 || $exist_itemnumber); } # Putting it into the record if ($barcodevalue) { $record->field($tagfield)->update($tagsubfield => $barcodevalue); } -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 22:28:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 20:28:48 +0000 Subject: [Koha-bugs] [Bug 15239] Add multiple items fail on barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239 Ruben Norori changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 22 23:09:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 21:09:32 +0000 Subject: [Koha-bugs] [Bug 19077] When loading patrons matching on userid updates to matched patrons are rejected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19077 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #4 from Katrin Fischer --- Hi Colin, after Jonathan's fix the update using userid for matching works for me without the patch. Can you verify? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 00:39:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 22:39:37 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #109 from M. Tompsett --- Created attachment 66372 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66372&action=edit Bug 14385: Corrected opac-details searchResult call -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 00:48:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 22 Aug 2017 22:48:05 +0000 Subject: [Koha-bugs] [Bug 19163] Critical typo in stage-marc-import process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66364|0 |1 is obsolete| | --- Comment #6 from Liz Rea --- Created attachment 66373 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66373&action=edit Bug 19163: Critical typo in stage-marc-import process Template says ISO2709 but script wants MARC or MARCXML.. Slipped in with bug 19049. Trivial but critical fix. Test plan: Import a MARC file. Signed-off-by: Tomas Cohen Arazi I picked this fix because I think MARC is always ambiguous. ISO2709 clearly denotes the serialization format used. Signed-off-by: Liz Rea Just confirming this fixes the problem. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 03:58:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 01:58:25 +0000 Subject: [Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #60723|0 |1 is obsolete| | --- Comment #59 from Srdjan Jankovic --- Created attachment 66374 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66374&action=edit [SIGNED-OFF] bug_15562: Use do() rather than system() to execute updatedatabase.pl from installer.pl That way: * no external process is spawned * code executes in the same perl process, which is required for plack multi-site I have a dream. A dream that one day all code from .pl's will be in some .pm's. Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 03:59:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 01:59:00 +0000 Subject: [Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #60724|0 |1 is obsolete| | --- Comment #60 from Srdjan Jankovic --- Created attachment 66375 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66375&action=edit [SIGNED-OFF] bug_15562: Revert "Bug 13690: use Koha::Schema only when it's needed" This reverts commit c52bc9756a5fa1e4f6bba7ce5c58124f150c5efc. I don't see any place where we would use KOha::Database without wanting Koha::Schema. require Koha::Schema interferes with some plack setups - for some reason it calls C4::Context->import() even when C4::Context is already used. Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 03:59:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 01:59:15 +0000 Subject: [Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #60725|0 |1 is obsolete| | --- Comment #61 from Srdjan Jankovic --- Created attachment 66376 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66376&action=edit bug_15562: Multi-host helper for plack installations Sort of an apocalypse * C4::Context->new() must be called with at least config file param. If you want current context, call C4::Context->current(). C4::Context->some_method() will still work as is. * Koha::Database->new_schema() now takes optional context param. * C4::Context->set_context() and restore_context() are synched with database set_schema() and restore_schema(). Created run_within_context() that wraps set_context() and restore_context() around code. * Created Koha::Handler::Plack* to facilitate running same code within different (database) contexts. * This initial version does not run with memcached turned on. Next patch will correct that. https://bugs.koha-community.org/show_bug.cgi?id=15562 Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 03:59:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 01:59:26 +0000 Subject: [Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #60726|0 |1 is obsolete| | --- Comment #62 from Srdjan Jankovic --- Created attachment 66377 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66377&action=edit bug_15562: Removed Koha::Caches->get_instance() There should be no cache singletons, full stop. If Koha is to move away from .pl scripts that is. As an interim measure Koha::Caches->get_instance() is replaced with C4::Context->cache. In that respect it will continue to work in the singleton-ish way if context is used as a singleton, but supports cache-per-context. Koha::Handler::Plack->app_per_host() cache sysprefs using Context memcached. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 05:16:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 03:16:57 +0000 Subject: [Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 --- Comment #63 from David Cook --- I keep thinking about this abstractly when I'm waiting for public transport, and still wishing you all the best Srdjan. I keep wondering what the threshold is for number of Koha sites on a single Plack server... I suppose a person would use Apache or Nginx as the reverse proxy (so many virtual hosts configured there) and have them funneling traffic to a particular Plack server (or servers I suppose if we wanted to scale up)? Anyway, Srdjan++. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 05:43:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 03:43:27 +0000 Subject: [Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 --- Comment #64 from Srdjan Jankovic --- Well did not think of that... It should be limited by resources available, not the application itself. It should... I'm quite sure this will never see the light of day (although I did get it going), just too hard. However, I want to keep it alive for various reasons. The main one is: the fact that this *is* too hard tells that we are doing some things fundamentally wrong. Workarounds devised here (and most of it is exactly that - workarounds) should help understanding the problems better. Koha is being heavily optimised for the container per site scenario, but "abstractly thinking" I don't see why we should not be able to share the code. In a real world scenario you could imagine a cluster of small poor schools benefiting from that. One day we will get rid of C4 and re-engineer Context, no CGI .pl... Maybe even move to static pages and API... Then this will become obsolete. But good to have it as a reference, until that happens. And thanks for your wishes :) Public transport is useful even when it's horrible. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 06:03:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 04:03:32 +0000 Subject: [Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999 --- Comment #8 from Alex Buckley --- Created attachment 66378 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66378&action=edit Bug 18999 - Added regression test Added regression test for GetBudgetSpent() and GetBudgetOrdered() into the t/db_dependent/Budgets.t Test plan: 1. Go into your koha-shell 2. set the PERL5LIB variable 3. Run t/db_dependent/Budgets.t All tests should pass Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 06:10:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 04:10:46 +0000 Subject: [Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 06:14:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 04:14:37 +0000 Subject: [Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 --- Comment #65 from David Cook --- (In reply to Srdjan Jankovic from comment #64) > Well did not think of that... It should be limited by resources available, > not the application itself. It should... > I suppose I was just thinking in terms of any leaks, but hopefully it won't leak anywhere! > I'm quite sure this will never see the light of day (although I did get it > going), just too hard. However, I want to keep it alive for various reasons. > The main one is: the fact that this *is* too hard tells that we are doing > some things fundamentally wrong. Workarounds devised here (and most of it is > exactly that - workarounds) should help understanding the problems better. > Koha is being heavily optimised for the container per site scenario, but > "abstractly thinking" I don't see why we should not be able to share the > code. In a real world scenario you could imagine a cluster of small poor > schools benefiting from that. > Well, I was thinking about that from a security perspective. At the moment, we're already sharing the code, but since it's CGI it loads it up in separate processes on the fly. If we're using multiple sites with Plack managed by a single process, then we're loading the code into memory once (yay for efficiency!) but then we're also keeping all the data for all the different sites accessible in memory by the same process which could allow things to leak across if we're not careful (booo). It would be too bad if this didn't see the light of day since I imagine there would be lots of people wanting to host multiple Koha instances with the same Plack instance, but I do wonder a bit how feasible it would be, although surely people do it with other apps or URLMap wouldn't exist, yeah? Actually, I've been thinking about Tomcat a bit lately as well. I reckon it would work similarly to Plack. You define a number of URL routes and then specify the code that you want to run for each route. So you can have lots of Java apps running under the same single Tomcat instance. I don't know how it separates them so that they don't overlap of course. I suppose Tomcat might do it by virtue of Java apps being written to be run on Tomcat whereas we've been shoehorning Koha to work with Plack. > One day we will get rid of C4 and re-engineer Context, no CGI .pl... Maybe > even move to static pages and API... Then this will become obsolete. But > good to have it as a reference, until that happens. > > And thanks for your wishes :) Public transport is useful even when it's > horrible. I've been thinking for a while how nice it would be to separate the staff client and the OPAC. If I'm not mistaken, there are far fewer OPAC scripts than Staff Client scripts, so in theory writing a new OPAC would be easier than writing a new staff client. So we could build a new OPAC from the ground up that works with Plack natively. I figure library patrons should probably be the ones that demand the best performance, so why not start there, yeah? (Alternatively, if a separate OPAC is possible, it wouldn't even necessarily have to be written in Perl. Also, if we used APIs, we could use static pages with Javascript or people could access the APIs from their own websites and then we don't even have to worry about providing an OPAC - just maintaining the API.) Then maybe once the OPAC is separated out, we could work on overhauling the staff client bit by bit. That's my pie in the sky dream ;). Alas, I have too much other work to do, but it's a dream I have nonetheless... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 07:10:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 05:10:14 +0000 Subject: [Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 --- Comment #66 from Srdjan Jankovic --- > but then we're also keeping all the data for all the > different sites accessible in memory by the same process which could allow > things to leak across if we're not careful (booo). That was exactly my point with Context. There should be no references to *anything* external (db, cache etc handles) outside Context. Now because we are still in this CGI frame of mind, we have all this horrible singletons. Once we are able to instantiate contexts and keep them in app containers, and pass them to request handlers we will be safe. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 09:47:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 07:47:12 +0000 Subject: [Koha-bugs] [Bug 19165] New: When adding from a staged file order discounts are not passed into C4:: Acquisitions::populate_order_with_prices Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19165 Bug ID: 19165 Summary: When adding from a staged file order discounts are not passed into C4::Acquisitions::populate_order_with_prices Change sponsored?: --- Product: Koha Version: 16.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: christophe.croullebois at biblibre.com QA Contact: testopia at bugs.koha-community.org Discounts are not stored in $orderinfo before passing to populate prices -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 10:13:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 08:13:11 +0000 Subject: [Koha-bugs] [Bug 18946] Change language from external web fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18946 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #3 from Hugo Agud --- Sorry for the delay, the patch it works fine! thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 10:29:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 08:29:27 +0000 Subject: [Koha-bugs] [Bug 18580] Account-pay does not apply credits / clear old fines as did recordpayment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18580 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P1 - high Severity|enhancement |major --- Comment #2 from Colin Campbell --- Upped priority as we are finding sites on upgrade to 16.11 and beyond repeatedly enocountering inability to pay off fines as a result of this -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 10:34:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 08:34:20 +0000 Subject: [Koha-bugs] [Bug 16149] Generate and send custom notices based on report output In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16149 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |hagud at orex.es --- Comment #5 from Hugo Agud --- Bug 16149 - Generate and send custom notices based on report output 63454 - Bug 16149 - Generate and send custom notices based on report output 63455 - Bug 16149 - Unit tests Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 16149 - Generate and send custom notices based on report output Using index info to reconstruct a base tree... M C4/Reports/Guided.pm Falling back to patching base and 3-way merge... Auto-merging C4/Reports/Guided.pm Applying: Bug 16149 - Unit tests Using index info to reconstruct a base tree... M t/db_dependent/Reports/Guided.t Falling back to patching base and 3-way merge... Auto-merging t/db_dependent/Reports/Guided.t CONFLICT (content): Merge conflict in t/db_dependent/Reports/Guided.t 6d20h 1.30 2x2.8GHz 3.7G85% 2017-08-23 08:09:18 Failed to merge in the changes. Patch failed at 0001 Bug 16149 - Unit tests The copy of the patch that failed is found in: /home/vagrant/kohaclone/.git/rebase-apply/patch When you have resolved this problem run "git bz apply --continue". If you would prefer to skip this patch, instead run "git bz apply --skip". To restore the original branch and stop patching run "git bz apply --abort". Patch left in /tmp/Bug-16149---Unit-tests-IoVGvi.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 11:05:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 09:05:47 +0000 Subject: [Koha-bugs] [Bug 18389] Allow using MARC modification templates in bulkmarcimport.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 --- Comment #16 from Jon Knight --- I'd prefer to not expose the database ID to the end user as I don't think that's terribly user friendly, nor portable. Recently I've been writing Koha SQL reports for use with an external system and having the IDs change between our dev box and the (hosted) live Koha is a bit of a pain there (I'm tempted to suggest a bug enhancement to allow SQL reports to be selected by name rather than ID!). Should being able to generate MARC modification templates with identical names be viewed as a bug in the UI perhaps? Its going to be confusing there too. I'll put a check in to detect multiple MARC modification templates with the same name and refuse to run until they are renamed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 11:06:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 09:06:56 +0000 Subject: [Koha-bugs] [Bug 19164] Allow MARC modification templates to be used in staged MARC imports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19164 --- Comment #4 from Jon Knight --- Yes, I'm just doing the same thing in bug 18690 now. If folk like what I do there, I'll pop the same code in here too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 11:08:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 09:08:13 +0000 Subject: [Koha-bugs] [Bug 19164] Allow MARC modification templates to be used in staged MARC imports In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19164 --- Comment #5 from Jon Knight --- Ah, just realised I was referencing the wrong Bug ID for the other bug - is actually 18389. Too many browser tabs open! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 11:09:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 09:09:38 +0000 Subject: [Koha-bugs] [Bug 18389] Allow using MARC modification templates in bulkmarcimport.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 --- Comment #17 from Jon Knight --- Created attachment 66379 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66379&action=edit Added error if there are multiple MARC templates with the same name. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 11:09:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 09:09:58 +0000 Subject: [Koha-bugs] [Bug 18389] Allow using MARC modification templates in bulkmarcimport.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 Jon Knight changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 11:13:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 09:13:45 +0000 Subject: [Koha-bugs] [Bug 18389] Allow using MARC modification templates in bulkmarcimport.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 --- Comment #18 from Jon Knight --- Test for this additional patch is to use the UI to create two MARC modification templates with exactly the same name, and then try to use that name with the bulkmarcimport.pl script. It should fail with an error message suggesting that the templates are renamed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 11:30:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 09:30:18 +0000 Subject: [Koha-bugs] [Bug 15707] Add ability to define hierarchical groups of libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15707 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hagud at orex.es -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 12:55:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 10:55:31 +0000 Subject: [Koha-bugs] [Bug 18947] Unexpected Active Directory LDAP authentication failure mode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18947 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=6979 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 12:55:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 10:55:31 +0000 Subject: [Koha-bugs] [Bug 6979] LDAP authentication fails during password comparison In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6979 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18947 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 13:04:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 11:04:25 +0000 Subject: [Koha-bugs] [Bug 19163] Critical typo in stage-marc-import process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 --- Comment #7 from Marcel de Rooy --- Thanks Tomas and Liz for follow-up -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 13:48:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 11:48:41 +0000 Subject: [Koha-bugs] [Bug 19165] When adding from a staged file order discounts are not passed into C4:: Acquisitions::populate_order_with_prices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19165 Christophe Croullebois changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |christophe.croullebois at bibl | |ibre.com Assignee|koha-bugs at lists.koha-commun |christophe.croullebois at bibl |ity.org |ibre.com --- Comment #1 from Christophe Croullebois --- Created attachment 66380 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66380&action=edit Discounts are not stored in $orderinfo before passing to populate prices This patch is the same than Bug 18468, just for 16.11. To test: 1 - Setup a vendor with a discount 2 - Stage a file 3 - Create a basket 4 - Order from staged file 5 - Add a price but no discount 6 - Save order 7 - Note ecost is not discounted 8 - Apply patch 9 - Repeate 2-6 10 - Note ecost is discounted -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 13:49:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 11:49:33 +0000 Subject: [Koha-bugs] [Bug 19165] When adding from a staged file order discounts are not passed into C4:: Acquisitions::populate_order_with_prices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19165 Christophe Croullebois changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18468 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 13:49:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 11:49:33 +0000 Subject: [Koha-bugs] [Bug 18468] When adding from a staged file order discounts are not passed into C4:: Acquisitions::populate_order_with_prices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18468 Christophe Croullebois changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19165 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 14:25:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 12:25:26 +0000 Subject: [Koha-bugs] [Bug 15239] Add multiple items fail on barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com --- Comment #10 from Tom?s Cohen Arazi --- Hi Ruben, (In reply to Ruben Norori from comment #9) > I have the definitive solution: > First we must add two new procedures, functions, methods, which consult in > the database the registry homebranch. I didn't go deep into the problem you're trying to solve, but I suggest you don't introduce new subs, but use the current api instead. We have a (sort of) DAO class called Koha::Items that exposes a ->search method, which returns Koha::Item objects. So you can simply do something like this: use Koha::Items; my $item = Koha::Items->find( $barcode ); ->find gets an id column to find the row and create the object. 'barcode' is a unique key, so this works. Now you have a Koha::Item object, representing the item with the passed barcode. You can then use it like: my $homebranch = $item->homebranch; Hope it clarifies! This conversations are easier on the koha-devel list or on the IRC channel. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 14:31:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 12:31:17 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 --- Comment #99 from Martin Renvoize --- Comment on attachment 65107 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65107 Bug 18137: Migrate from Swagger2 to Mojolicious::Plugin::OpenAPI Review of attachment 65107: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=18137&attachment=65107) ----------------------------------------------------------------- ::: Koha/REST/V1/Auth.pm @@ +57,5 @@ > + json => { error => 'Something went wrong, check the logs.' } > + ); > + } > + if ($_->isa('Koha::Exceptions::UnderMaintenance')) { > + return $c->render(status => 503, json => { error => $_->error }); Should these calls to render not all be 'openapi => { error => $_->error }` as aposed to `json => { error => $_->error }`.. else none of these responses are getting validated. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 14:43:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 12:43:42 +0000 Subject: [Koha-bugs] [Bug 19166] New: Add the ability to add adjustments to an invoice Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166 Bug ID: 19166 Summary: Add the ability to add adjustments to an invoice Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: nick at bywatersolutions.com Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org The goal of this enhancement is to allow libraries to make adjustments to invoices based on feedback form a vendor (credit for returned books, damaged books, or fees for extra charges etc.) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 15:23:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 13:23:53 +0000 Subject: [Koha-bugs] [Bug 19163] Critical typo in stage-marc-import process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19163 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #8 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 15:43:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 13:43:10 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 15:43:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 13:43:15 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 --- Comment #151 from Alex Sassmannshausen --- Created attachment 66381 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66381&action=edit Bug 11897: Follow up: Add more error conditions. * api/v1/swagger/paths/rotas.json: Add 401, 500 & 503 error conditions. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 15:44:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 13:44:33 +0000 Subject: [Koha-bugs] [Bug 11897] Stock Rotation for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11897 --- Comment #152 from Alex Sassmannshausen --- Hi Tom?s, (In reply to Tom?s Cohen Arazi from comment #150) > Hi guys, I've been looking at this patchset without trying it yet. > Everything looks as expected :-D > The only thing I would like to mention is that the auth chain added a check > for maintenance mode (usually on upgrades) that requires some more error > codes to be added to the spec. Can you please take a look at (say) > patrons.json from bug 18137? It's pretty straightforward. I believe I have added a patch now that implements what you requested. Feel free to let me know if you think I missed something! Alex -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 16:00:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 14:00:21 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |julian.maurice at biblibre.com --- Comment #8 from Julian Maurice --- QA comment: 1) $ perlcritic members/routing-lists.pl Variable declared in conditional statement at line 51, column 1. Declare variables outside of the condition. (Severity: 5) This error is not detected by koha-qa, I'm not sure why. 2) If borrowernumber is 0, empty or not defined, the error message is not displayed in circ/circulation.pl Failing QA for 1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 16:26:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 14:26:00 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 16:31:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 14:31:32 +0000 Subject: [Koha-bugs] [Bug 18537] Update Ukrainian installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18537 Serhij Dubyk changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65179|0 |1 is obsolete| | --- Comment #12 from Serhij Dubyk --- Created attachment 66382 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66382&action=edit new patch I tried to remove the trailing whitespace everywhere. Perhaps there is still some problem in the patch preparation itself. I did the following: git clone git://git.koha-community.org/koha.git kohaclone git checkout -b my_master origin/master git fetch git rebase origin/master replace folder kohaclone/installer/data/mysql/uk-UA with new content from https://www.dropbox.com/sh/nybt54x8yhh7frq/AACfsG32sJnBgNh1CdivXDjYa?dl=0%27 (folder SQL_Koha_17_05.01/uk-UA or uk-UA_SQL_Koha_17_05.01.zip) git commit -a git log git format-patch origin/master attach 0001-Bug-18537-Update-Ukr~ler-sample-files-fo.patch to Bugzilla Do I need to execute a command "git rm file" for all deleted or renamed files? I hope that there will be no problems with this version of the patch. To test: - Start with an empty database - Install uk-UA - Run the web installer in uk-UA/Ukrainian - Verify all files load without any problems. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 16:31:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 14:31:35 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 16:35:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 14:35:55 +0000 Subject: [Koha-bugs] [Bug 18817] Update links in the help files for the new 17.11 manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Screenshots not appearing |Update links in the help |in the manual linked to the |files for the new 17.11 |Help tab |manual -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 16:43:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 14:43:30 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 --- Comment #9 from Jonathan Druart --- Created attachment 66383 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66383&action=edit Bug 19080: Fix perlcritic in routing-lists.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 16:44:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 14:44:56 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 --- Comment #10 from Jonathan Druart --- (In reply to Julian Maurice from comment #8) > QA comment: > > 1) $ perlcritic members/routing-lists.pl > Variable declared in conditional statement at line 51, column 1. Declare > variables outside of the condition. (Severity: 5) > > This error is not detected by koha-qa, I'm not sure why. Fixed, thanks! (not sure koha-qa does not catch it) > 2) If borrowernumber is 0, empty or not defined, the error message is not > displayed in circ/circulation.pl Yes it's the existing behaviour, I do not think we should change it here (if we really want to change it) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 16:45:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 14:45:05 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 16:50:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 14:50:51 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 --- Comment #12 from Julian Maurice --- Created attachment 66385 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66385&action=edit Bug 19080: Fix member vs borrowernumber in delmember Signed-off-by: Josef Moravec Signed-off-by: Julian Maurice -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 16:50:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 14:50:54 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66383|0 |1 is obsolete| | --- Comment #13 from Julian Maurice --- Created attachment 66386 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66386&action=edit Bug 19080: Fix perlcritic in routing-lists.pl Signed-off-by: Julian Maurice -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 16:50:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 14:50:47 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 --- Comment #11 from Julian Maurice --- Created attachment 66384 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66384&action=edit Bug 19080: Handle non-existing patrons gratefully This is a recurrent bug we have over the last years. When a script is called with non-existent borrowernumber it will crashes. We need to handle this gracefully instead of letting the script crashes. On bug 18403 a new subroutine is added to the codebase (output_and_exit_if_error) to handle this kind of errors correctly. Since it is not pushed yet, I propose to just redirect to a script that handle it correctly (circulation.pl) instead of adding this message to all these scripts. Test plan: Hit different scripts from the members module and pass a non-existent borrowernumber. You must be redirected to circulation.pl with a friendly message. Signed-off-by: Josef Moravec Signed-off-by: Julian Maurice -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 16:51:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 14:51:24 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 17:09:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 15:09:16 +0000 Subject: [Koha-bugs] [Bug 15239] Add multiple items fail on barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239 Ruben Norori changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #11 from Ruben Norori --- Hi Tom?s. Thank for your suggestion, try the long way because I didn't know another solution, but I will try your recomendation. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 17:50:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 15:50:03 +0000 Subject: [Koha-bugs] [Bug 15032] [Plack] Scripts that fork (like stage-marc-import.pl) don' t work as expected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15032 John Sterbenz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsterben at umich.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 17:50:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 15:50:30 +0000 Subject: [Koha-bugs] [Bug 17814] koha-plack --stop should make sure that Plack really stop In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17814 John Sterbenz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsterben at umich.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 18:04:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 16:04:12 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65642|0 |1 is obsolete| | --- Comment #80 from Tom?s Cohen Arazi --- Created attachment 66387 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66387&action=edit Bug 14826 - Update database Signed-off-by: Josef Moravec Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 18:04:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 16:04:22 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65643|0 |1 is obsolete| | --- Comment #81 from Tom?s Cohen Arazi --- Created attachment 66388 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66388&action=edit Bug 14826 - Add Koha modules for offsets Signed-off-by: Josef Moravec Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 18:04:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 16:04:31 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65644|0 |1 is obsolete| | --- Comment #82 from Tom?s Cohen Arazi --- Created attachment 66389 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66389&action=edit Bug 14826 - Resurrect account offsets table The account offsets table should be used to track increments and decrements of fines via payments and credits, as well as fine accruals. It should be able to match fees to payments and visa versa, so we can know which fee was paid by a given payment, and which payments applied to a given fee. Test Plan: 1) Apply this patch 2) Run updatedatabase 3) Note the table accountoffsets has been renamed to account_offsets 4) Ensure fine generation creates offsets 5) Ensure creating a manual invoice creates an offset 6) Ensure a lost item charge creates an offset 7) Ensure Reverse Payment creates an offset 8) Ensure a payment creates an offset 9) Ensure a payment for multiple fees creates an offset for each 10) Ensure writeoffs create offsets Signed-off-by: Josef Moravec Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 18:04:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 16:04:48 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65646|0 |1 is obsolete| | --- Comment #84 from Tom?s Cohen Arazi --- Created attachment 66391 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66391&action=edit Bug 14826 - Remove old offset table schema file Signed-off-by: Josef Moravec Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 18:04:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 16:04:38 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65645|0 |1 is obsolete| | --- Comment #83 from Tom?s Cohen Arazi --- Created attachment 66390 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66390&action=edit Bug 14826 - Unit Tests Signed-off-by: Josef Moravec Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 18:04:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 16:04:55 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65647|0 |1 is obsolete| | --- Comment #85 from Tom?s Cohen Arazi --- Created attachment 66392 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66392&action=edit Bug 14826 - Add new offset table schema file Signed-off-by: Josef Moravec Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 18:05:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 16:05:03 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65648|0 |1 is obsolete| | --- Comment #86 from Tom?s Cohen Arazi --- Created attachment 66393 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66393&action=edit Bug 14826 - Add offset for rental fees Signed-off-by: Josef Moravec Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 18:05:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 16:05:11 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65649|0 |1 is obsolete| | --- Comment #87 from Tom?s Cohen Arazi --- Created attachment 66394 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66394&action=edit Bug 14826 - Add unit tests for _FixAccountForLostAndReturned and _FixOverduesOnReturn Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 18:05:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 16:05:19 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65650|0 |1 is obsolete| | --- Comment #88 from Tom?s Cohen Arazi --- Created attachment 66395 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66395&action=edit Bug 14826 - Update existing schema files Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 18:05:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 16:05:27 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65651|0 |1 is obsolete| | --- Comment #89 from Tom?s Cohen Arazi --- Created attachment 66396 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66396&action=edit Bug 14826 [QA Followup] - Fix minor issues with unit tests Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 18:05:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 16:05:35 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65652|0 |1 is obsolete| | --- Comment #90 from Tom?s Cohen Arazi --- Created attachment 66397 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66397&action=edit Bug 14826 [QA Followup] - Only use plural modules in other modules Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 18:09:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 16:09:06 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #91 from Tom?s Cohen Arazi --- This patch set is actually pretty simple and is not changing any behaviour (besides the side effect of recording the account offsets on each operation that involves charges/payments). It passes the usual QA tests, and opens the door for really cool and missing features in Koha (see the blocked bugs and it becomes obvious). My only observation would be that the 'type' column values should somehow be better controlled (possibly an ENUM, or better a FK to a separate table). This would set a clearer path for eventual added flexibility and avoiding migration/upgrades nightmares. Congrats Kyle! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 19:03:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 17:03:44 +0000 Subject: [Koha-bugs] [Bug 19040] Change prototype of C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Refactor |Change prototype of |C4::Biblio::GetMarcBiblio |C4::Biblio::GetMarcBiblio -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 19:10:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 17:10:13 +0000 Subject: [Koha-bugs] [Bug 18206] REST API: Default exception handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18206 --- Comment #7 from Tom?s Cohen Arazi --- Lari, do you think we could call the method 'rethrow'? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 21:38:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 19:38:35 +0000 Subject: [Koha-bugs] [Bug 9228] log of messages left In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9228 --- Comment #2 from Lisette --- Is this still valid? It does show up in the patron modification log on my system, at least if they were deleted in the last 3 months. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 21:40:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 19:40:29 +0000 Subject: [Koha-bugs] [Bug 2786] Allow waiting holds to be diverted to different branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2786 --- Comment #4 from Lisette --- This would be great. We have 7 branches and still in 16.05 often have this problem, especially with new items. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 21:53:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 19:53:31 +0000 Subject: [Koha-bugs] [Bug 10260] way to enter a note when writing off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10260 Lisette changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lisetteslatah at gmail.com --- Comment #1 from Lisette --- Still valid? It does let you put a note in. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 23 23:27:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 21:27:52 +0000 Subject: [Koha-bugs] [Bug 15283] Switch default ISSUEQSLIP notice to Template Toolkit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15283 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |liz at catalyst.net.nz --- Comment #9 from Liz Rea --- Also we really need bits of this, specifically "is_from_today" in Checkout.pm independent of this bug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 00:14:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 22:14:32 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 --- Comment #100 from Tom?s Cohen Arazi --- (In reply to Martin Renvoize from comment #99) > Comment on attachment 65107 [details] [review] > Bug 18137: Migrate from Swagger2 to Mojolicious::Plugin::OpenAPI > > Review of attachment 65107 [details] [review]: > ----------------------------------------------------------------- > > ::: Koha/REST/V1/Auth.pm > @@ +57,5 @@ > > + json => { error => 'Something went wrong, check the logs.' } > > + ); > > + } > > + if ($_->isa('Koha::Exceptions::UnderMaintenance')) { > > + return $c->render(status => 503, json => { error => $_->error }); > > Should these calls to render not all be 'openapi => { error => $_->error }` > as aposed to `json => { error => $_->error }`.. else none of these responses > are getting validated. That's because the auth check is done using ->under, and as the check itself is calling ->render, it is breaking the dispatch chain (not breaking like in 'stop working' but like short-circuiting to another way of returning the error. Clarifying to avoid possible idiomatic issues). I think we should leave it as-is and deal with this problem on a separate bug, or leave it. Because it could involve a big re-engineering to make the check let the chain continue while propagating the exception. I can't even imagine how to do it without adding irrelevant checks and repetitive code to controller classes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 00:48:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 22:48:27 +0000 Subject: [Koha-bugs] [Bug 16149] Generate and send custom notices based on report output In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16149 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 00:48:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 22:48:30 +0000 Subject: [Koha-bugs] [Bug 16149] Generate and send custom notices based on report output In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16149 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63454|0 |1 is obsolete| | --- Comment #6 from Nick Clemens --- Created attachment 66398 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66398&action=edit Bug 16149 - Generate and send custom notices based on report output Ths patch add an EmailReport function to C4::Reports::Guided It accepts a notice (module, code, branch) and a report and attempts to email notices to patron, generating content using report content. Notice must be in template toolkit syntax, only columns in report are available for notice. To test: 1 - Specify various options 2 - Ensure errors are returned if options are incomplete or incorrect 3 - Pass a report containing 'from' and 'email' and 'borrowernumber' columns and ensure message queue populated as expected -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 00:48:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 22:48:33 +0000 Subject: [Koha-bugs] [Bug 16149] Generate and send custom notices based on report output In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16149 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63455|0 |1 is obsolete| | --- Comment #7 from Nick Clemens --- Created attachment 66399 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66399&action=edit Bug 16149 - Unit tests To test: prove -v t/db_dependent/Reports/Guided.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 01:11:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 23:11:11 +0000 Subject: [Koha-bugs] [Bug 2093] Add OPAC dashboard for logged-in users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2093 --- Comment #14 from Aleisha Amohia --- (In reply to Hugo Agud from comment #13) > patch tested and it works fine! > > but test fail > > Test Summary Report > ------------------- > t/Creators.t (Wstat: 6400 Tests: 39 Failed: 0) > Non-zero exit status: 25 > Parse errors: Bad plan. You planned 41 tests but ran 39. > Files=98, Tests=7437, 238 wallclock secs ( 1.18 usr 0.18 sys + 217.40 cusr > 4.47 csys = 223.23 CPU) > Result: FAIL Hi Hugo all tests pass before and after this patch for me. aleisha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 01:34:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 23:34:46 +0000 Subject: [Koha-bugs] [Bug 19167] New: Add is_from_today to Checkouts, so we can use it in TT notices Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19167 Bug ID: 19167 Summary: Add is_from_today to Checkouts, so we can use it in TT notices Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs at lists.koha-community.org Reporter: liz at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org Since the rewrites of the quickslips to TT are hung up, having this wee sub in Checkouts (rescued from 15283) will help people who want to make up a quickslip using TT syntax before the default one is ready. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 01:35:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 23:35:04 +0000 Subject: [Koha-bugs] [Bug 15283] Switch default ISSUEQSLIP notice to Template Toolkit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15283 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19167 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 01:35:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 23:35:04 +0000 Subject: [Koha-bugs] [Bug 19167] Add is_from_today to Checkouts, so we can use it in TT notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19167 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=15283 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 01:40:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 23:40:38 +0000 Subject: [Koha-bugs] [Bug 17374] Make use of fields from syspref 'DefaultPatronSearchFields' in patron search fields dropdown In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17374 --- Comment #7 from Nick Clemens --- Created attachment 66400 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66400&action=edit Bug 17374 - QA Followup Skip invlid field names Add fields to sidebar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 01:40:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 23 Aug 2017 23:40:35 +0000 Subject: [Koha-bugs] [Bug 17374] Make use of fields from syspref 'DefaultPatronSearchFields' in patron search fields dropdown In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17374 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 02:48:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 00:48:47 +0000 Subject: [Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 --- Comment #67 from David Cook --- (In reply to Srdjan Jankovic from comment #66) > That was exactly my point with Context. There should be no references to > *anything* external (db, cache etc handles) outside Context. Now because we > are still in this CGI frame of mind, we have all this horrible singletons. > Once we are able to instantiate contexts and keep them in app containers, > and pass them to request handlers we will be safe. Agreed! Even if these patches don't go in, I figure it's worthwhile getting rid of the singletons even for the sake of testing and flexibility. (On an unrelated note, I just noticed Starman can listen on Unix sockets, and I recall Nginx being able to reverse proxy to Unix sockets. Apparently Apache 2.4.7+ can as well. I wonder what kind of performance boost that would give. Actually, say the OPAC was separate but still server-side and using an API, calls to a Koha API over a Unix socket would probably be rather fast. I wonder if you could have a single Koha API process which needs the most resources and then have separate smaller processes for the OPAC (and perhaps staff client). Or not even have an OPAC and just let other services access the API. Although I suppose as a project we'd want to have a default OPAC app for an all-in-one solution. I suppose the architecture depends on the scale needed for Koha too. Probably easier to scale up by having lighter clients connecting to APIs and have it all service based. But then also more complicated to set up and maintain. Actually, I was also pondering having a single persistent Koha API process and then serving the OPAC (and staff client) via CGI. If they're lightweight and most of the heavy lifting is done by the API, maybe that would be a reasonable way to have a large multitenant system. But maybe that just sounds better in theory than it would be in practice. For things like record uploads, that's probably not feasible and would just involve double-handling and double-parsing. Oh well. I'll stop rambling now...) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 02:49:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 00:49:24 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #52 from David Cook --- Just wanted to cheer for this one some more... looking forward to its addition to Koha! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 03:02:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 01:02:06 +0000 Subject: [Koha-bugs] [Bug 11251] Be able to configure HTML Opac preferences per library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11251 verolencinas changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |verolencinas at yahoo.com.ar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 03:06:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 01:06:19 +0000 Subject: [Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 --- Comment #68 from Tom?s Cohen Arazi --- I suggest you discuss tuits in koha-devel. BTW, Koha uses Starman listening on a Unix socket and it sets apache to use that. On Debian. We still didn't find someone to make it work on OpenSuSE. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 03:21:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 01:21:01 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #110 from M. Tompsett --- Created attachment 66401 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66401&action=edit Bug 14385: Fix breaking issues constraint in ITerator test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 03:21:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 01:21:27 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|Medium patch |Large patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 03:35:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 01:35:11 +0000 Subject: [Koha-bugs] [Bug 14835] Add custom navbar to modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14835 --- Comment #1 from M. Tompsett --- Created attachment 66402 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66402&action=edit Bug 14835: Fix ILSDI_Services test when clubs with branch exist -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 03:35:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 01:35:47 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #111 from M. Tompsett --- Created attachment 66403 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66403&action=edit Bug 14385: Fix ILSDI_Services test when clubs with branch exist -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 03:36:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 01:36:17 +0000 Subject: [Koha-bugs] [Bug 14835] Add custom navbar to modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14835 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com Attachment #66402|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 04:43:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 02:43:24 +0000 Subject: [Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 --- Comment #69 from David Cook --- (In reply to Tom?s Cohen Arazi from comment #68) > I suggest you discuss tuits in koha-devel. Good idea, Tom?s. While I don't have the tuits, maybe someone else would find it interesting. > BTW, Koha uses Starman listening on a Unix socket and it sets apache to use > that. According to http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=misc/plack/plackup.sh;h=2c7f5990852107408c10b096c24cdf6df8277abc;hb=HEAD, it appears to be using TCP sockets to me. Ah, you must be meaning http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=debian/scripts/koha-plack;h=5e1fc9cf65534628514f1b37db7192af7076c26d;hb=HEAD. That's cool. > On Debian. > We still didn't find someone to make it work on OpenSuSE. I don't 100% understand what you mean here. I don't think the Koha community ever tries to make Koha work outside of Debian (and Ubuntu). If it did, I think the debian/scripts folder would look a lot different. I certainly don't recall anyone speaking about openSUSE or any other non-Debian based distro. (I figure I'll just end up writing my own service when we get around to implementing Plack anyway.) In this case, are you referring to this particular service script or packaging in general? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 05:04:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 03:04:47 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #112 from M. Tompsett --- back up database git bz apply 19040 git bz apply 14385 sudo koha-shell -c bash kohadev ./installer/data/misc/updatedatabase.pl -- this proves the atomic update drop the database create an empty one run a web install -- this proves the sysprefs changes restore database ./installer/data/misc/updatedatabase.pl -- This gives non-fresh install DB to actually test on. log into the staff client go to the OPAC system preferences (Home -> Koha administration -> Global System Preferences -> OPAC) scroll down to the policy section -- there should be a new OpacHiddenItemsExpceptions system preference setting. Set a value for the OpacHiddenItemsExceptions, and click save. -- it should save. Click 'Home' in the bread crumbs. Navigate back to the OPAC system preferences -- the value you set should be saved correctly. -- This confirms the opac.pref file sudo koha-shell -c bash kohadev prove t/db_dependent/Authorities/Merge.t -- This proves the C4/AuthoritiesMarc.pm change prove t/db_dependent/HoldsQueue.t -- This proves the C4/HoldsQueue.pm change prove t/db_dependent/ILSDI_Services.t -- This proves the C4/ILSDI/Services.pm change prove t/db_dependent/Reserves.t t/db_dependent/Items.t -- This prove the C4/Items.pm changes prove t/db_dependent/Labels/t_Label.t -- This proves the C4/Labels/Label.pm changes prove t/db_dependent/Record/marcrecord2csv.t -- This proves the C4/Record.pm changes prove t/db_dependent/Serials.t -- This proves the C4/Serials.pm change prove t/db_dependent/ShelfBrowser.t -- This proves the C4/ShelfBrowser.pm change prove t/db_dependent/Koha/BiblioUtils.t -- This proves the Koha/Biblio.pm change prove t/db_dependent/Koha/BiblioUtils/Iterator.t -- This proves the Koha/BiblioUtils/Iterator.pm change prove t/db_dependent/Exporter/Record.t -- This proves the Koha/Exporter/Record.pm changes prove t/db_dependent/OAI/Server.t -- This proves the Koha/OAI/Server/Repository.pm change prove `git diff origin/master | grep ^diff | grep [.]t$ | cut -f4 -d' ' | sed -e "s#^..##"` -- This proves all the test file changes. ./misc/migration_tools/build_oai_sets.pl -i -- This proves this file change. prove t/db_dependent/Search.t -- This triggers searchResults tweaks in this file. - Catalog any new item in the staff client. I did a new from Z39.50. -- This will trigger any remaining EmbedItemsInMarcBiblio calls in the staff client. 1) Make two borrowers, one in a category that should see everything (ie Staff [S]), and another in a category that should only see certain things (ie Patron [PT]) 2) Add the borrower that can see everything (the Staff) to OpacHiddenItemsExceptions 3) To the OpacHiddenItems syspref, add an item type (ensure that you have some records that fall under this type in your library). 4) Log in as the borrower that should only see certain things (Patron) 5) Do a search, filtered to show records which are the item type that you specified in the OpacHiddenItems syspref. -- No records should show for this borrower as this item type is hidden to them. 6) Log out, and repeat the search -- No records should show 7) Log in as the borrower that should see everything (Staff) 8) Do the same search. -- There should be results from this search, as this borrower category has been specified as an exception to the hidden items prove -v t/db_dependent/Items.t C4::Biblio changes (EmbedItemsInMarcBiblio) tested C4::Items changes (GetHiddentItemnumbers) tested the Items.t is tested itself too. perldoc C4::Items /PERLDOC -- finds changes installer/data/mysql/atomicupdate/bug_14385-add_OpacHiddenItemsExceptions_syspref.sql koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref -- run an upgrade -- log in to staff client -- home -> koha administration -> global system preferences -> opac -- should be an added OpacHiddenItemsExceptions under OpacHiddenItems in the Policy section. -- should be able to save various values. installer/data/mysql/sysprefs.sql -- drop the db -- create the db -- fresh install -- log in to staff client -- home -> koha administration -> global system preferences -> opac -- should be an added OpacHiddenItemsExceptions under OpacHiddenItems in the Policy section. -- should be able to save various values. opac/opac-search.pl -- set the OpacHiddenItems to "itype: [BK]" -- set the OpacHiddenItemsExceptions to "S" -- make sure to catalogue at least two books, since you dropped everything. -- Adding from Z39.50 is easiest. -- do a full reindex -- in the OPAC, search for "itype:BK" -- there should be nothing found. -- log in as the superlibrarian (which you probably set to S for staff) -- in the OPAC, search for "itype:BK" -- there should be two entries -- change OpacHiddenItemsExceptions to "PT" (because your superlibrarian is probably S and not PT) -- in the OPAC, search for "itype:BK" -- there should be nothing found. opac/opac-detail.pl -- As you know there are two books, try a direct URL: {OPACBaseURL}/opac-detail.pl?biblionumber=1 -- it should return a 404 page -- change OpacHiddenItemsExceptions back to "S" -- try the direct URL again. -- it should show up. opac/opac-MARCdetail.pl -- change the OpacHiddenItemsExceptions back to "PT" -- try a direct URL: {OPACBaseURL}/opac-MARCdetail.pl?biblionumber=1 -- it should return a 404 page -- change OpacHiddenItemsExceptions back to "S" -- try the direct URL again. -- it should show up. opac/opac-ISBDdetail.pl -- change the OpacHiddenItemsExceptions back to "PT" -- try a direct URL: {OPACBaseURL}/opac-ISBDdetail.pl?biblionumber=1 -- it should return a 404 page -- change OpacHiddenItemsExceptions back to "S" -- try the direct URL again. -- it should show up. prove -v t/db_dependent/Search.t the Search.t itself is proved. catalogue/search.pl -- Log in to the staff client -- search for "itype:BK" -- two results -- change OpacHiddenItemsExceptions and OpacHiddenItems as desired -- two results all the time, because this is the staff client! cataloguing/addbooks.pl -- Make sure you have records in the cataloguing reservoir This is done by staging at least one MARC record. -- In the staff client, home -> Cataloguing -> Cataloguing search -- Search for something that will find some records in the reservoir -- Make sure results are expected regardless of hidden item system preferences. To test all the EmbedItemsInMarcBiblio calls: prove t/db_dependent/Biblio.t prove t/db_dependent/Record/marcrecord2csv.t prove t/db_dependent/Koha/BiblioUtils/Iterator.t prove t/db_dependent/Exporter/Record.t ./misc/migration_tools/build_oai_sets.pl -i And catalog any new item in the staff client. I did a new from Z39.50. This part of the testing is reading code and pondering if it makes sense. git grep searchResults -- The lines are as follows: C4/Search.pm - Export line - Perldoc 2 lines - subroutine catalogue/search.pl - call has interface => 'intranet' and no borrower category cataloguing/addbooks.pl - call has interface => 'intranet' and no borrower category opac/opac-detail.pl - call as variable $search_context which is { 'interface' => 'opac', 'category' => $borcat } $borcat is defined at the beginning of the program opac/opac-search.pl - comment - function calls use $search_context which is defined before the servers loop t/db_dependent/Search.t - Doesn't test hiding in searchResults. git grep GetHiddenItemnumbers -- the lines are as follows: C4/Biblio.pm - a single line triggered by prove t/db_dependent/Items.t C4/Items.pm - Export line - Perldoc 2 lines - subroutine ... More explicit to come later. searchResults, GetHiddenItemnumbers, EmbedItemsInMarcBiblio, GetMarcBiblio all had major prototype changes. Grep for these and confirm the changes reflect the use of a hashref either completely (GetMarcBiblio) or as a parameter (searchResults). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 07:24:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 05:24:43 +0000 Subject: [Koha-bugs] [Bug 19168] New: Non-Debian koha-httpd.conf prevents oai.pl from working Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19168 Bug ID: 19168 Summary: Non-Debian koha-httpd.conf prevents oai.pl from working Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Web services Assignee: koha-bugs at lists.koha-community.org Reporter: dcook at prosentient.com.au QA Contact: testopia at bugs.koha-community.org The following block in koha-httpd.conf prevents oai.pl from working in a web browser: # Secure internal stuff Order deny,allow Deny from all You get a 403 for /opac-tmpl/xslt/OAI.xslt which prevents the HTML from displaying. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 09:20:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 07:20:50 +0000 Subject: [Koha-bugs] [Bug 19169] New: Add a test to detect unneeded 'atomicupdate' files Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19169 Bug ID: 19169 Summary: Add a test to detect unneeded 'atomicupdate' files Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: mtj at kohaaloha.com QA Contact: testopia at bugs.koha-community.org Add a test to detect unneeded 'atomicupdate' files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 09:27:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 07:27:58 +0000 Subject: [Koha-bugs] [Bug 18739] Add SVG version of staff-home-icons-sprite image In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18739 Dilan Johnpull? changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 09:28:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 07:28:02 +0000 Subject: [Koha-bugs] [Bug 18739] Add SVG version of staff-home-icons-sprite image In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18739 Dilan Johnpull? changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64076|0 |1 is obsolete| | --- Comment #2 from Dilan Johnpull? --- Created attachment 66404 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66404&action=edit Bug 18739 - Add SVG version of staff-home-icons-sprite image Images display correctly. Followed test plan and patch works as described. Signed-off-by: Dilan Johnpull? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 09:47:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 07:47:52 +0000 Subject: [Koha-bugs] [Bug 16149] Generate and send custom notices based on report output In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16149 --- Comment #8 from Hugo Agud --- Hi, I have been able to apply the patch but I am not able to send any mail I have enabled koha mail and I have install postfix... may you help me on this, please? kohadev-koha at kohadevbox:/home/vagrant/kohaclone/misc/cronjobs$ perl patron_emailer.pl -report=1 -notice=ODUE -module=circulation -library=orex -from=info at orex.es -email=email -verbose LETTER_FOUND => 1 REPORT_FOUND => 1 REPORT_SUCCEED => 1 SENDING_SUCCEED => 0 kohadev-koha at kohadevbox:/home/vagrant/kohaclone/misc/cronjobs$ perl patron_emailer.pl -report=1 -notice=CHECKIN -module=circulation -library=orex -from=info at orex.es -email=email -verbose LETTER_FOUND => 1 REPORT_FOUND => 1 REPORT_SUCCEED => 1 SENDING_SUCCEED => 0 kohadev-koha at kohadevbox:/home/vagrant/kohaclone/misc/cronjobs$ perl patron_emailer.pl -report=1 -notice=DUE -module=circulation -library=orex -from=info at orex.es -email=email -verbose LETTER_FOUND => 1 REPORT_FOUND => 1 REPORT_SUCCEED => 1 SENDING_SUCCEED => 0 kohadev-koha at kohadevbox:/home/vagrant/kohaclone/misc/cronjobs$ perl patron_emailer.pl -report=1 -notice=PREDUE -module=circulation -library=orex -from=info at orex.es -email=email -verbose LETTER_FOUND => 1 REPORT_FOUND => 1 REPORT_SUCCEED => 1 SENDING_SUCCEED => 0 kohadev-koha at kohadevbox:/home/vagrant/kohaclone/misc/cronjobs$ exit -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 10:10:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 08:10:24 +0000 Subject: [Koha-bugs] [Bug 2093] Add OPAC dashboard for logged-in users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2093 --- Comment #15 from Hugo Agud --- Hi I have created new machine and apply the patch, and you're right prove t and prove xt passed fine -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 10:20:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 08:20:50 +0000 Subject: [Koha-bugs] [Bug 19170] New: Don't show 'place hold' on 'most popular' when no hold is possible Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19170 Bug ID: 19170 Summary: Don't show 'place hold' on 'most popular' when no hold is possible Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org In the list of 'most popular' in the OPAC there is a 'place hold' link at the end of each entry. For this link it's not checked if a hold is possible, so the patrons are often disappointed. It would be nice if the list could behave like the detail page and show the link only if a hold is allowed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 10:25:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 08:25:06 +0000 Subject: [Koha-bugs] [Bug 19171] New: Confusing message "no items available" on the holds page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19171 Bug ID: 19171 Summary: Confusing message "no items available" on the holds page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org When there are no items available to be placed on hold, the hold page in the OPAC reads for example: Sorry, none of these items can be placed on hold. No items available. To the patron this is confusing: - the record has items, but they are not showing (none of these...?) - the record may well have available items that are not shown, as a lot of libraries don't allow holds on items that are available. I think we could improve this already by rephrasing the message a bit. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 10:25:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 08:25:26 +0000 Subject: [Koha-bugs] [Bug 19171] Confusing message "no items available" when placing a hold in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19171 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Confusing message "no items |Confusing message "no items |available" on the holds |available" when placing a |page |hold in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 11:11:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 09:11:23 +0000 Subject: [Koha-bugs] [Bug 5515] Leading 'and' in search never returns a result In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5515 --- Comment #6 from Marc V?ron --- Still valid on current master Title: And the music speaks Search for: And the music speaks => fail the music speaks => success Title: Max and Moritz Search for: Max and Moritz => success and Moritz => fail -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 11:44:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 09:44:37 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec at gmail.com Attachment #66190|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 11:44:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 09:44:57 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66191|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 12:19:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 10:19:23 +0000 Subject: [Koha-bugs] [Bug 15562] Make Koha more suitable for shared hosting with plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15562 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hagud at orex.es -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 12:26:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 10:26:01 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 --- Comment #53 from Marcel de Rooy --- Created attachment 66405 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66405&action=edit Bug 10306: [QA Follow-up] Correct a TestBuilder call In order to create a new framework, MarcSubfieldStructure was used as source. This works since that table contains a FK for frameworkcode. But obviously, we should use BiblioFramework as source. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 12:30:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 10:30:24 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66333|0 |1 is obsolete| | --- Comment #9 from Marcel de Rooy --- Created attachment 66406 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66406&action=edit Bug 19096: Make Default authoritative in core modules After feedback from the dev mailing list, it seems appropriate here to propose making the Default framework authoritative for Koha to MARC mappings. This implies checking only the Default framework in the routines: [1] GetMarcFromKohaField: The parameter frameworkcode is removed. A follow-up report (19097) will update the calls not adjusted here. This is safe since the parameter is silently ignored. [2] GetMarcSubfieldStructureFromKohaField: Framework parameter is removed and calls are adjusted. Includes acquisitions_stats.pl. [3] TransformKohaToMarc: The parameter is removed; all calls are verified or adjusted. [4] TransformMarcToKoha: The parameter is no longer used and will be removed in a follow-up report (19097). It always goes to Default now. [5] TransformMarcToKohaOneField: The parameter is removed and all calls are adjusted. Including: Breeding, XISBN and MetadataRecord modules. [6] C4::Koha::IsKohaFieldLinked: This routine was called only once (in C4::Items::_build_default_values_for_mod_marc. It can be replaced by calling GetMarcFromKohaField. If there is no kohafield linked, undef is returned. (Corresponding unit test is removed here.) [7] C4::Items::ModItemFromMarc: The helper routine _build_default_values_for_mod_marc does no longer have a framework parameter. The cache key default_value_for_mod_marc- is no longer combined with a frameworkcode. Three admin scripts are adjusted accordingly; some tests will be corrected in the next patch. Test plan: See next patch. That patch adjusts all tests involved. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 12:30:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 10:30:28 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66334|0 |1 is obsolete| | --- Comment #10 from Marcel de Rooy --- Created attachment 66407 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66407&action=edit Bug 19096: Adjusts unit tests The subroutines listed in the former patch are extensively tested in Biblio.t, TransformKohaToMarc.t and TransformMarcToKoha.t. These tests do no longer use new frameworks to add mappings. In Biblio.t and TransformMarcToKoha.t we also test passing an individual framework code (for an empty framework) to see if Default is still used. Note that this parameter will be removed later on. In Items.t the cache keys MarcStructure-0- and MarcStructure-1- are not touched, so they do not need to be cleared. The cache key default_value_for_mod_marc- should be used without framework now. Similar adjustments in Items/AutomaticItemModificationByAge.t and Reserves.t. Furthermore the subtest for _build_default_values_for_mod_marc in Items.t is adjusted since framework is no longer relevant. The biblio record with items is created in a new framework, but the mappings from Default are consulted. Test plan: Run all adjusted unit tests. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 12:30:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 10:30:32 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66335|0 |1 is obsolete| | --- Comment #11 from Marcel de Rooy --- Created attachment 66408 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66408&action=edit Bug 19096: Do not allow changes to kohafield within MARC frameworks This patch makes two changes in the script for managing the MARC frameworks in order to support making the Default authoritative as for Koha to MARC mappings: [1] Disable the kohafield select combo. Add a hidden input to save value. [2] When a new subfield is added, the kohafield is still empty and should be overwritten with its Default counterpart. Note: Although we could leave the field empty, since Koha looks at the Default framework only, it does not cost much to keep these fields in sync with Default and perhaps catch a bug when someone somewhere looks in the wrong framework. Note: The description of Koha to MARC mapping on admin-home has been adjusted accordingly (removing last two lines). Test plan: [1] Add a new tag and subfield in Default. [2] Map it to a kohafield in koha2marclinks.pl [3] Add the same tag and subfield in another framework. Verify that the kohafield is updated after you saved the subfield. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 12:30:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 10:30:36 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66336|0 |1 is obsolete| | --- Comment #12 from Marcel de Rooy --- Created attachment 66409 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66409&action=edit Bug 19096: Online help changes On the page admin/marc_subfields_structure we now tell that Koha link has been disabled and refer to the help for koha2marclinks. On the page admin/koha2marclinks we mention that the Default mapping is considered authoritative now. Test plan: Read these online help pages and verify that the changes make sense. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 12:30:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 10:30:40 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66337|0 |1 is obsolete| | --- Comment #13 from Marcel de Rooy --- Created attachment 66410 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66410&action=edit Bug 19096: Restructure MarcSubfieldStructures.t first Before adding more tests, move all current tests in one subtest. Test plan: Run t/db_dependent/Koha/MarcSubfieldStructures.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 12:30:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 10:30:44 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66338|0 |1 is obsolete| | --- Comment #14 from Marcel de Rooy --- Created attachment 66411 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66411&action=edit Bug 19096: Add dbrev to sync kohafield in all frameworks The dbrev will use two new routines in MarcSubfieldStructures: [1] get_kohafield_exceptions is used to report deviating kohafields in the additional frameworks, [2] sync_kohafield is used to reset kohafield in the other frameworks to the mapping in Default. Test plan: Unit test and database revision: [1] Run t/db_dependent/Koha/MarcSubfieldStructures.t [2] Verify that your Default 100a is mapped to biblio.author. Go to another framework and clear the mapping via mysql command line: UPDATE marc_subfield_structure SET kohafield=NULL WHERE frameworkcode=[your_framework] AND tagfield='100' AND tagsubfield='a'; [3] Run the db revision. It should report that 100a was adjusted. [4] Check in admin/marc_subfield_structure that your 100a is mapped to biblio.author again in that framework. Additional interface testing (ensuring that the changes on this report do not interfere with multiple mappings): [5] Make two mappings for copyrightdate: 260c and 264a. And make two mappings for biblioitems.pages: 300a and say 300g. Toggle with some field values in those fields in the cataloging editor and verify the contents of biblio.copyrightdate and biblioitems.pages. The former should contain one year (due to additional logic) and the latter should contain A | B if both fields are filled. Remove the mapping for 300g. [6] Set AcqCreateItem to ordering or placing. Verify that you can still add or receive an order as usual. [7] Add a mapping for itemcallnumber to 952f (this should remove the one for coded_location_qualifier). This is very unusual but serves well in testing multiple mappings for items. Add or receive an order (fill 952f and 952o) with same and/or different values. Verify the contents of items.callnumber. (Check with regular item editor; see note.) Do a similar edit in the regular item editor. Note: You should expect to see A | B in both 952f and 925o if both fields are filled with a different value. Set items.coded_location_qualifier back to 952f in koha2marclinks. Note: When AcqCreateItem==ordering, you will not see A|B in the callno field when adding an item on neworderempty.pl. But when you submit the main form, addorder.pl is called. At that time an item is created and you will see that A|B is in both fields (952f and 952o). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 12:31:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 10:31:15 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 --- Comment #15 from Marcel de Rooy --- Trivial rebase on top of correction in 10306 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 12:59:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 10:59:00 +0000 Subject: [Koha-bugs] [Bug 18330] REST API: Date-time handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18330 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63605|0 |1 is obsolete| | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 13:00:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 11:00:10 +0000 Subject: [Koha-bugs] [Bug 18330] REST API: Date-time handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18330 --- Comment #4 from Lari Taskula --- (In reply to Lari Taskula from comment #3) > Created attachment 63605 [details] [review] > Bug 18330: (follow-up) Add note to update tests when upgrading Mojolicious > > I noticed this test file is broken with Mojolicious 7. It is because they > have replaced Mojo::JSON::_Bool with JSON::PP::Boolean. This patch adds > TODO comment to easily identify the issue when updating. Marked this patch obsolete as it is fixed in Bug 18290. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 13:48:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 11:48:46 +0000 Subject: [Koha-bugs] [Bug 18201] Export data -Fix "Remove non-local items" option and add " Removes non-local records" option for existing functionality In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18201 --- Comment #13 from Nick Clemens --- Created attachment 66412 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66412&action=edit Bug 18201 - Followup -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 13:50:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 11:50:17 +0000 Subject: [Koha-bugs] [Bug 18201] Export data -Fix "Remove non-local items" option and add " Removes non-local records" option for existing functionality In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18201 --- Comment #14 from Nick Clemens --- Followup provided - it will need unit tests, but wanted to check if this functionality works for everyone -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 14:22:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 12:22:30 +0000 Subject: [Koha-bugs] [Bug 19172] New: Undefined subroutine &C4::Members::Attributes:: SearchIdMatchingAttribute when searching patrons Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19172 Bug ID: 19172 Summary: Undefined subroutine &C4::Members::Attributes::SearchIdMatchingAttribute when searching patrons Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Staff Client Assignee: koha-bugs at lists.koha-community.org Reporter: glasklas at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com When "ExtendedPatronAttributes" is enabled the following error occurs when searching patrons: "Undefined subroutine &C4::Members::Attributes::SearchIdMatchingAttribute called at ../C4/Utils/DataTables/Members.pm line 124" I assume this is because a missing "use C4/Utils/DataTables/Members.pm;". I have fixed and tested this in my local instance and will supply a patch shortly. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 14:37:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 12:37:54 +0000 Subject: [Koha-bugs] [Bug 19172] Undefined subroutine &C4::Members::Attributes:: SearchIdMatchingAttribute when searching patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19172 --- Comment #1 from David Gustafsson --- Oops, "use C4::Members::Attributes;" I meant. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 14:41:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 12:41:05 +0000 Subject: [Koha-bugs] [Bug 19172] Undefined subroutine &C4::Members::Attributes:: SearchIdMatchingAttribute when searching patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19172 --- Comment #2 from David Gustafsson --- Created attachment 66413 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66413&action=edit Add missing use statement for C4::Members::Attributes -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 14:56:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 12:56:56 +0000 Subject: [Koha-bugs] [Bug 19173] New: Make OPAC online payments pluggable Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19173 Bug ID: 19173 Summary: Make OPAC online payments pluggable Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org While PayPal is fairly universally used worldwide, there is a plethora of online payment system that are far more localized, servicing a single country ( e.g. Bug 18968 ) or even a single city! Instead of adding support for each and every one of these payment options directly into Koha, it makes more sense to add the ability to create online payment plugins. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 14:57:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 12:57:00 +0000 Subject: [Koha-bugs] [Bug 19173] Make OPAC online payments pluggable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19173 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 14:58:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 12:58:25 +0000 Subject: [Koha-bugs] [Bug 18968] API for online payments using GoPay gateway (Czech only) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18968 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com --- Comment #1 from Kyle M Hall --- You may be interested in Bug 19173. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:18:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:18:05 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #151 from Colin Campbell --- The recently applied to master patch Bug 17829: (follow-up) Fix import patron needs to be reverted inorder for the first of these patch to still apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:33:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:33:02 +0000 Subject: [Koha-bugs] [Bug 18709] koha-foreach should use koha-shell, internally In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18709 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Packaging |Command-line Utilities -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:48:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:48:16 +0000 Subject: [Koha-bugs] [Bug 11046] Better handling of uncertain years for publicationyear/ copyrightdate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|keeping uncertain or range |Better handling of |dates in publicationyear |uncertain years for |and copyright date |publicationyear/copyrightda | |te Status|NEW |ASSIGNED Assignee|gmcharlt at gmail.com |m.de.rooy at rijksmuseum.nl --- Comment #2 from Marcel de Rooy --- (In reply to mathieu saby from comment #0) > Sometime MARC dates are a range, like "2010-2013". In that case, Koha is > currently using only the first one. Why not both? We cannot pick both. But could someone confirm that picking the first year is the preferred approach ? Or would the last year be better ?? We currently pick the first one. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:48:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:48:29 +0000 Subject: [Koha-bugs] [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |11046 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046 [Bug 11046] Better handling of uncertain years for publicationyear/copyrightdate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:48:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:48:29 +0000 Subject: [Koha-bugs] [Bug 11046] Better handling of uncertain years for publicationyear/ copyrightdate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19096 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19096 [Bug 19096] Koha to MARC mappings (Part 2): Make Default authoritative -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:52:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:52:16 +0000 Subject: [Koha-bugs] [Bug 19173] Make OPAC online payments pluggable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19173 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:52:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:52:18 +0000 Subject: [Koha-bugs] [Bug 19173] Make OPAC online payments pluggable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19173 --- Comment #1 from Kyle M Hall --- Created attachment 66414 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66414&action=edit Bug 19173 - Make OPAC online payments pluggable While PayPal is fairly universal, there is a plethora of online payment system that are far more localized, servicing a single country ( e.g. Bug 18968 ) or even a single city! Instead of adding support for each and every one of these payment options directly into Koha, it makes more sense to add the ability to create online payment plugins. Test Plan: 1) Apply this patch 2) Download and install the Kitchen Sink plugin version 2.1.1 or later https://github.com/bywatersolutions/koha-plugin-kitchen-sink/releases 3) In the plugin options, enable the opac payments option 4) Create a patron with one or more fines 5) Log into the opac as that patron, note you now have the option to pay online via KitchenSink ImaginaryPay 6) Make an online payment 7) Note the payment was processed correctly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:54:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:54:32 +0000 Subject: [Koha-bugs] [Bug 18982] selenium tests needs too many prerequisites In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18982 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #17 from Mason James --- Pushed to 16.05.x, for 16.05.16 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:54:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:54:59 +0000 Subject: [Koha-bugs] [Bug 18918] Exporting bibs in CSV when you have no CSV profiles created causes error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18918 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #8 from Mason James --- Pushed to 16.05.x, for 16.05.16 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:55:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:55:15 +0000 Subject: [Koha-bugs] [Bug 18832] Missing space between icon and label in button 'Patron lists' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18832 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #9 from Mason James --- Pushed to 16.05.x, for 16.05.16 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:55:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:55:26 +0000 Subject: [Koha-bugs] [Bug 18965] branch transfer limits pagination save bug In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18965 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #10 from Mason James --- Pushed to 16.05.x, for 16.05.16 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:55:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:55:52 +0000 Subject: [Koha-bugs] [Bug 18605] Remove TRUNCATE from C4/HoldsQueue.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18605 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #8 from Mason James --- Pushed to 16.05.x, for 16.05.16 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:56:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:56:06 +0000 Subject: [Koha-bugs] [Bug 18545] Remove use of onclick from OPAC Cart In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18545 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #19 from Mason James --- Pushed to 16.05.x, for 16.05.16 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:56:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:56:16 +0000 Subject: [Koha-bugs] [Bug 19000] about page - Typo in closing p tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19000 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #5 from Mason James --- Pushed to 16.05.x, for 16.05.16 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:56:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:56:35 +0000 Subject: [Koha-bugs] [Bug 18991] Fix cleanup in t/db_dependent/Log.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18991 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #8 from Mason James --- Pushed to 16.05.x, for 16.05.16 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:57:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:57:10 +0000 Subject: [Koha-bugs] [Bug 18951] Some t/Biblio tests are database dependent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18951 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #18 from Mason James --- Pushed to 16.05.x, for 16.05.16 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:57:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:57:26 +0000 Subject: [Koha-bugs] [Bug 18685] Patron edit/cancel floating toolbar out of place In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18685 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #13 from Mason James --- Pushed to 16.05.x, for 16.05.16 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 15:58:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 13:58:05 +0000 Subject: [Koha-bugs] [Bug 18632] CGI::param called in list context flooding error logs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18632 --- Comment #9 from Mason James --- Pushed to 16.05.x, for 16.05.16 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:00:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:00:41 +0000 Subject: [Koha-bugs] [Bug 19133] REST API: Password recovery In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19133 --- Comment #1 from Lari Taskula --- Created attachment 66415 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66415&action=edit Bug 19133: Password recovery via REST API This patch adds password recovery functionality to REST API. POST /patrons/password/recovery Creates a new password recovery request. Takes a JSON body with "email" and one of "userid" or "cardnumber" as parameters. Sends patron PASSWORD_RESET email. POST /patrons/password/recovery/complete Completes pending password recovery. Takes a JSON body with "uuid", "new_password" and "confirm_new_password" as parameters. If passwords meet Koha's password requirements, changes patron's password to the requested new password. To test: 1. prove t/db_dependent/api/v1/passwordrecovery.t 2. Send POST requests to the endpoints listed above. See the description of endpoints above for required parameters. 3. Check message_queue (or your email if you actually send messages in the queue) to make sure your password recovery was enqueued 4. Observe your password has been changed once you completed the recovery process -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:01:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:01:12 +0000 Subject: [Koha-bugs] [Bug 19133] REST API: Password recovery In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19133 --- Comment #2 from Lari Taskula --- Created attachment 66416 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66416&action=edit Bug 19133: Add an ability to link patron to third party service to reset their password Adds additional functionality to POST /patrons/password/recovery. Pass a new parameter "custom_link" to send patron a recovery email that contains this link instead of Koha OPAC's opac-password-recovery.pl page. This way third party services can link Koha patrons to their own service to have passwords recovered. By default, forbids all custom links. To enable specific services, use the new system preference OpacResetPasswordHostWhitelist. This preference contains a list of allowed host names to which it is allowed to link the patron in recovery email. Use case in steps (to understand the feature better): 1. Library uses a discovery software (e.g. VuFind, from now on VF) and has disabled Koha's OPAC 2. VF uses Koha REST API 3. Patrons can login to VF with their Koha userid and password 4. Patron goes to VF login screen, but has forgotten their password 5. Patron requests their password to be reset in VF 6. VF sends a POST request to /api/v1/patrons/password/recovery with patron's userid and email as parameters, as well as custom_link to a password reset page in VF 7. Koha sends patron an email containing a link to VF password reset page (instead of Koha OPAC's opac-password-recovery.pl) 8. Patron reads their email and resets password in VF To test: 1. Apply patch and run updatedatabase.pl 2. prove t/db_dependent/api/v1/passwordrecovery.t 3. Modify OpacResetPasswordHostWhitelist system preference. Add "anything" to its value. 4. Send a POST request to /api/v1/patrons/password/recovery with parameters "email", "userid" and "custom_link" (custom_link value e.g. "https://anything/reset-password.pl?token={uuid}") 5. You should get a HTTP 201 response 6. Check your message_queue. Your password recovery email should now contain the link you provided in step 4 7. Repeat step 4 but this time use something else as custom_link value 8. You should get a response that this host name is not accepted -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:01:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:01:33 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66362|0 |1 is obsolete| | Attachment #66363|0 |1 is obsolete| | --- Comment #16 from Kyle M Hall --- Created attachment 66417 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66417&action=edit Bug 18120: REST api | /acquisitions/vendors unit tests This patch introduces unit tests that need to be passed by an /acquisitions/vendors/ REST endpoint. To test: - Apply the patch - Run: $ sudo koha-shell kohadev k$ prove t/db_dependent/api/v1/acquisitions_vendors.t => FAIL: The endpoint is not present, should fail. Sponsored-by: ByWater Solutions Signed-off-by: Matthias Meusburger Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:01:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:01:30 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:01:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:01:40 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 --- Comment #17 from Kyle M Hall --- Created attachment 66418 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66418&action=edit Bug 18120: REST api | Add a 'vendors' endpoint This patch introduces an /acquisitions/vendors endpoint. To test: - Apply the patch - Run: $ sudo koha-shell kohadev k$ prove t/db_dependent/api/v1/acquisitions_vendors.t => SUCCESS: Tests pass - Sign off :-D Sponsored-by: ByWater Solutions Signed-off-by: Matthias Meusburger Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:02:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:02:35 +0000 Subject: [Koha-bugs] [Bug 19133] REST API: Password recovery In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19133 --- Comment #3 from Lari Taskula --- Created attachment 66419 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66419&action=edit Bug 19133-2: Allow third party services to send password recovery emails instead of Koha Adds a new parameter "skip_mail" to POST /api/v1/patrons/password/recovery. This allows third party services to avoid Koha enqueueing recovery email to message queue. Instead, letter content and the link containing uuid is returned. Requires permission to do so. Adds a new permission borrowers.get_password_reset_uuid that allows the above. To test: 1. Apply patch and run updatedatabase.pl 2. prove t/db_dependent/api/v1/passwordrecovery.t 3. Add yourself borrowers.get_password_reset_uuid permission 4. Send POST request to /api/v1/patrons/password/recovery containing a JSON body { "email": "patrons at email.com", "userid": "patrons userid", "custom_link": "https://allowed/reset.pl?token={uuid}", "skip_mail": true } (Make sure custom link is allowed by the system preference introduced in previous patch) 5. Check that the message contents and other related data is returned 6. Check borrower_password_recovery table - there should be a new entry for you 7. Check message_queue table - this message should not be enqueued -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:06:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:06:49 +0000 Subject: [Koha-bugs] [Bug 18242] Move of checkouts to old_issues is not handled correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18242 Sophie MEYNIEUX changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sophie.meynieux at biblibre.co | |m --- Comment #32 from Sophie MEYNIEUX --- This patch does not always work for 16.11 When you change issue_id with max(issue_id)+1 from old_issues but try to insert it into issues, you may have a primary key conflict. my $new_issue_id = $dbh->selectrow_array(q|SELECT MAX(issue_id)+1 FROM old_issues|); $dbh->do( q|UPDATE issues SET issue_id = ? WHERE issue_id = ?|, undef, $new_issue_id, $issue_id ); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:07:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:07:16 +0000 Subject: [Koha-bugs] [Bug 18976] Fix t/db_dependent/Auth.t cleanup In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18976 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com --- Comment #12 from Mason James --- Pushed to 16.05.x, for 16.05.16 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:07:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:07:30 +0000 Subject: [Koha-bugs] [Bug 18551] Hide with CSS dynamic elements in member search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18551 --- Comment #30 from Mason James --- Pushed to 16.05.x, for 16.05.16 release -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:15:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:15:40 +0000 Subject: [Koha-bugs] [Bug 17467] There should be a koha-zebra script to handle Zebra daemons for instances In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:15:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:15:47 +0000 Subject: [Koha-bugs] [Bug 17467] There should be a koha-zebra script to handle Zebra daemons for instances In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467 --- Comment #14 from Josef Moravec --- Created attachment 66421 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66421&action=edit [SIGNED-OFF] Bug 17467: (followup) Make koha-zebra handle legacy script names This patch adds the new koha-zebra script the ability to handle being called by other script names, for backwards compatibility with the legacy koha-*-zebra scripts. It is intended to be used in conjunction with a patch that replaces the old koha-*-zebra scripts for symbolic links, pointing to the new koha-zebra script. To test: - Apply this patch - Create symbolic links to the new script: vagrant at kohadevbox:~$ ln -s kohaclone/debian/scripts/koha-zebra koha-start-zebra vagrant at kohadevbox:~$ ln -s kohaclone/debian/scripts/koha-zebra koha-stop-zebra vagrant at kohadevbox:~$ ln -s kohaclone/debian/scripts/koha-zebra koha-restart-zebra - Run: $ sudo ./koha-start-zebra kohadev => SUCCESS: Same behaviour than the koha-start-zebra script - Run: sudo ./koha-stop-zebra kohadev => SUCCESS: Same behaviour than the koha-stop-zebra script - Run: sudo ./koha-restart-zebra kohadev => SUCCESS: Same behaviour than the koha-restart-zebra script Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:15:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:15:43 +0000 Subject: [Koha-bugs] [Bug 17467] There should be a koha-zebra script to handle Zebra daemons for instances In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #56662|0 |1 is obsolete| | Attachment #56663|0 |1 is obsolete| | Attachment #56664|0 |1 is obsolete| | Attachment #56665|0 |1 is obsolete| | Attachment #56669|0 |1 is obsolete| | Attachment #56693|0 |1 is obsolete| | Attachment #58550|0 |1 is obsolete| | --- Comment #13 from Josef Moravec --- Created attachment 66420 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66420&action=edit [SIGNED-OFF] Bug 17467: Add koha-zebra script to handle Zebra daemons This script is intended to replace the following currently used scripts on packages setups: - koha-start-zebra - koha-stop-zebra - koha-restart-zebra It also introduces a --status option switch, for asking for daemon statuses To test - Apply the patch - Run: $ sudo debian/scripts/koha-zebra --start kohadev => SUCCESS: same behaviour than koha-start-zebra kohadev - Run: $ sudo debian/scripts/koha-zebra --stop kohadev => SUCCESS: same behaviour as koha-stop-zebra kohadev - Run: $ sudo debian/scripts/koha-zebra --restart kohadev => SUCCESS: same behaviour than koha-restart-zebra kohadev - Run: $ sudo debian/scripts/koha-zebra --status kohadev => SUCCESS: It correctly shows the status for the running (or not) process Play with different combinations of this commands Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:15:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:15:54 +0000 Subject: [Koha-bugs] [Bug 17467] There should be a koha-zebra script to handle Zebra daemons for instances In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467 --- Comment #16 from Josef Moravec --- Created attachment 66423 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66423&action=edit [SIGNED-OFF] Bug 17467: (followup) Make the install script install koha-zebra Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:15:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:15:51 +0000 Subject: [Koha-bugs] [Bug 17467] There should be a koha-zebra script to handle Zebra daemons for instances In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467 --- Comment #15 from Josef Moravec --- Created attachment 66422 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66422&action=edit [SIGNED-OFF] Bug 17467: Add koha-zebra documentation Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:15:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:15:57 +0000 Subject: [Koha-bugs] [Bug 17467] There should be a koha-zebra script to handle Zebra daemons for instances In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467 --- Comment #17 from Josef Moravec --- Created attachment 66424 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66424&action=edit [SIGNED-OFF] Bug 17467: Add tab-completion for koha-zebra This patch adds tab-completion for bash, for the koha-zebra script. To test: - Run (on the vagrant user): $ source kohaclone/debian/koha-common.bash-completion - Run: $ sudo koha-zebra - ( means press the tab key) => SUCCESS: Tab completion works as expected for the koha-zebra command. - Sign off :-D Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:16:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:16:01 +0000 Subject: [Koha-bugs] [Bug 17467] There should be a koha-zebra script to handle Zebra daemons for instances In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467 --- Comment #18 from Josef Moravec --- Created attachment 66425 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66425&action=edit [SIGNED-OFF] Bug 17467: Add missing --status switch handling Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:16:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:16:05 +0000 Subject: [Koha-bugs] [Bug 17467] There should be a koha-zebra script to handle Zebra daemons for instances In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467 --- Comment #19 from Josef Moravec --- Created attachment 66426 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66426&action=edit [SIGNED-OFF] Bug 17467: Restart failing, missing instance parameter This follow up should make it work. Perhaps there is a more elegant way, but wanted to generate something that works. Before this patch, the --restart stops Zebra, but does not restart it. After, it does restart. Before this patch, the --status gives nasty long help. After this patch, reasonable output. Signed-off-by: Josef Moravec -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:44:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:44:18 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #152 from Colin Campbell --- Koha/Patrons/Import.pm Should have a 'use Koha::Patron::Debarments;' to avoid runtime errors with undefined subroutine GetDebarments called -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 16:59:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 14:59:54 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 --- Comment #18 from Katrin Fischer --- Had submitted a follow-up with suggestions - was lost in rebase :( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 17:01:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 15:01:33 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66046|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 17:05:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 15:05:21 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66417|0 |1 is obsolete| | --- Comment #19 from Tom?s Cohen Arazi --- Created attachment 66427 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66427&action=edit Bug 18120: REST api | /acquisitions/vendors unit tests This patch introduces unit tests that need to be passed by an /acquisitions/vendors/ REST endpoint. To test: - Apply the patch - Run: $ sudo koha-shell kohadev k$ prove t/db_dependent/api/v1/acquisitions_vendors.t => FAIL: The endpoint is not present, should fail. Sponsored-by: ByWater Solutions Signed-off-by: Matthias Meusburger Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 17:05:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 15:05:30 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66418|0 |1 is obsolete| | --- Comment #20 from Tom?s Cohen Arazi --- Created attachment 66428 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66428&action=edit Bug 18120: REST api | Add a 'vendors' endpoint This patch introduces an /acquisitions/vendors endpoint. To test: - Apply the patch - Run: $ sudo koha-shell kohadev k$ prove t/db_dependent/api/v1/acquisitions_vendors.t => SUCCESS: Tests pass - Sign off :-D Sponsored-by: ByWater Solutions Signed-off-by: Matthias Meusburger Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 17:05:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 15:05:40 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66046|0 |1 is obsolete| | --- Comment #21 from Tom?s Cohen Arazi --- Created attachment 66429 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66429&action=edit Bug 18120: Update field descriptions Trying to clarify some of the descriptions. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 17:06:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 15:06:18 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |new feature -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 17:14:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 15:14:38 +0000 Subject: [Koha-bugs] [Bug 16748] Batch checkout needs set due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16748 Fiona Borthwick changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fiona.borthwick at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 17:15:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 15:15:37 +0000 Subject: [Koha-bugs] [Bug 18668] Add the column localuse to the items table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18668 Kate Wenger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kwenger at chatham.edu --- Comment #1 from Kate Wenger --- This would be great! We would love to see this feature added! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 17:22:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 15:22:11 +0000 Subject: [Koha-bugs] [Bug 16748] Batch checkout needs set due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16748 --- Comment #3 from Fiona Borthwick --- Some of our customers are using this Batch Checkout feature but would really like to be able to specify a due date. This would be a really good enhancement. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 17:22:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 15:22:55 +0000 Subject: [Koha-bugs] [Bug 6918] can't place holds on 'on order' items with AllowOnShelfHolds off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 Jessie Zairo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jzairo at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 17:25:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 15:25:18 +0000 Subject: [Koha-bugs] [Bug 16748] Batch checkout needs set due date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16748 --- Comment #4 from c.cochrane at rcs.ac.uk --- This would be such a helpful feature for us! Mass issuing of orchestral sets for after performance dates has been great via batchcheck-out, but having to go back in to renew to a different date is a faff. Would be great to see this development! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 18:14:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 16:14:11 +0000 Subject: [Koha-bugs] [Bug 19174] New: No Credits Please Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19174 Bug ID: 19174 Summary: No Credits Please Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com There needs to be a preference that prevents the system from accepting a transaction that would produce a negative balance or credit. Not everyone wants to deal with credits. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 24 19:49:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 24 Aug 2017 17:49:52 +0000 Subject: [Koha-bugs] [Bug 18120] REST API: CRUD endpoint for vendors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18120 --- Comment #22 from Tom?s Cohen Arazi --- Created attachment 66430 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66430&action=edit Bug 18120: (QA followup) 'vendors_manage' permission fits better than full acq Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 03:45:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 01:45:53 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 --- Comment #113 from M. Tompsett --- comment #112 represents the latest test plan that I followed. I'm calling this done. Multiple eyes and sign offs on this would be appreciated. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 05:05:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 03:05:14 +0000 Subject: [Koha-bugs] [Bug 14367] History for MARC records. Roll back changes on a timeline or per field. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14367 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com --- Comment #15 from M. Tompsett --- The patch needs major intervention in reworking with the introduction of metadata in C4::Biblio. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 05:16:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 03:16:59 +0000 Subject: [Koha-bugs] [Bug 17664] Silence non-zebra warnings in t/db_dependent/Search.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17664 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #57686|0 |1 is obsolete| | --- Comment #7 from M. Tompsett --- Created attachment 66431 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66431&action=edit Bug 17664 - Silence non-zebra warnings in t/db_dependent/Search.t TEST PLAN --------- 0) back up database 1) drop database; create database 2) run web installer 3) prove t/db_dependent/Search.t -- the spammy warnings (other than zebra index warnings) may already be fixed, but the mocked value was not realistic. 4) apply patch 5) prove t/db_dependent/Search.t -- notice only zebra index warnings. 6) run qa test tools -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 05:16:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 03:16:56 +0000 Subject: [Koha-bugs] [Bug 17664] Silence non-zebra warnings in t/db_dependent/Search.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17664 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 05:25:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 03:25:30 +0000 Subject: [Koha-bugs] [Bug 18355] Permanent location should show with cart location In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18355 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com --- Comment #13 from M. Tompsett --- (In reply to Alex Buckley from comment #12) > Can you please merge your patches with the up to date master branch? Git properly merged this, there is no reason to mark this as does not apply. I, however, will push up a cleaner apply. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 05:26:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 03:26:03 +0000 Subject: [Koha-bugs] [Bug 18355] Permanent location should show with cart location In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18355 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 05:26:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 03:26:06 +0000 Subject: [Koha-bugs] [Bug 18355] Permanent location should show with cart location In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18355 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62999|0 |1 is obsolete| | --- Comment #14 from M. Tompsett --- Created attachment 66432 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66432&action=edit Bug 18355: Modifies location on detail pages. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 05:34:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 03:34:10 +0000 Subject: [Koha-bugs] [Bug 16306] C4::Context->setCommandlineEnvironment() convenience function In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16306 --- Comment #5 from M. Tompsett --- Comment on attachment 50501 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50501 Bug 16306 - C4::Context->setCommandlineEnvironment() convenience function Review of attachment 50501: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=16306&attachment=50501) ----------------------------------------------------------------- ::: C4/Context.pm @@ +1309,5 @@ > + C4::Context::set_userenv($clisu->{borrowernumber},$clisu->{userid},$clisu->{cardnumber},$clisu->{firstname},$clisu->{surname}, $clisu->{branchcode}, '', {}, '', '', ''); > +} > + > +sub _enforceCommandlineSuperuserBorrowerExists { > + my $commandlineSuperuser = C4::Members::GetMember(userid => 'commandlineadmin'); I believe this GetMember function was removed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 08:57:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 06:57:01 +0000 Subject: [Koha-bugs] [Bug 18817] Update links in the help files for the new 17.11 manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 --- Comment #19 from Marcel de Rooy --- Created attachment 66453 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66453&action=edit Bug 18817 Correct Manual URL Corrected the manual url in the help screen for 17.05 onward. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 08:57:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 06:57:05 +0000 Subject: [Koha-bugs] [Bug 18817] Update links in the help files for the new 17.11 manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 --- Comment #20 from Marcel de Rooy --- Created attachment 66454 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66454&action=edit Bug 18817: Update links with anchor automatically I generate a mapping files (old anchor > new anchor) from the doc files. Here are the links that have been updated automatically Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 08:57:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 06:57:10 +0000 Subject: [Koha-bugs] [Bug 18817] Update links in the help files for the new 17.11 manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 --- Comment #21 from Marcel de Rooy --- Created attachment 66455 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66455&action=edit Bug 18817: Update links manually Without the anchor it is not possible to retrieve the html page, so these occurrences have been updated manually (and yes it was painful) Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 08:57:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 06:57:26 +0000 Subject: [Koha-bugs] [Bug 18817] Update links in the help files for the new 17.11 manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 08:57:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 06:57:45 +0000 Subject: [Koha-bugs] [Bug 18817] Update links in the help files for the new 17.11 manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 --- Comment #22 from Marcel de Rooy --- Aarg those labels again ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 08:58:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 06:58:07 +0000 Subject: [Koha-bugs] [Bug 18817] Update links in the help files for the new 17.11 manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66008|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 08:58:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 06:58:09 +0000 Subject: [Koha-bugs] [Bug 18817] Update links in the help files for the new 17.11 manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66009|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 08:58:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 06:58:11 +0000 Subject: [Koha-bugs] [Bug 18817] Update links in the help files for the new 17.11 manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66007|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:01:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:01:01 +0000 Subject: [Koha-bugs] [Bug 18046] Problem with redirect on logout with CAS In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18046 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |chris at bigballofwax.co.nz QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:04:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:04:15 +0000 Subject: [Koha-bugs] [Bug 18046] Problem with redirect on logout with CAS In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18046 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:04:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:04:18 +0000 Subject: [Koha-bugs] [Bug 18046] Problem with redirect on logout with CAS In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18046 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66282|0 |1 is obsolete| | --- Comment #6 from Marcel de Rooy --- Created attachment 66456 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66456&action=edit Bug 18046 CAS logout infinite redirect To test (You need a CAS server and CAS configured in Koha) 1/ Login using CAS in Koha 2/ Logout in Koha 3/ Notice you get redirected again and again 4/ Apply patch 5/ Login with CAS, then logout 6/ Notice logout works, but no longer infinitely redirected Signed-off-by: Katrin Fischer Patch has been in production use for several months on several instances. Fixes a critical bug. Signed-off-by: Marcel de Rooy Looks like a typical workaround, but evidently works. Not tested with CAS. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:45:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:45:44 +0000 Subject: [Koha-bugs] [Bug 19040] Change prototype of C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:45:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:45:51 +0000 Subject: [Koha-bugs] [Bug 19040] Change prototype of C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 --- Comment #8 from Marcel de Rooy --- Created attachment 66458 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66458&action=edit Bug 19040: [QA Follow-up] Adjust embed_items parameter in showdiffmarc Trivial adjustment Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:45:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:45:46 +0000 Subject: [Koha-bugs] [Bug 19040] Change prototype of C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66145|0 |1 is obsolete| | --- Comment #7 from Marcel de Rooy --- Created attachment 66457 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66457&action=edit Bug 19040: Refactor GetMarcBiblio parameters Change parameters to a hashref. Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy Looks good to me. Two calls in migration_tools/22_to_30 still in old style. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:47:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:47:12 +0000 Subject: [Koha-bugs] [Bug 19040] Change prototype of C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #9 from Marcel de Rooy --- carp 'GetMarcBiblio called without parameters'; Should be a Koha::Exception. See coding guidelines. git grep -E "GetMarcBiblio\s*\(\s*\$" No results as expected git grep -E "GetMarcBiblio\s*\(\s*[^{]" misc/migration_tools/22_to_30/missing090field.pl: my $record = GetMarcBiblio($biblionumber); misc/migration_tools/22_to_30/rebuild_unimarc_100.pl: my $record = GetMarcBiblio($biblionumber); [OK] t/Biblio.t:warning_is { $ret = GetMarcBiblio() } Who is going to run these scripts still? And from what version? Should we still have in master ?? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:47:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:47:49 +0000 Subject: [Koha-bugs] [Bug 19040] Change prototype of C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Patch complexity|--- |Medium patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:57:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:57:45 +0000 Subject: [Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447 --- Comment #24 from Marcel de Rooy --- Created attachment 66459 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66459&action=edit Bug 18447 - Datepicker only shows -10/+10 years This patch makes 2 changes: 1 - Global datepicker defaulted to c-100:c+10 2 - Dateofbirth datepicker defaulted to c-100:c To test: 1 - Open some date pickers (patron entry, subscriptions, anywhere really) - Make sure to check some dateofbirth datepickers 2 - Note that default is 10 years in either direction, updated when you select 3 - Apply patch 4 - Note we now get -100 years / +10 years from current selection 5 - Now find a dateofbirth datepicker and note default is -100:+0 6 - Sign off Signed-off-by: Marc V?ron Signed-off-by: Josef Moravec Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:57:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:57:54 +0000 Subject: [Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447 --- Comment #26 from Marcel de Rooy --- Created attachment 66461 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66461&action=edit Bug 18447 - Remove redundant line This line was added by bug 12342 but seems to have stopped working. These patches set default so this specific case should not be needed. Signed-off-by: Marc V?ron Signed-off-by: Josef Moravec Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:57:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:57:59 +0000 Subject: [Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65309|0 |1 is obsolete| | --- Comment #27 from Marcel de Rooy --- Created attachment 66462 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66462&action=edit Bug 18447 - QA Followup - fix opac usage Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:57:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:57:50 +0000 Subject: [Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447 --- Comment #25 from Marcel de Rooy --- Created attachment 66460 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66460&action=edit Bug 18447 - Add changes to opac Signed-off-by: Marc V?ron Signed-off-by: Josef Moravec Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:58:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:58:26 +0000 Subject: [Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447 --- Comment #28 from Marcel de Rooy --- Oh those SIGNED OFF labels again.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:58:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:58:53 +0000 Subject: [Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:58:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:58:55 +0000 Subject: [Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65140|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:58:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:58:58 +0000 Subject: [Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65141|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:59:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:59:00 +0000 Subject: [Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65142|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 09:59:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 07:59:16 +0000 Subject: [Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 10:08:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 08:08:53 +0000 Subject: [Koha-bugs] [Bug 18993] Bump libtest-simple-perl to 1.302075 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18993 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |m.de.rooy at rijksmuseum.nl --- Comment #9 from Marcel de Rooy --- 'Test::More' => { 'usage' => 'Core', 'required' => '1', 'min_ver' => '0.8' }, Shouldn't we upgrade the min_ver for this one here too ? Needs feedback -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 10:09:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 08:09:31 +0000 Subject: [Koha-bugs] [Bug 18993] Bump libtest-simple-perl to 1.302075 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18993 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 10:11:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 08:11:40 +0000 Subject: [Koha-bugs] [Bug 19134] C4::SMS does not handle drivers with more than two names well In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19134 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 10:11:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 08:11:43 +0000 Subject: [Koha-bugs] [Bug 19134] C4::SMS does not handle drivers with more than two names well In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19134 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66256|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 66463 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66463&action=edit Bug 19134: C4::SMS falils on long driver name Code in C4::SMS takes the part of the SMS::Send-driver that comes after SMS::Send and tries to turn it into part of a path to a YAML file that can contain additional parameters to SMS::Send. The current code works for e.g. SMS::Send::A::B, but if there is one or more extra names, it fails to turn :: into /. So we have: SMS::Send::A::B -> SMS/Send/A/B SMS::Send::A::B::C -> SMS/Send/A/B::C This patch makes sure all occurrences of :: are turned into /, by adding a "g" modifier at the end of the regex. Testing: Testing this preperly would take a whole lot of setup for a very small change. I would suggest that the following two oneliners are enough to demonstrate that the change makes sense: $ perl -e '$x = "a::b::c"; $x =~ s|::|/|; print $x, "\n";' $ perl -e '$x = "a::b::c"; $x =~ s|::|/|g; print $x, "\n";' So: - Check that the output of these oneliners make sense - Check that the patch changes the code in a similar way to the change from the first oneliner to the second. Signed-off-by: Aleisha Amohia Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 10:12:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 08:12:18 +0000 Subject: [Koha-bugs] [Bug 19134] C4::SMS does not handle drivers with more than two names well In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19134 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Assignee|koha-bugs at lists.koha-commun |magnus at libriotech.no |ity.org | --- Comment #4 from Marcel de Rooy --- Magnus: Assignee field ! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 10:17:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 08:17:25 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |m.de.rooy at rijksmuseum.nl --- Comment #22 from Marcel de Rooy --- + my @funds = Koha::Database->new()->schema->resultset('Aqbudget')->search({ budget_period_id => $budgetperiod->{budget_period_id} }); Please introduce a Koha Object for that one. Copy and paste operation. Should not be hard ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 10:17:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 08:17:42 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 10:44:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 08:44:12 +0000 Subject: [Koha-bugs] [Bug 19173] Make OPAC online payments pluggable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19173 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 10:44:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 08:44:15 +0000 Subject: [Koha-bugs] [Bug 19173] Make OPAC online payments pluggable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19173 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66414|0 |1 is obsolete| | --- Comment #2 from Magnus Enger --- Created attachment 66464 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66464&action=edit Bug 19173 - Make OPAC online payments pluggable While PayPal is fairly universal, there is a plethora of online payment system that are far more localized, servicing a single country ( e.g. Bug 18968 ) or even a single city! Instead of adding support for each and every one of these payment options directly into Koha, it makes more sense to add the ability to create online payment plugins. Test Plan: 1) Apply this patch 2) Download and install the Kitchen Sink plugin version 2.1.1 or later https://github.com/bywatersolutions/koha-plugin-kitchen-sink/releases 3) In the plugin options, enable the opac payments option 4) Create a patron with one or more fines 5) Log into the opac as that patron, note you now have the option to pay online via KitchenSink ImaginaryPay 6) Make an online payment 7) Note the payment was processed correctly Signed-off-by: Magnus Enger Awesome enhancement! I know we want to add at least one Norwegian payment service at some point. I followed the test plan and everything works as advertised. Turning off the "opac payments option" makes the option dissappear cleanly from the OPAC. I have *not* looked at the code or done any considerations about security. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 10:48:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 08:48:45 +0000 Subject: [Koha-bugs] [Bug 19173] Make OPAC online payments pluggable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19173 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no --- Comment #3 from Magnus Enger --- Idea for improvement: On /cgi-bin/koha/plugins/plugins-home.pl?method=tool there is a dropdown to limit the list of plugins by type. "OPAC payment" could be added to this list. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:21:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:21:51 +0000 Subject: [Koha-bugs] [Bug 11297] Add support for custom PQF attributes for Z39.50 server searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11297 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | --- Comment #46 from Marcel de Rooy --- QA: Looking here now -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:31:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:31:12 +0000 Subject: [Koha-bugs] [Bug 11297] Add support for custom PQF attributes for Z39.50 server searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11297 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #47 from Marcel de Rooy --- Please look at the changed code: my ( $zquery, $squery ) = _build_query( $pars ); [...] foreach my $server ( @servers ) { if(my $attributes = $server->{attributes}){ $zquery = "$attributes $zquery"; } $oConnection[$s] = _create_connection( $server ); $oResult[$s] = $server->{servertype} eq 'zed'? $oConnection[$s]->search_pqf( $zquery ): $oConnection[$s]->search(new ZOOM::Query::CQL( _translate_query( $server, $squery ))); $s++; } After we build zquery, you start prefixing it each time with more server attributes. So the last server will get them all. Wrong ! Probably this was tested with one server at a time. But it might fail for a search on multiple servers. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:33:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:33:46 +0000 Subject: [Koha-bugs] [Bug 15165] REST API routes to list, edit and pay borrower's accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15165 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |Failed QA --- Comment #57 from Marcel de Rooy --- See last comment. Moving it to Failed QA. At least we need feedback. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:35:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:35:48 +0000 Subject: [Koha-bugs] [Bug 19084] Spine label with BN_IN UTF8 data rendered incorrectly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19084 Josef Moravec changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |BLOCKED CC| |josef.moravec at gmail.com --- Comment #7 from Josef Moravec --- Marking blocked because of comment 6 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:41:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:41:31 +0000 Subject: [Koha-bugs] [Bug 17288] Advanced Editor - Rancor - Helpers for 006 and 007 fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17288 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:41:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:41:40 +0000 Subject: [Koha-bugs] [Bug 17288] Advanced Editor - Rancor - Helpers for 006 and 007 fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17288 --- Comment #17 from Marcel de Rooy --- Created attachment 66466 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66466&action=edit Bug 17288: (follow-up) Fix marc21_field_007.xml Bad formatted data in 007 field. Fixed To test follow the previous commit. Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:41:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:41:34 +0000 Subject: [Koha-bugs] [Bug 17288] Advanced Editor - Rancor - Helpers for 006 and 007 fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17288 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63059|0 |1 is obsolete| | Attachment #63060|0 |1 is obsolete| | Attachment #63061|0 |1 is obsolete| | Attachment #63062|0 |1 is obsolete| | --- Comment #16 from Marcel de Rooy --- Created attachment 66465 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66465&action=edit Bug 17288 - Advanced Editor - Rancor - Helpers for 006 and 007 fields To test: Open advanced cataloging editor Experiment with 006 and 007 fields and ensure helpers function for all material types Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:41:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:41:44 +0000 Subject: [Koha-bugs] [Bug 17288] Advanced Editor - Rancor - Helpers for 006 and 007 fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17288 --- Comment #18 from Marcel de Rooy --- Created attachment 66467 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66467&action=edit Bug 17288 (QA Followup) Don't default char 5 (is undefined in some forms) Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:41:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:41:48 +0000 Subject: [Koha-bugs] [Bug 17288] Advanced Editor - Rancor - Helpers for 006 and 007 fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17288 --- Comment #19 from Marcel de Rooy --- Created attachment 66468 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66468&action=edit Bug 17288: (follow-up) Remove unneccessary Date() function Remove line: var now = new Date(); from both subfields Also fix 18 positions (00-17) for default data in 006 field Signed-off-by: Josef Moravec Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:43:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:43:37 +0000 Subject: [Koha-bugs] [Bug 17288] Advanced Editor - Rancor - Helpers for 006 and 007 fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17288 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | Patch complexity|Trivial patch |Small patch --- Comment #20 from Marcel de Rooy --- QA Comment: Not a trivial patch. And small is also arguable ;) Looks good to me. Did not test in Rancor. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:46:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:46:25 +0000 Subject: [Koha-bugs] [Bug 15766] Give label and patron card batches a description In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15766 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |m.de.rooy at rijksmuseum.nl --- Comment #15 from Marcel de Rooy --- FAIL svc/patroncards FAIL git manipulation The file has been added and deleted in the same patchset Please adjust your patch set. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:49:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:49:07 +0000 Subject: [Koha-bugs] [Bug 17006] REST API: add route to change patron's password In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17006 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:50:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:50:39 +0000 Subject: [Koha-bugs] [Bug 17712] Move availability calculation to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17712 --- Comment #53 from Marcel de Rooy --- Koha::Exceptions::WrongParameter is already present, you add BadParameter -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:55:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:55:22 +0000 Subject: [Koha-bugs] [Bug 17712] Move availability calculation to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17712 --- Comment #54 from Marcel de Rooy --- (In reply to Lari Taskula from comment #52) > BTW, this is also under busy testing by our librarians and in the following > days I'll have a desk-full of test reports and possibly follow-ups coming in > for this Bug :) No reports or follow-ups were added ? Needs feedback. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:55:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:55:38 +0000 Subject: [Koha-bugs] [Bug 17712] Move availability calculation to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17712 --- Comment #55 from Marcel de Rooy --- # Failed test 'No tests run for subtest "Attempt to instantiate holdability class with valid biblionumber"' # at t/db_dependent/Koha/Biblio/Availability.t line 52. Cannot use "->find" in list context at /usr/share/koha/masterclone/Koha/Biblio/Availability.pm line 91. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:56:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:56:07 +0000 Subject: [Koha-bugs] [Bug 17712] Move availability calculation to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17712 --- Comment #56 from Marcel de Rooy --- # Failed test 'No tests run for subtest "Attempt to instantiate holdability class with valid itemnumber"' # at t/db_dependent/Koha/Item/Availability.t line 52. Cannot use "->find" in list context at /usr/share/koha/masterclone/Koha/Item/Availability.pm line 85. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 11:59:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 09:59:07 +0000 Subject: [Koha-bugs] [Bug 17712] Move availability calculation to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17712 --- Comment #57 from Marcel de Rooy --- t/db_dependent/Koha/Availability/Checks/Item.t ............. 1/14 # Failed test 'checked_out' # at t/db_dependent/Koha/Availability/Checks/Item.t line 48. Undefined subroutine &C4::Circulation::GetItemIssue called at /usr/share/koha/masterclone/Koha/Availability/Checks/Item.pm line 68. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:01:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:01:28 +0000 Subject: [Koha-bugs] [Bug 17712] Move availability calculation to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17712 --- Comment #58 from Marcel de Rooy --- t/db_dependent/Koha/Item/Availability/Checkout.t (Wstat: 65280 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 255 Parse errors: Bad plan. You planned 10 tests but ran 2. t/db_dependent/Koha/Item/Availability/Search.t (Wstat: 256 Tests: 10 Failed: 1) Failed test: 6 Non-zero exit status: 1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:11:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:11:27 +0000 Subject: [Koha-bugs] [Bug 17712] Move availability calculation to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17712 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #59 from Marcel de Rooy --- Lari, Looks impressive. At this point it fails for various problems reported. The big discussion we face here, is: Do we want to add all this new code without using it yet? It is obviously very hard to start using it everywhere, but I guess we need some strategy in order to prevent ending up with a lot of unused code that is no longer in sync with the current routines. And at that point it will of course need some really extensive testing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:13:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:13:11 +0000 Subject: [Koha-bugs] [Bug 15561] Add ability to charge cancellation fee from "Holds over" tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15561 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Summary|Add ability to charge |Add ability to charge |cancelation fee from "Holds |cancellation fee from |over" tab |"Holds over" tab -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:13:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:13:42 +0000 Subject: [Koha-bugs] [Bug 15561] Add ability to charge cancellation fee from "Holds over" tab In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15561 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:20:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:20:28 +0000 Subject: [Koha-bugs] [Bug 18581] Add standard edit and delete buttons to suggestions list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18581 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:20:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:20:31 +0000 Subject: [Koha-bugs] [Bug 18581] Add standard edit and delete buttons to suggestions list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18581 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63402|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 66469 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66469&action=edit Bug 18581 - Add standard edit and delete buttons to suggestions list This patch modifies the table of suggestions in the staff client, moving the edit link to the standard last column and styling it correctly. A delete button is added as well. Unrelated change: I removed the column containing suggestionid because I don't think it's human-relevant information. To test, apply the patch and go to Acquisitions -> Suggestions. - In each tab, the table of suggestions should have an unsorted last column containing "edit" and "delete" links which should be styled correctly and working correctly. - On the detailed view of a suggestion, the "delete" button in the toolbar should still work correctly. Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:20:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:20:42 +0000 Subject: [Koha-bugs] [Bug 18581] Add standard edit and delete buttons to suggestions list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18581 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:30:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:30:23 +0000 Subject: [Koha-bugs] [Bug 18354] Adding item type attribute to cover image div In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18354 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63705|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 66470 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66470&action=edit Bug 18354 Adding item type attribute to cover image div This adds item type so we can do things with javascript. To Test: 1.) Do a search on OPAC 2.) Inspect element to confirm item type is not present 3.) Apply patch 4.) Do a search on OPAC to confirm item type is present as a class Signed-off-by: Owen Leonard Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:30:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:30:29 +0000 Subject: [Koha-bugs] [Bug 18354] Adding item type attribute to cover image div In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18354 --- Comment #4 from Marcel de Rooy --- Created attachment 66471 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66471&action=edit Bug 18354: [QA Follow-up] Add a prefix for the itemtype class Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:30:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:30:32 +0000 Subject: [Koha-bugs] [Bug 14957] Write protecting MARC fields based on source of import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14957 Andreas Hedstr?m Mace changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply --- Comment #59 from Andreas Hedstr?m Mace --- Wanted to to try and test this again, but patch doesn't apply for me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:30:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:30:20 +0000 Subject: [Koha-bugs] [Bug 18354] Adding item type attribute to cover image div In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18354 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:31:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:31:12 +0000 Subject: [Koha-bugs] [Bug 18354] Adding item type attribute to cover image div In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18354 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | --- Comment #5 from Marcel de Rooy --- Michael, This has been waiting much too long in our QA queue. But pasting itemtype as-is into the class might have side-effects we cannot oversee. That string can be just about everything. Wouldn't it be better to prefix it with something as itemtype_ ? In view of time elapsed, I add that as a follow-up and move it to PQA. Feel free to respond if you have a better idea. Marcel -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:34:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:34:28 +0000 Subject: [Koha-bugs] [Bug 19173] Make OPAC online payments pluggable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19173 --- Comment #4 from Kyle M Hall --- Created attachment 66472 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66472&action=edit Bug 19173 [Followup] - Add opac payment and marc conversion plugins to the pulldown filter list -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 12:48:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 10:48:53 +0000 Subject: [Koha-bugs] [Bug 19173] Make OPAC online payments pluggable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19173 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66472|0 |1 is obsolete| | --- Comment #5 from Kyle M Hall --- Created attachment 66473 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66473&action=edit Bug 19173 [Followup] - Add opac payment and marc conversion plugins to the pulldown filter list -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 14:16:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 12:16:21 +0000 Subject: [Koha-bugs] [Bug 19174] No Credits Please In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19174 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 14:19:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 12:19:27 +0000 Subject: [Koha-bugs] [Bug 19171] Confusing message "no items available" when placing a hold in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19171 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 14:24:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 12:24:35 +0000 Subject: [Koha-bugs] [Bug 14835] Add custom navbar to modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14835 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 14:51:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 12:51:28 +0000 Subject: [Koha-bugs] [Bug 18242] Move of checkouts to old_issues is not handled correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18242 --- Comment #33 from Jonathan Druart --- (In reply to Sophie MEYNIEUX from comment #32) > This patch does not always work for 16.11 Which versions of 16.11.x? You should read the description of bug 18966. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 14:53:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 12:53:55 +0000 Subject: [Koha-bugs] [Bug 18537] Update Ukrainian installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18537 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 14:55:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 12:55:31 +0000 Subject: [Koha-bugs] [Bug 19173] Make OPAC online payments pluggable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19173 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66473|0 |1 is obsolete| | --- Comment #6 from Magnus Enger --- Created attachment 66474 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66474&action=edit Bug 19173 [Followup] - Add opac payment and marc conversion plugins to the pulldown filter list Signed-off-by: Magnus Enger New categories are added to the pulldown and work as expected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 14:55:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 12:55:44 +0000 Subject: [Koha-bugs] [Bug 15239] Add multiple items fail on barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 14:55:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 12:55:51 +0000 Subject: [Koha-bugs] [Bug 15239] Add multiple items fail on barcode In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:08:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:08:03 +0000 Subject: [Koha-bugs] [Bug 18354] Adding item type attribute to cover image div In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18354 --- Comment #6 from Michael Cabus --- Hi That would be a great idea and still retain the intended purpose. Thanks so much Michael Cabus -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:11:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:11:03 +0000 Subject: [Koha-bugs] [Bug 11251] Be able to configure HTML Opac preferences per library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11251 --- Comment #2 from Marc V?ron --- Workaround: The body tag of OPAC pages contains a class="branch-CPL" (where CPL is the branch code.) You can use that for a CSS trick to show/hide contents depending on the branch. For a proof of concept, put the following into OpacMainUserBlock: ...and put the following into OPACUserCSS .branch-CPL .contentCPL { display:block !important; } .branch-FFL .contentFFL { display:block !important; } Switch between branches - the content will appear as appropriate. Marc -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:14:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:14:12 +0000 Subject: [Koha-bugs] [Bug 19166] Add the ability to add adjustments to an invoice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166 --- Comment #1 from Nick Clemens --- Created attachment 66475 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66475&action=edit Bug 19166 - Database changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:14:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:14:15 +0000 Subject: [Koha-bugs] [Bug 19166] Add the ability to add adjustments to an invoice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166 --- Comment #2 from Nick Clemens --- Created attachment 66476 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66476&action=edit Bug 19166 - Add the ability to add adjustments to an invoice This patchset adds the ability to add adjustments to an invoice, one can provide a reason, an adjustment amount, select a budget, and choose whether to encumber the funds before the invoice is closed or not To test: 1 - Create a new invoice with or without a shipping cost 2 - Note there are no existing adjustments 3 - Add an adjustment 4 - Submit the form withno changes, nothing happens 5 - Update the adjustment you created, ensure changes are saved but no extra adjustment created 6 - Add another invoice prodiving only reason or amount (you can have 0 value adjustments) 7 - Verify the adjustment total at bottom is correct 8 - Recieve some orders 9 - Verify totals are correct -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:15:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:15:30 +0000 Subject: [Koha-bugs] [Bug 19167] Add is_from_today to Checkouts, so we can use it in TT notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19167 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:15:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:15:30 +0000 Subject: [Koha-bugs] [Bug 19166] Add the ability to add adjustments to an invoice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org, | |katrin.fischer at bsz-bw.de, | |kyle.m.hall at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:17:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:17:58 +0000 Subject: [Koha-bugs] [Bug 19166] Add the ability to add adjustments to an invoice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166 --- Comment #3 from Nick Clemens --- This needs tests and more work (rollover etc.) but I wanted to get any initial opinions on the intended functionality. Probably should be Koha::Acquisitions::Invoices::Adjustments -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:19:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:19:38 +0000 Subject: [Koha-bugs] [Bug 19046] IntranetCatalogSearchPulldown doesn't retain last selection In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19046 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=10412 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:19:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:19:38 +0000 Subject: [Koha-bugs] [Bug 10412] The ability to update Acquisitions with credit notes, with the option to link to an existing invoice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10412 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19046 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:20:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:20:06 +0000 Subject: [Koha-bugs] [Bug 10412] The ability to update Acquisitions with credit notes, with the option to link to an existing invoice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10412 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19046 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:20:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:20:06 +0000 Subject: [Koha-bugs] [Bug 19046] IntranetCatalogSearchPulldown doesn't retain last selection In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19046 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=10412 | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:20:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:20:22 +0000 Subject: [Koha-bugs] [Bug 10412] The ability to update Acquisitions with credit notes, with the option to link to an existing invoice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10412 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19166 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:20:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:20:22 +0000 Subject: [Koha-bugs] [Bug 19166] Add the ability to add adjustments to an invoice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=10412 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:23:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:23:41 +0000 Subject: [Koha-bugs] [Bug 19040] Change prototype of C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #10 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #9) > Who is going to run these scripts still? And from what version? Should we > still have in master ?? People upgrading from Koha 2.2? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:28:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:28:56 +0000 Subject: [Koha-bugs] [Bug 10260] way to enter a note when writing off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10260 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch --- Comment #2 from Marc V?ron --- (In reply to Lisette from comment #1) > Still valid? It does let you put a note in. - You can put a note if you write off or pay a single fine - It is not possible to put a note if you write off all or pay selected -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:32:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:32:55 +0000 Subject: [Koha-bugs] [Bug 10260] Enter a note when writing off all or pay selected In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10260 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|way to enter a note when |Enter a note when writing |writing off |off all or pay selected -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:35:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:35:21 +0000 Subject: [Koha-bugs] [Bug 19040] Change prototype of C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 --- Comment #11 from Jonathan Druart --- Created attachment 66477 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66477&action=edit Bug 19040: Update 2 occurrences of GetMarcBiblio in 22_to_30 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:36:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:36:49 +0000 Subject: [Koha-bugs] [Bug 9228] Keep a log of patron messages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9228 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch Summary|log of messages left |Keep a log of patron | |messages -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:38:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:38:40 +0000 Subject: [Koha-bugs] [Bug 19166] Add the ability to add adjustments to an invoice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19166 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:41:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:41:08 +0000 Subject: [Koha-bugs] [Bug 18251] SCO alerts - need a trigger for successful checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18251 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Signed Off --- Comment #26 from Jonathan Druart --- One pair of eyes is missing here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:56:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:56:37 +0000 Subject: [Koha-bugs] [Bug 16892] Add automatic patron registration via OAuth2 login In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16892 --- Comment #52 from Jonathan Druart --- (In reply to David Cook from comment #48) > (In reply to Jonathan Druart from comment #47) > > Everything looks fine to me. > > However I think it would be good to handle a wrong or non-existent patron > > category or branchcode (GoogleOpenIDConnectDefaultCategory and > > GoogleOpenIDConnectDefaultBranch). Usually I am not in favour of > > over-checking everything but it sounds like it is needed here (in order to > > avoid the 500). > > I still think it's a shame that we hard-coded "Google" into the system > preferences, when OpenIDConnect can be implemented by other providers, but I > think I'm flogging a dead horse on that one... Not introduced by this patch set, they use the existing pattern. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:59:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:59:05 +0000 Subject: [Koha-bugs] [Bug 18897] Koha_Elasticsearch_Indexer.t doesn' t skip when ES module not installed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18897 --- Comment #2 from M. Tompsett --- Created attachment 66478 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66478&action=edit Bug 18897: Koha_Elasticsearch_Indexer.t doesn't skip when ES module(s) not installed If Catmandu::Importer::MARC is not installed, Koha_Elasticsearch_Indexer.t fails instead of skipping. It should skip as ES is not currently mandatory. Test Plan: 1. Run "prove t/db_dependent/Koha_Elasticsearch_Indexer.t" as koha-shell 2. Note failure on test 1/5 indicating module not installed. 3. Apply patch. 4. Re-run "prove t/db_dependent/Koha_Elasticsearch_Indexer.t" 5. Note test now skips. Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 15:59:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 13:59:11 +0000 Subject: [Koha-bugs] [Bug 18897] Koha_Elasticsearch_Indexer.t doesn' t skip when ES module not installed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18897 --- Comment #3 from M. Tompsett --- Created attachment 66479 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66479&action=edit Bug 18897: Improve error message Test Plan: $ git fetch $ git checkout -b bug_18897 origin/master $ git bz apply 18897 -- interactive apply just the first patch $ sudo apt-get remove libcatmandu-store-elasticsearch-perl ... $ prove t/db_dependent/Koha_Elasticsearch_Indexer.t -- Note that the message says the wrong library is missing. $ git bz apply 18897 -- interactive apply this patch $ prove t/db_dependent/Koha_Elasticsearch_Indexer.t -- Note that the message says the correct library is missing. run the koha qa test tools Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:00:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:00:12 +0000 Subject: [Koha-bugs] [Bug 16892] Add automatic patron registration via OAuth2 login In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16892 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #53 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:00:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:00:32 +0000 Subject: [Koha-bugs] [Bug 17288] Advanced Editor - Rancor - Helpers for 006 and 007 fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17288 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #21 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:00:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:00:49 +0000 Subject: [Koha-bugs] [Bug 18046] Problem with redirect on logout with CAS In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18046 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:01:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:01:07 +0000 Subject: [Koha-bugs] [Bug 18354] Adding item type attribute to cover image div In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18354 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:01:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:01:25 +0000 Subject: [Koha-bugs] [Bug 18581] Add standard edit and delete buttons to suggestions list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18581 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:02:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:02:03 +0000 Subject: [Koha-bugs] [Bug 19040] Change prototype of C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #12 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:01:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:01:44 +0000 Subject: [Koha-bugs] [Bug 18817] Update links in the help files for the new 17.11 manual In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18817 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #23 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:02:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:02:34 +0000 Subject: [Koha-bugs] [Bug 19134] C4::SMS does not handle drivers with more than two names well In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19134 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #5 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:08:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:08:21 +0000 Subject: [Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #29 from Jonathan Druart --- Set a date of birth for 100+ years people is not possible with these patches, that is why I suggested 120 in comment 8. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:10:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:10:06 +0000 Subject: [Koha-bugs] [Bug 19080] Handle non existing patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19080 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #14 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:39:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:39:43 +0000 Subject: [Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA --- Comment #30 from Jonathan Druart --- (In reply to Jonathan Druart from comment #29) > Set a date of birth for 100+ years people is not possible with these > patches, that is why I suggested 120 in comment 8. Can be, with one more click. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:45:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:45:32 +0000 Subject: [Koha-bugs] [Bug 18447] Datepicker only shows -10/+10 years for date of birth In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18447 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #31 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:53:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:53:57 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |13726 CC| |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13726 [Bug 13726] Koha::Acquisition::Bookseller should use Koha::Object -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:53:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:53:57 +0000 Subject: [Koha-bugs] [Bug 13726] Koha::Acquisition::Bookseller should use Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13726 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19130 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 [Bug 19130] K::A::Booksellers->search broken for attribute 'name' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:57:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:57:55 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:58:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:58:04 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 --- Comment #10 from Jonathan Druart --- Created attachment 66481 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66481&action=edit Bug 19130: (followup) Add t/db_dependent/Koha/Acquisition/Booksellers.t This followup patch adds a proper file in which add tests for Koha::Acquisition::Bookseller(s) methods. All current methods are covered. To test: - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/Koha/Acquisition/Booksellers.t => SUCCESS: Test pass! - Sign off :-D Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:57:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:57:59 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66365|0 |1 is obsolete| | Attachment #66366|0 |1 is obsolete| | Attachment #66367|0 |1 is obsolete| | Attachment #66368|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart --- Created attachment 66480 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66480&action=edit Bug 19130: Remove ->search() overloading and adjust tests This patch removes the custom ->search() function. Tests are adjusted so the results from ->search() calls are not expected to return in the previously hardcoded order. To test: - Apply this patch - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/Bookseller.t => SUCCESS: Tests pass - Sign off :-D Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:58:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:58:08 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 --- Comment #11 from Jonathan Druart --- Created attachment 66482 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66482&action=edit Bug 19130: (followup) Add POD This patch adds POD to the following files: - Koha/Acquisition/Bookseller.pm - Koha/Acquisition/Booksellers.pm Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:58:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:58:12 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 --- Comment #12 from Jonathan Druart --- Created attachment 66483 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66483&action=edit Bug 19130: (followup) Controller scripts should preserve behaviour This patch is a followup to making Koha::Acquisition::Booksellers->search work as any other Koha::Objects (DBIC) query instead of having a different behaviour hardcoded. To achieve it, this patch makes the controller scripts add wildcard/truncation chars as prefix and sufix for searches, and make the default sorting for results be by 'name', ascending. To test: - Just verify the behaviour remains unchanged by this patchset on the controller scripts (re. searching). Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:59:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:59:05 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #13 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 16:59:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 14:59:19 +0000 Subject: [Koha-bugs] [Bug 19130] K::A::Booksellers->search broken for attribute 'name' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19130 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:03:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:03:01 +0000 Subject: [Koha-bugs] [Bug 18946] Change language from external web fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18946 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Version|17.05 |master Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:12:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:12:59 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:16:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:16:23 +0000 Subject: [Koha-bugs] [Bug 19126] Fix Members.t with IndependentBranches set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19126 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:16:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:16:28 +0000 Subject: [Koha-bugs] [Bug 19126] Fix Members.t with IndependentBranches set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19126 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66259|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 66484 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66484&action=edit Bug 19126: Fix Members.t with IndependentBranches set If you enabled that pref, Members.t fails with: t/db_dependent/Members.t .. 63/63 # Looks like you failed 15 tests of 63. The first one is: t/db_dependent/Members.t .. 32/63 Failed test 'Staff patron not deleted from list' at t/db_dependent/Members.t line 304. Bottle neck is GetBorrowersToExpunge. The results of that sub depend on the state of this preference. Trivially fixing it here by disabling the pref before the first call. Test plan: [1] Do not apply this patch yet. Enable IndependentBranches. [2] Run Members.t and observe that it fails. [3] Apply this patch. And run Members.t again. It should pass now. Signed-off-by: Aleisha Amohia Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:17:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:17:30 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong variable name passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #5 from Jonathan Druart --- (In reply to M. Tompsett from comment #3) > This does fix the title bar. > Though I was thinking of formatting. > Should it be Vendor {name} without any punctuation? > Perhaps it should have a colon or something, because Vendor is not part of > the name, but the section we're in. Perhaps the › thing like Between > Koha and Vendor? > I'll sign off as is, and let QA comment further on that. It follows the existing pattern. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:17:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:17:57 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong variable name passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:18:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:18:01 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong variable name passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66034|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart --- Created attachment 66485 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66485&action=edit Bug 19118 - Due to wrong variable name passed vendor name is not coming in browser title bar Test 1. Hit the page /cgi-bin/koha/acqui/supplier.pl?booksellerid=xx xx is a booksellerid 2. Apply the patch and reload the page. 3. You can see vendor name in browser title bar. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:21:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:21:22 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 --- Comment #8 from Jonathan Druart --- Created attachment 66486 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66486&action=edit Bug 19004: build_object takes care of existing data Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:26:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:26:27 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong variable name passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:27:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:27:04 +0000 Subject: [Koha-bugs] [Bug 19126] Fix Members.t with IndependentBranches set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19126 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:28:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:28:25 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 --- Comment #9 from Jonathan Druart --- Comment on attachment 66038 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66038 [SIGNED-OFF] [SIGNED-OFF] Bug 19004: Adjust AddReturn for retrieving item type Review of attachment 66038: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19004&attachment=66038) ----------------------------------------------------------------- ::: C4/Circulation.pm @@ +1822,5 @@ > > my $itemnumber = $item->{ itemnumber }; > + my $itemtype = C4::Context->preference("item-level_itypes") > + ? $item->{itype} > + : Koha::Biblioitems->find( $item->{biblioitemnumber} )->itemtype; Was this code correct? Sorry if this is silly, but I am lacking time at the moment to take a look correctly: Why do not we just get $item->{itype} as the item-level_itypes is checked in GetItem (via Koha::Item->effective_itemtype)? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:30:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:30:24 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #10 from Jonathan Druart --- Actually either the previous version was good (to handle specific cases, i.e. wrong data) and yours is wrong, or we could just use $item->{itype}. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:37:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:37:36 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong variable name passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 17:51:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 15:51:30 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 --- Comment #10 from Jonathan Druart --- Do not you think that my suggestion to add a new "is_internal" (or whatever) new DB field could be better? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 19:02:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 17:02:16 +0000 Subject: [Koha-bugs] [Bug 16126] Display base-level amounts on the acquisition module home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16126 --- Comment #19 from J Schmidt --- Hello, I finally had the chance to come back to this today. Thank you Katrin as I believe I have made changes to staff permissions to successfully limit the viewing of non-home library budgets. Appreciated. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 19:08:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 17:08:03 +0000 Subject: [Koha-bugs] [Bug 19040] Change prototype of C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 --- Comment #13 from M. Tompsett --- (In reply to Jonathan Druart from comment #10) > (In reply to Marcel de Rooy from comment #9) > > Who is going to run these scripts still? And from what version? Should we > > still have in master ?? > > People upgrading from Koha 2.2? People upgrading from 2.2 to current are likely to stop at 3.4 before proceeding to master due to items being stored differently, at least that was my impression. That's why I didn't change those two scripts. But I suppose it can't hurt. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 19:27:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 17:27:48 +0000 Subject: [Koha-bugs] [Bug 18355] Permanent location should show with cart location In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18355 --- Comment #15 from Christopher Brannon --- (In reply to M. Tompsett from comment #13) > (In reply to Alex Buckley from comment #12) > > Can you please merge your patches with the up to date master branch? > > Git properly merged this, there is no reason to mark this as does not apply. > I, however, will push up a cleaner apply. Thank you. I have been swamped, and have been trying to figure out how to do this since I rebuilt my kohadevbox. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 19:38:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 17:38:09 +0000 Subject: [Koha-bugs] [Bug 19175] New: asd Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19175 Bug ID: 19175 Summary: asd Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: bugs.koha-community.org Assignee: koha-bugs at lists.koha-community.org Reporter: rumouz.fandall at yandex.com QA Contact: testopia at bugs.koha-community.org Created attachment 66487 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66487&action=edit asd -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 19:38:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 17:38:53 +0000 Subject: [Koha-bugs] [Bug 19175] asd In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19175 --- Comment #1 from RUmouz --- Created attachment 66488 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66488&action=edit asd -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 19:39:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 17:39:33 +0000 Subject: [Koha-bugs] [Bug 19175] asd In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19175 --- Comment #2 from RUmouz --- Created attachment 66489 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66489&action=edit asdsad -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 19:41:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 17:41:54 +0000 Subject: [Koha-bugs] [Bug 19175] asd In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19175 --- Comment #3 from RUmouz --- Created attachment 66490 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66490&action=edit asd adsasdasd -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 19:49:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 17:49:00 +0000 Subject: [Koha-bugs] [Bug 18294] Keyword searches surrounded by double quotes fail on staff client and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18294 Nicki S changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nschermann at millbrook.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 20:08:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 18:08:46 +0000 Subject: [Koha-bugs] [Bug 18490] Transfer message confusing, cancel button missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18490 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #4 from Christopher Brannon --- Patch works. Maybe sandbox testing issue. Test environment may need a restart? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 20:24:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 18:24:30 +0000 Subject: [Koha-bugs] [Bug 18897] Koha_Elasticsearch_Indexer.t doesn' t skip when ES module not installed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18897 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com Attachment #64818|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 20:43:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 18:43:44 +0000 Subject: [Koha-bugs] [Bug 19120] Order cancelled status is reset on basket open In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19120 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at ccsr.qc | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 21:46:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 19:46:23 +0000 Subject: [Koha-bugs] [Bug 19040] Change prototype of C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 --- Comment #14 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #10) > (In reply to Marcel de Rooy from comment #9) > > Who is going to run these scripts still? And from what version? Should we > > still have in master ?? > > People upgrading from Koha 2.2? Sure? :) My impression was that you would call 22_to_30 from 3.0. So we should not be needing them in master? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 22:20:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 20:20:54 +0000 Subject: [Koha-bugs] [Bug 12095] Hold queue should take closed dates into account In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12095 --- Comment #1 from jdemuth at roseville.ca.us --- We are currently on 16.11.09 and still have this problem because we have RFID returns that check in items immediately. We keep our items on hold for 8 days so if an item is checked in on a closed day, it could send the notice to the patron saying it expires on a closed day which can be confusing and upsetting to the patron if they miss the hold. We are considering changing the days the items can be on hold and/or staff procedures but no matter how many days we change it too, this may still happen. I would love to see if there is a better work around out there or if we can get this bug moving. Thanks, Jen DeMuth -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 22:49:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 20:49:32 +0000 Subject: [Koha-bugs] [Bug 19040] Change prototype of C4::Biblio::GetMarcBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19040 --- Comment #15 from Jonathan Druart --- Then let's remove them :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 22:57:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 20:57:47 +0000 Subject: [Koha-bugs] [Bug 19176] New: Dates comparison fails on slow server Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19176 Bug ID: 19176 Summary: Dates comparison fails on slow server Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Test Suite Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org # Failed test 'borrowers.updated_on should have been set to now on creating' # at t/db_dependent/Patrons.t line 74. # got: '2017-08-10T20:53:03' # expected: '2017-08-10T20:53:04' # Looks like you failed 1 test of 17. [20:53:15] t/db_dependent/Patrons.t ..................................... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 22:59:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 20:59:55 +0000 Subject: [Koha-bugs] [Bug 19176] Dates comparison fails on slow server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19176 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 22:59:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 20:59:59 +0000 Subject: [Koha-bugs] [Bug 19176] Dates comparison fails on slow server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19176 --- Comment #1 from Jonathan Druart --- Created attachment 66493 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66493&action=edit Bug 19176: Truncate to minutes when comparing dates in tests # Failed test 'borrowers.updated_on should have been set to now on creating' # at t/db_dependent/Patrons.t line 74. # got: '2017-08-10T20:53:03' # expected: '2017-08-10T20:53:04' # Looks like you failed 1 test of 17. [20:53:15] t/db_dependent/Patrons.t ..................................... The plan here is to compare string and/or DateTime objects and truncate the DateTime to minute That way tests will no longer fail when the seconds differ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Aug 25 23:04:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 21:04:58 +0000 Subject: [Koha-bugs] [Bug 15051] 245 Marc Field Order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15051 Sandre Cunha changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cunha at monterey.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 00:58:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 22:58:05 +0000 Subject: [Koha-bugs] [Bug 18503] Confusing hold and transfer dialog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18503 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62990|0 |1 is obsolete| | --- Comment #5 from Christopher Brannon --- Created attachment 66494 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66494&action=edit Bug 18503: Fixes confusing dialog and other minor This corrects the returns2 dialog logic, and cleans up a few pieces of code. Patch also updates some buttons and fixes check in layout. To Test: 1) Check out an item. 2) Check item in. Note old buttons (Submit next to barcode, Clear). Note message next to calendar is wrapping to next line. Note Clear button is next to the check box rather than next to the calendar. 3) Check in item at a different branch both with AllowReturnToBranch in all four settings and with AutomaticItemReturn set to Do and Don't. Note old style buttons on all dialogs. 4) Place a hold on an item for pickup at another library. 5) Trigger the hold and confirm. 6) Check in item at another library (not the pickup location). 7) Note the confusing transfer/hold buttons and message. 8) Apply patch 9) Repeat steps 1-8. Note changes to the items pointed out in those steps. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 00:59:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 22:59:30 +0000 Subject: [Koha-bugs] [Bug 18503] Confusing hold and transfer dialog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18503 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 00:59:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 22:59:48 +0000 Subject: [Koha-bugs] [Bug 18498] Staff can place next available holds when rule is set to forced In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18498 --- Comment #1 from Christopher Brannon --- Rebased. Please try again. Sorry for delays! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 01:00:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 23:00:22 +0000 Subject: [Koha-bugs] [Bug 18498] Staff can place next available holds when rule is set to forced In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18498 --- Comment #2 from Christopher Brannon --- (In reply to Christopher Brannon from comment #1) > Rebased. Please try again. Sorry for delays! Wrong bug. Ignore this comment. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 01:01:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 23:01:08 +0000 Subject: [Koha-bugs] [Bug 18503] Confusing hold and transfer dialog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18503 --- Comment #6 from Christopher Brannon --- Rebased. Sorry for delay! Please try again. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 01:10:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 25 Aug 2017 23:10:18 +0000 Subject: [Koha-bugs] [Bug 18503] Confusing hold and transfer dialog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18503 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #7 from Christopher Brannon --- Confirm button doesn't trigger hold at remote library. Regression of a bug. Need to fix. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 03:55:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 01:55:44 +0000 Subject: [Koha-bugs] [Bug 17896] BakerTaylorEnabled is not plack safe in reading history at the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17896 --- Comment #8 from M. Tompsett --- Comment on attachment 66251 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66251 Bug 17896: [FOLLOW-UP] Make opac-readingrecord.pl use module Review of attachment 66251: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17896&attachment=66251) ----------------------------------------------------------------- There is some JacketImages, AmazonCoverImages, etc. clean up that needs to be done that is beyond the scope of this bug. But deleting the JacketImages from the parameters was a partial start. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 07:00:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 05:00:26 +0000 Subject: [Koha-bugs] [Bug 18836] Table 'koha_library.club_enrollments' doesn't exist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18836 Freddy Enrique changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freddysky at outlook.com --- Comment #13 from Freddy Enrique --- I ran into the same problem after updating Koha. what could be the possible solution? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 07:24:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 05:24:59 +0000 Subject: [Koha-bugs] [Bug 19177] New: w Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19177 Bug ID: 19177 Summary: w Change sponsored?: --- Product: Project Infrastructure Version: unspecified Hardware: PC OS: Windows Status: NEW Severity: enhancement Priority: P5 - low Component: Project website Assignee: wizzyrea at gmail.com Reporter: luthfihabiby009 at gmail.com Created attachment 66495 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66495&action=edit wew wew -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 10:42:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 08:42:00 +0000 Subject: [Koha-bugs] [Bug 19175] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19175 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|NEW |RESOLVED Summary|asd |SPAM Resolution|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 10:49:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 08:49:45 +0000 Subject: [Koha-bugs] [Bug 19177] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19177 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|w |SPAM Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 12:27:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 10:27:48 +0000 Subject: [Koha-bugs] [Bug 17355] Authorised value categories cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17355 --- Comment #11 from Katrin Fischer --- I just noticed that + LOC => 1, is doubled up in the patch. I think the idea of a database field is good, but maybe this could be done in a separate patch? We filed the bug a year ago :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 13:45:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 11:45:50 +0000 Subject: [Koha-bugs] [Bug 19176] Dates comparison fails on slow server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19176 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch --- Comment #2 from Marc V?ron --- Hi Jonathan The patch minifies that false positives happen, but IMO the test will still arbitrarely fail with e.g. following dates: got: '2017-08-10T20:53:59' expected: '2017-08-10T20:54:00' Wouldn't it be safer to calculate the delta and pass the test OK if delta <60 sec? (Or even introduce a param for the precision that defaults to 60.) Marc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 16:10:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 14:10:40 +0000 Subject: [Koha-bugs] [Bug 19178] New: Remove outdated sms* scripts Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19178 Bug ID: 19178 Summary: Remove outdated sms* scripts Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Files in the sms directory are outdated and should be removed: - sms_listen.pl - sms_listen_windows_start.pl - sms.pl --------- >From the mailing list: Hi all, I?m just going through the Koha codebase and making sure everything compiles, and I stumbled upon sms/sms_listen_windows_start.pl: http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=sms/sms_listen_windows_start.pl;h=a94dc9589d112c2ae70994c61f91570b68375f8f;hb=HEAD It looks like it?s a script for Windows, which the community doesn?t remotely support, plus the code doesn?t really make any sense. ./sms/sms_listen.pl also looks like garbage to me. So does ./sms/sms.pl. Everyone reckon it would be safe to remove both of these scripts from Koha? Looks like they?re about 7+ years old? David Cook -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 16:10:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 14:10:49 +0000 Subject: [Koha-bugs] [Bug 19178] Remove outdated sms/* scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19178 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Remove outdated sms* |Remove outdated sms/* |scripts |scripts -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 17:16:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 15:16:43 +0000 Subject: [Koha-bugs] [Bug 19178] Remove outdated sms/* scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19178 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 17:16:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 15:16:46 +0000 Subject: [Koha-bugs] [Bug 19178] Remove outdated sms/* scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19178 --- Comment #1 from Katrin Fischer --- Created attachment 66496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66496&action=edit Bug 19178 - Remove outdated sms/* scripts and related files Those files appear unmaintained and unusable with current Koha and should be removed. It appears at some point there was work done on a feature to send SMS messages to a phone number using a form in the tools area. This has never been documented, files and git history make it look like work remained unfinished. sms/sms_listen_windows_start.pl - targetted for Windows, which is not supported by Koha - 00-strict.t reference removed sms/sms_listen.pl - refers to a table sms_messages that doesn't exist - uses getmember() that doesn't exist sms/sms.pl - script calls routines that no longer exist in SMS.pm error_codes(), parse_phone(), write_sms() - template sms-home.tt is not accessible form anywhere in the templates sms-home.tt - see sms/sms.pl -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 17:20:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 15:20:33 +0000 Subject: [Koha-bugs] [Bug 19178] Remove outdated sms/* scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19178 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |katrin.fischer at bsz-bw.de |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 17:24:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 15:24:43 +0000 Subject: [Koha-bugs] [Bug 19179] New: Email option for SMSSendDriver is not documented as a valid setting Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19179 Bug ID: 19179 Summary: Email option for SMSSendDriver is not documented as a valid setting Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com The system preference SMSSendDriver doesn't mention the option to use Email in order to activate the feature for sending messages as sms using email gateways. See: http://bywatersolutions.com/2016/02/26/koha-sms/ -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 17:24:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 15:24:50 +0000 Subject: [Koha-bugs] [Bug 19179] Email option for SMSSendDriver is not documented as a valid setting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19179 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |trivial -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 17:27:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 15:27:29 +0000 Subject: [Koha-bugs] [Bug 9228] Keep a log of patron messages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9228 --- Comment #3 from Katrin Fischer --- Created attachment 66497 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66497&action=edit Screenshot of circ message entries in patron log -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 17:28:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 15:28:02 +0000 Subject: [Koha-bugs] [Bug 9228] Keep a log of patron messages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9228 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #4 from Katrin Fischer --- Lisette is right - this is working great! Closing this. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 23:53:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 21:53:02 +0000 Subject: [Koha-bugs] [Bug 6918] can't place holds on 'on order' items with AllowOnShelfHolds off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 --- Comment #23 from Katrin Fischer --- This is still a desirable feature, but the existing patch is quite old and possibly needs a more or less complete rewrite: Falling back to patching base and 3-way merge... Auto-merging opac/opac-search.pl Auto-merging opac/opac-detail.pl CONFLICT (content): Merge conflict in opac/opac-detail.pl Auto-merging opac/opac-MARCdetail.pl CONFLICT (content): Merge conflict in opac/opac-MARCdetail.pl Auto-merging opac/opac-ISBDdetail.pl CONFLICT (content): Merge conflict in opac/opac-ISBDdetail.pl CONFLICT (modify/delete): C4/VirtualShelves/Page.pm deleted in HEAD and modified in Bug 6918 - can't place holds on 'on order' items with AllowOnShelfHolds off. Version Bug 6918 - can't place holds on 'on order' items with AllowOnShelfHolds off of C4/VirtualShelves/Page.pm left in tree. Auto-merging C4/Reserves.pm CONFLICT (content): Merge conflict in C4/Reserves.pm Auto-merging C4/Biblio.pm Failed to merge in the changes. Patch failed at 0001 Bug 6918 - can't place holds on 'on order' items with AllowOnShelfHolds off ... Can we move this back to NEW? -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Aug 26 23:58:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 21:58:15 +0000 Subject: [Koha-bugs] [Bug 19172] Undefined subroutine &C4::Members::Attributes:: SearchIdMatchingAttribute when searching patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19172 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- I've tried different searches for patrons with patron attributes active and added to the patron record on master and didn't manage to trigger the error. Which version did you test with? Can you add a step by step test plan on how to trigger the error please? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:04:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:04:38 +0000 Subject: [Koha-bugs] [Bug 18389] Allow using MARC modification templates in bulkmarcimport.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 --- Comment #19 from Katrin Fischer --- Just a note: You can't actually rename the templates at the moment, but you can duplicate with a new name and delete the old one. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:05:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:05:40 +0000 Subject: [Koha-bugs] [Bug 18389] Allow using MARC modification templates in bulkmarcimport.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:05:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:05:43 +0000 Subject: [Koha-bugs] [Bug 18389] Allow using MARC modification templates in bulkmarcimport.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18389 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66379|0 |1 is obsolete| | --- Comment #20 from Katrin Fischer --- Created attachment 66498 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66498&action=edit Added error if there are multiple MARC templates with the same name. https://bugs.koha-community.org/show_bug.cgi?id=18389 Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:19:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:19:02 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 --- Comment #13 from Katrin Fischer --- Personally I feel that the 'for ' is unecessary as the information is already visible in the breadcrumbs, but at the moment, this seems a common pattern in the module (Osiander being my vendor): Home ? Acquisitions ? Osiander ? Basket Test bug 15347 (1) for Osiander -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:20:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:20:43 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 --- Comment #14 from Katrin Fischer --- Created attachment 66499 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66499&action=edit [SIGNED OFF] Bug 13208: Improving breadcrumbs for when cancelling an order To test: 1) Go to Acquisitions -> Find a vendor -> View a basket with orders in it (or make a new basket and add an order) 2) Click Cancel order 3) Notice incomplete breadcrumbs, and 'Acquisition' typo 4) Apply patch and refresh page 5) Breadcrumbs should be fixed. Confirm links to vendor and basket work as expected Sponsored-by: Catalyst IT Signed-off-by: severine.queune Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:20:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:20:47 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 --- Comment #15 from Katrin Fischer --- Created attachment 66500 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66500&action=edit [SIGNED OFF] Bug 13208: [FOLLOW-UP] Creating and implementing new Koha::Acquisition::Basket[s] modules Test plan remains the same. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:20:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:20:50 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 --- Comment #16 from Katrin Fischer --- Created attachment 66501 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66501&action=edit [SIGNED OFF] Bug 13208: [FOLLOW-UP] Perl documentation for modules Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:21:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:21:42 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:21:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:21:44 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65176|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:21:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:21:46 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66161|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:21:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:21:49 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65954|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:23:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:23:08 +0000 Subject: [Koha-bugs] [Bug 19180] New: Vendor name is missing from breadcrumbs when closing an order Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19180 Bug ID: 19180 Summary: Vendor name is missing from breadcrumbs when closing an order Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org When an open basket/order is closed, the breadcrumbs on the page asking about adding the order to a basket group is missing the vendor name in the breadcrumbs in 2 spots: Home ? Acquisitions ? ? Basket Test bug 15347 (1) for -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:23:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:23:53 +0000 Subject: [Koha-bugs] [Bug 13208] More complete breadcrumbs when cancelling an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13208 --- Comment #17 from Katrin Fischer --- Found another problem with the breadcrumbs in acq while testing this: bug 19180 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:27:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:27:57 +0000 Subject: [Koha-bugs] [Bug 18923] Resolve a warn in Biblio::GetCOinSBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18923 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- Tried to test this, but was not able to make the warn show in the logs on kohadevbox. Checked koha-plack-err and koha-opac-err. Also made sure my result list had some records with 773 (analytics) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 00:29:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 26 Aug 2017 22:29:13 +0000 Subject: [Koha-bugs] [Bug 18921] Resolve a few warnings in C4/XSLT.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18921 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- Same here: Tried to test this, but was not able to make the warn show in the logs on kohadevbox. Checked koha-plack-err and koha-opac-err. Any pointers? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 02:03:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 00:03:21 +0000 Subject: [Koha-bugs] [Bug 19181] New: Intranet and OPAC authentication selenium test Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181 Bug ID: 19181 Summary: Intranet and OPAC authentication selenium test Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: alexbuckley at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org This Selenium tests is to test authentication of a patron to the OPAC and intranet. It follows a similar workflow to the basic_workflow.t text by initially creating a patron category and patron user. Then the superlibrarian user used to create these logs out and the created patron logs into the staff intranet and OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 02:03:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 00:03:42 +0000 Subject: [Koha-bugs] [Bug 19181] Intranet and OPAC authentication selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|chris at bigballofwax.co.nz |alexbuckley at catalyst.net.nz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 02:04:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 00:04:45 +0000 Subject: [Koha-bugs] [Bug 19181] Intranet and OPAC authentication selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18974 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 02:04:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 00:04:45 +0000 Subject: [Koha-bugs] [Bug 18974] Adding further selenium tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19181 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 02:48:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 00:48:15 +0000 Subject: [Koha-bugs] [Bug 19181] Intranet and OPAC authentication selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181 --- Comment #1 from Alex Buckley --- Created attachment 66502 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66502&action=edit Selenium test for logging into the Koha intranet and OPAC This selenium test goes through the process of creating a category and patron user (as is completed in the basic_workflow.t test) then the superlibrarian used to create them is logged out and the newly created patron user authenticates into the OPAC and staff intranet therefore testing the authenitcation of both. Test plan (this test plan includes how to install Selenium as well as how to run this test, for the benefit of people who have not got Selenium installed on their machines): 1. wget https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar 2. vim /etc/apt/sources.list.d/firefox.list 3. Paste into the file: deb http://packages.linuxmint.com debian import 4. sudo apt-get update 5. sudo apt-get install firefox 6. sudo apt-get install xvfb 7. Set the SELENIUM_PATH vartiable: SELENIUM_PATH=/home/vagrant/kohaclone/selenium-server-standalone-2.53.0.jar 8. Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null & 9. DISPLAY=:1 java -jar $SELENIUM_PATH Note: This will start up the selenium server. Everytime you want to shut down this terminal window and want to restart Selenium just run the step 9 command to restart the Selenium server 10. Open a new terminal window and write in: git clone https://github.com/gempesaw/Selenium-Remote-Driver --branch build/master --single-branch --depth 1 11. cd Selenium-Remote-Driver 12. perl Makefile.PL 13. make 14. make test 15. sudo make install 16. Now everything is installed and you can et up for running the selenium tests 17. Create a superlibrarian user with the username koha and password koha 18. If your usual port configuration for the intranet and OPAC is 8081 and 8080 respectively then set the staffClientBaseURL and OPACBaseURL system preferences to localhost:8080 and localhost:80 respectively 19. sudo koha-shell 20. perl t/db_dependent/selenium/authenticate.t 21. The test should pass. Note: The time_diff comments in the test output showing what the test is doing Note: If you have issues with installing Selenium and Selenium::Remote::Driver please write a comment on the bug report and I will be more than happy to create a screencapture video showing all the steps Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 02:49:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 00:49:22 +0000 Subject: [Koha-bugs] [Bug 19181] Intranet and OPAC authentication selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #2 from Alex Buckley --- This patch was originally attached to 18974 however I have placed it in its own bug report to make testing more straightforward -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 03:36:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 01:36:23 +0000 Subject: [Koha-bugs] [Bug 19182] New: Item search in intranet and OPAC selenium test Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19182 Bug ID: 19182 Summary: Item search in intranet and OPAC selenium test Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: alexbuckley at catalyst.net.nz Reporter: alexbuckley at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org This selenium test will create a new biblio and add items to that biblio and then the item search functionality in the intranet and OPAC will be used to try to find the added biblio in the catalogue -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 03:45:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 01:45:22 +0000 Subject: [Koha-bugs] [Bug 19182] Item search in intranet and OPAC selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19182 --- Comment #1 from Alex Buckley --- Created attachment 66503 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66503&action=edit Bug 19182 - Selenium test for searching for an item in the intranet and OPAC This Selenium test goes through the process of creating a category and patron user (as is completed in the basic_workflow.t test). Then this newly created patron user is used to create a new biblio and add items to that biblio. The item search functionality in the intranet and OPAC is used to try to find the biblio. If results to the item search query are displayed then the test outputs 'Found item in inranet' and 'Found item in OPAC' are shown Test plan (this test plan includes how to install Selenium as well as how to run this test, for the benefit of people who have not got Selenium installed on their machines): 1. wget https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar 2. vim /etc/apt/sources.list.d/firefox.list 3. Paste into the file: deb http://packages.linuxmint.com debian import 4. sudo apt-get update 5. sudo apt-get install firefox 6. sudo apt-get install xvfb 7. Set the SELENIUM_PATH vartiable: SELENIUM_PATH=/home/vagrant/kohaclone/selenium-server-standalone-2.53.0.jar 8. Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null & 9. DISPLAY=:1 java -jar $SELENIUM_PATH Note: This will start up the selenium server. Everytime you want to shut down this terminal window and want to restart Selenium just run the step 9 command to restart the Selenium server 10. Open a new terminal window and write in: git clone https://github.com/gempesaw/Selenium-Remote-Driver --branch build/master --single-branch --depth 1 11. cd Selenium-Remote-Driver 12. perl Makefile.PL 13. make 14. make test 15. sudo make install 16. Now everything is installed and you can et up for running the selenium tests 17. Create a superlibrarian user with the username koha and password koha 18. If your usual port configuration for the intranet and OPAC is 8081 and 8080 respectively then set the staffClientBaseURL and OPACBaseURL system preferences to localhost:8080 and localhost:80 respectively 19. Ensure your catalogue is empty 20. Clear and rebuild your Koha index: sudo koha-shell 21. export the PERL5LIB variable 22. zebraidx -c /etc/koha/sites//zebra-authorities-dom.cfg -g iso2709 -d authorities init 23. zebraidx -c /etc/koha/sites//zebra-biblios.cfg -g iso2709 -d biblios init 24. exit 25. sudo su 26. sudo koha-rebuild-zebra -f -v 27. exit 28. sudo koha-shell 29. perl t/db_dependent/selenium/authenticate.t 30. The test should pass. Note: The time_diff comments in the test output showing what the test is doing Note: If you have issues with installing Selenium and Selenium::Remote::Driver please write a comment on the bug report and I will be more than happy to create a screencapture video showing all the steps Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 03:45:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 01:45:54 +0000 Subject: [Koha-bugs] [Bug 19182] Item search in intranet and OPAC selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19182 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #2 from Alex Buckley --- This patch was originally attached to 18974 however I have placed it in its own bug report to make testing more straightforward -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 03:48:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 01:48:32 +0000 Subject: [Koha-bugs] [Bug 19182] Item search in intranet and OPAC selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19182 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66503|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 03:49:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 01:49:16 +0000 Subject: [Koha-bugs] [Bug 19182] Item search in intranet and OPAC selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19182 --- Comment #3 from Alex Buckley --- Created attachment 66504 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66504&action=edit Bug 19182 - Selenium test for searching for an item in the intranet and OPAC This Selenium test goes through the process of creating a category and patron user (as is completed in the basic_workflow.t test). Then this newly created patron user is used to create a new biblio and add items to that biblio. The item search functionality in the intranet and OPAC is used to try to find the biblio. If results to the item search query are displayed then the test outputs 'Found item in inranet' and 'Found item in OPAC' are shown Test plan (this test plan includes how to install Selenium as well as how to run this test, for the benefit of people who have not got Selenium installed on their machines): 1. wget https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar 2. vim /etc/apt/sources.list.d/firefox.list 3. Paste into the file: deb http://packages.linuxmint.com debian import 4. sudo apt-get update 5. sudo apt-get install firefox 6. sudo apt-get install xvfb 7. Set the SELENIUM_PATH vartiable: SELENIUM_PATH=/home/vagrant/kohaclone/selenium-server-standalone-2.53.0.jar 8. Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null & 9. DISPLAY=:1 java -jar $SELENIUM_PATH Note: This will start up the selenium server. Everytime you want to shut down this terminal window and want to restart Selenium just run the step 9 command to restart the Selenium server 10. Open a new terminal window and write in: git clone https://github.com/gempesaw/Selenium-Remote-Driver --branch build/master --single-branch --depth 1 11. cd Selenium-Remote-Driver 12. perl Makefile.PL 13. make 14. make test 15. sudo make install 16. Now everything is installed and you can et up for running the selenium tests 17. Create a superlibrarian user with the username koha and password koha 18. If your usual port configuration for the intranet and OPAC is 8081 and 8080 respectively then set the staffClientBaseURL and OPACBaseURL system preferences to localhost:8080 and localhost:80 respectively 19. Ensure your catalogue is empty 20. Clear and rebuild your Koha index: sudo koha-shell 21. export the PERL5LIB variable 22. zebraidx -c /etc/koha/sites//zebra-authorities-dom.cfg -g iso2709 -d authorities init 23. zebraidx -c /etc/koha/sites//zebra-biblios.cfg -g iso2709 -d biblios init 24. exit 25. sudo su 26. sudo koha-rebuild-zebra -f -v 27. exit 28. sudo koha-shell 29. perl t/db_dependent/selenium/authenticate.t 30. The test should pass. Note: The time_diff comments in the test output showing what the test is doing Note: If you have issues with installing Selenium and Selenium::Remote::Driver please write a comment on the bug report and I will be more than happy to create a screencapture video showing all the steps Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 03:51:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 01:51:06 +0000 Subject: [Koha-bugs] [Bug 19181] Intranet and OPAC authentication selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66502|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 03:51:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 01:51:35 +0000 Subject: [Koha-bugs] [Bug 19181] Intranet and OPAC authentication selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19181 --- Comment #3 from Alex Buckley --- Created attachment 66505 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66505&action=edit Bug 19181 - Selenium test for logging into the Koha intranet and OPAC This selenium test goes through the process of creating a category and patron user (as is completed in the basic_workflow.t test) then the superlibrarian used to create them is logged out and the newly created patron user authenticates into the OPAC and staff intranet therefore testing the authenitcation of both. Test plan (this test plan includes how to install Selenium as well as how to run this test, for the benefit of people who have not got Selenium installed on their machines): 1. wget https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar 2. vim /etc/apt/sources.list.d/firefox.list 3. Paste into the file: deb http://packages.linuxmint.com debian import 4. sudo apt-get update 5. sudo apt-get install firefox 6. sudo apt-get install xvfb 7. Set the SELENIUM_PATH vartiable: SELENIUM_PATH=/home/vagrant/kohaclone/selenium-server-standalone-2.53.0.jar 8. Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null & 9. DISPLAY=:1 java -jar $SELENIUM_PATH Note: This will start up the selenium server. Everytime you want to shut down this terminal window and want to restart Selenium just run the step 9 command to restart the Selenium server 10. Open a new terminal window and write in: git clone https://github.com/gempesaw/Selenium-Remote-Driver --branch build/master --single-branch --depth 1 11. cd Selenium-Remote-Driver 12. perl Makefile.PL 13. make 14. make test 15. sudo make install 16. Now everything is installed and you can et up for running the selenium tests 17. Create a superlibrarian user with the username koha and password koha 18. If your usual port configuration for the intranet and OPAC is 8081 and 8080 respectively then set the staffClientBaseURL and OPACBaseURL system preferences to localhost:8080 and localhost:80 respectively 19. sudo koha-shell 20. perl t/db_dependent/selenium/authenticate.t 21. The test should pass. Note: The time_diff comments in the test output showing what the test is doing Note: If you have issues with installing Selenium and Selenium::Remote::Driver please write a comment on the bug report and I will be more than happy to create a screencapture video showing all the steps Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 04:22:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 02:22:54 +0000 Subject: [Koha-bugs] [Bug 19183] New: Acquisition module setup selenium test Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19183 Bug ID: 19183 Summary: Acquisition module setup selenium test Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: alexbuckley at catalyst.net.nz Reporter: alexbuckley at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org This selenium test will go through the initial process of setting up the Acquisition module including creating a currency, budget and fund -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 04:39:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 02:39:49 +0000 Subject: [Koha-bugs] [Bug 19183] Acquisition module setup selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19183 --- Comment #1 from Alex Buckley --- Created attachment 66506 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66506&action=edit Bug 19183 - Selenium test for creating a currency, budget and fund This Selenium test goes through the process of creating a currency, budget and fund which all libraries perform when setting up ththe Koha Acqusition module for the first tiem (Note: The library does not have to create a currency if they installed sample currencies in the web installer). Test plan (this test plan includes how to install Selenium as well as how to run this test, for the benefit of people who have not got Selenium installed on their machines): 1. wget https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar 2. vim /etc/apt/sources.list.d/firefox.list 3. Paste into the file: deb http://packages.linuxmint.com debian import 4. sudo apt-get update 5. sudo apt-get install firefox 6. sudo apt-get install xvfb 7. Set the SELENIUM_PATH variable: SELENIUM_PATH=/home/vagrant/kohaclone/selenium-server-standalone-2.53.0.jar 8. Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null & 9. DISPLAY=:1 java -jar $SELENIUM_PATH Note: This will start up the selenium server. Everytime you want to shut down this terminal window and want to restart Selenium just run the step 9 command to restart the Selenium server 10. Open a new terminal window and write in: git clone https://github.com/gempesaw/Selenium-Remote-Driver --branch build/master --single-branch --depth 1 11. cd Selenium-Remote-Driver 12. perl Makefile.PL 13. make 14. make test 15. sudo make install 16. Now everything is installed and you can set up for running the selenium tests 17. Create a superlibrarian user with the username koha and password koha 18. If your usual port configuration for the intranet and OPAC is 8081 and 8080 respectively then set the staffClientBaseURL and OPACBaseURL system preferences to localhost:8080 and localhost:80 respectively 19. For the best test performance remove any existing currencies, budgets, and funds 20. sudo koha-shell 21. perl t/db_dependent/selenium/acquisitionsetup.t 22. The test should pass. Note: The time_diff comments in the test output showing what the test is doing Note: If you have issues with installing Selenium and Selenium::Remote::Driver please write a comment on the bug report and I will be more than happy to create a screencapture video showing all the steps Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 04:40:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 02:40:26 +0000 Subject: [Koha-bugs] [Bug 19183] Acquisition module setup selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19183 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #2 from Alex Buckley --- This patch was originally attached to 18974 however I have placed it in its own bug report to make testing more straightforward -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 05:09:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 03:09:08 +0000 Subject: [Koha-bugs] [Bug 19184] New: Purchase workflow selenium test Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19184 Bug ID: 19184 Summary: Purchase workflow selenium test Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: alexbuckley at catalyst.net.nz Reporter: alexbuckley at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org This Selenium test will go through the whole purchase workflow including adding a purchase suggestion in the OPAC (using the Z39.50server), accepting the suggestion in the intranet, creation of a vendor and basket and then adding the suggested item to the basket. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 05:18:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 03:18:30 +0000 Subject: [Koha-bugs] [Bug 19184] Purchase workflow selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19184 --- Comment #1 from Alex Buckley --- Created attachment 66507 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66507&action=edit Bug 19184 - Selenium test for purchase workflow This test covers the creation of purchase suggestion in the OPAC. The approval of that purchase suggestion in the intranet and then the creation of vendor, basket and the creation of the order from the suggested item. If the order is successfully placed then the test output 'Purchase suggestion order placed' will be displayed Test plan (this test plan includes how to install Selenium as well as how to run this test, for the benefit of people who have not got Selenium installed on their machines): 1. wget https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar 2. vim /etc/apt/sources.list.d/firefox.list 3. Paste into the file: deb http://packages.linuxmint.com debian import 4. sudo apt-get update 5. sudo apt-get install firefox 6. sudo apt-get install xvfb 7. Set the SELENIUM_PATH vartiable: SELENIUM_PATH=/home/vagrant/kohaclone/selenium-server-standalone-2.53.0.jar 8. Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null & 9. DISPLAY=:1 java -jar $SELENIUM_PATH Note: This will start up the selenium server. Everytime you want to shut down this terminal window and want to restart Selenium just run the step 9 command to restart the Selenium server 10. Open a new terminal window and write in: git clone https://github.com/gempesaw/Selenium-Remote-Driver --branch build/master --single-branch --depth 1 11. cd Selenium-Remote-Driver 12. perl Makefile.PL 13. make 14. make test 15. sudo make install 16. Now everything is installed and you can set up for running the selenium tests 17. Drop and recreate the Koha database, install all sample data in the installer 18. In the intranet create a budget and fund 19. Create a superlibrarian patron with the name koha and password koha 20. Make sure you set the staffClientBaseURL and OPACBaseURL to their appropriate values for your environment. If you are testing using Kohadevbox then the corrext values for these sysprefs is localhost:8080 and http://localhost:80 respectively 21. Enter Koha shell: sudo koha-shell 22. perl t/db_dependent/selenium/purchase_workflow.t 23. The test takes a while to excute but notice that all tests pass Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 05:18:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 03:18:55 +0000 Subject: [Koha-bugs] [Bug 19184] Purchase workflow selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19184 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #2 from Alex Buckley --- This patch was originally attached to 18974 however I have placed it in its own bug report to make testing more straightforward -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:18:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:18:12 +0000 Subject: [Koha-bugs] [Bug 19185] New: Web installer and onboarding tool selenium test Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185 Bug ID: 19185 Summary: Web installer and onboarding tool selenium test Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: alexbuckley at catalyst.net.nz Reporter: alexbuckley at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org This Selenium test will go through the workflow for installing Koha including going through the web installer and onboarding tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:26:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:26:19 +0000 Subject: [Koha-bugs] [Bug 19185] Web installer and onboarding tool selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185 --- Comment #1 from Alex Buckley --- Created attachment 66508 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66508&action=edit Bug 19185 - Selenium test for the Koha web installer and onboarding tool This Selenium test will go through the web installer and onboarding tool testing the Koha installation workflow. Test plan (this test plan includes how to install Selenium as well as how to run this test, for the benefit of people who have not got Selenium installed on their machines): 1. wget https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar 2. vim /etc/apt/sources.list.d/firefox.list 3. Paste into the file: deb http://packages.linuxmint.com debian import 4. sudo apt-get update 5. sudo apt-get install firefox 6. sudo apt-get install xvfb 7. Set the SELENIUM_PATH vartiable: SELENIUM_PATH=/home/vagrant/kohaclone/selenium-server-standalone-2.53.0.jar 8. Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null & 9. DISPLAY=:1 java -jar $SELENIUM_PATH Note: This will start up the selenium server. Everytime you want to shutdown this terminal window and want to restart Selenium just run the step 9 command to restart the Selenium server 10. Open a new terminal window and write in: git clone https://github.com/gempesaw/Selenium-Remote-Driver --branch build/master --single-branch --depth 1 11. cd Selenium-Remote-Driver 12. perl Makefile.PL 13. make 14. make test 15. sudo make install 16. Now everything is installed and you can et up for running the selenium tests 17. In a new terminal restart memcached and drop and recreate the Koha database 18. sudo koha-shell kohadev 19. perl t/db_dependent/selenium/installkoha.t 20. Notice the db errors saying that database tables do not exist 21. Notice the CP test output messages stating what the test is doing Note: warns exist in this selenium test because using Selenium to test the web installer and onboarding tool has proved to be flaky. The use of warning out the title of the currently loaded page and implementing pauses has helped get the test to pass after many hours of troubleshooting. If anyone can suggest alternatives please do so. Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:27:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:27:09 +0000 Subject: [Koha-bugs] [Bug 19185] Web installer and onboarding tool selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #2 from Alex Buckley --- This patch was originally attached to 18974 however I have placed it in its own bug report to make testing more straightforward -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:29:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:29:34 +0000 Subject: [Koha-bugs] [Bug 18974] Adding further selenium tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65193|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:29:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:29:50 +0000 Subject: [Koha-bugs] [Bug 18974] Adding further selenium tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65194|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:30:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:30:01 +0000 Subject: [Koha-bugs] [Bug 18974] Adding further selenium tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65265|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:30:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:30:19 +0000 Subject: [Koha-bugs] [Bug 18974] Adding further selenium tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65867|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:30:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:30:30 +0000 Subject: [Koha-bugs] [Bug 18974] Adding further selenium tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66154|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:46:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:46:09 +0000 Subject: [Koha-bugs] [Bug 18974] Cataloging MARC21 record and adding item selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Adding further selenium |Cataloging MARC21 record |tests |and adding item selenium | |test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:55:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:55:26 +0000 Subject: [Koha-bugs] [Bug 18974] Cataloging MARC21 record and adding item selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66163|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:56:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:56:32 +0000 Subject: [Koha-bugs] [Bug 18974] Cataloging MARC21 record and adding item selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 --- Comment #8 from Alex Buckley --- Created attachment 66509 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66509&action=edit Bug 18974 - Selenium test for cataloguing MARC21 records and adding items This Selenium test performs the cataloging workflow starting on the intranets home page and then using z39.50 targets to add a MARC record. After that items are added to the MARC record Test plan (this test plan includes how to install Selenium as well as how to run this test, for the benefit of people who have not got Selenium installed on their machines): 1. wget https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar 2. vim /etc/apt/sources.list.d/firefox.list 3. Paste into the file: deb http://packages.linuxmint.com debian import 4. sudo apt-get update 5. sudo apt-get install firefox 6. sudo apt-get install xvfb 7. Set the SELENIUM_PATH vartiable: SELENIUM_PATH=/home/vagrant/kohaclone/selenium-server-standalone-2.53.0.jar 8. Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null & 9. DISPLAY=:1 java -jar $SELENIUM_PATH Note: This will start up the selenium server. Everytime you want to shutdown this terminal window and want to restart Selenium just run the step 9 command to restart the Selenium server 10. Open a new terminal window and write in: git clone https://github.com/gempesaw/Selenium-Remote-Driver --branch build/master --single-branch --depth 1 11. cd Selenium-Remote-Driver 12. perl Makefile.PL 13. make 14. make test 15. sudo make install 16. Now everything is installed and you can et up for running the selenium tests 17. Drop and recreate you Koha database and restart memcached 18. Go through the web installer (installing sample z39.50 targets) and the onboarding tool 19. Create a superlibrarian user with the username koha and password koha 20. If your usual port configuration for the intranet and OPAC is 8081 and 8080 respectively then set the staffClientBaseURL and OPACBaseURL system preferences to localhost:8080 and localhost:80 respectively 21. sudo koha-shell 22. perl t/db_dependent/selenium/cataloging_workflow.t 23. The test should pass. Note: The time_diff comments in the test output showing what the test is doing Note: If you have issues with installing Selenium and Selenium::Remote::Driver please write a comment on the bug report and I will be more than happy to create a screencapture video showing all the steps Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:57:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:57:15 +0000 Subject: [Koha-bugs] [Bug 18974] Cataloging MARC21 record and adding item selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:57:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:57:57 +0000 Subject: [Koha-bugs] [Bug 18974] Cataloging MARC21 record and adding item selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19183 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:57:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:57:57 +0000 Subject: [Koha-bugs] [Bug 19183] Acquisition module setup selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19183 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18974 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:58:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:58:20 +0000 Subject: [Koha-bugs] [Bug 18974] Cataloging MARC21 record and adding item selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19182 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:58:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:58:20 +0000 Subject: [Koha-bugs] [Bug 19182] Item search in intranet and OPAC selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19182 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18974 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:58:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:58:45 +0000 Subject: [Koha-bugs] [Bug 18974] Cataloging MARC21 record and adding item selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19184 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:58:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:58:45 +0000 Subject: [Koha-bugs] [Bug 19184] Purchase workflow selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19184 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18974 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:59:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:59:02 +0000 Subject: [Koha-bugs] [Bug 18974] Cataloging MARC21 record and adding item selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19185 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 06:59:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 04:59:02 +0000 Subject: [Koha-bugs] [Bug 19185] Web installer and onboarding tool selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19185 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18974 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 12:29:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 10:29:54 +0000 Subject: [Koha-bugs] [Bug 12803] Add ability to skip closed libraries when generating the holds queue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12803 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon at cdalibrary.org --- Comment #84 from Katrin Fischer --- *** Bug 12095 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 12:29:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 10:29:54 +0000 Subject: [Koha-bugs] [Bug 12095] Hold queue should take closed dates into account In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12095 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #2 from Katrin Fischer --- I think this should already be possible, see bug 12803 and system preference HoldsQueueSkipClosed! If this doesn't cover what you need, please add a step by step description of how the problem happens to make it more clear. *** This bug has been marked as a duplicate of bug 12803 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 12:30:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 10:30:28 +0000 Subject: [Koha-bugs] [Bug 12204] in RESERVESLIP, any 'reserve' field is not being expanded correctly. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12204 --- Comment #12 from Katrin Fischer --- Magnus, I think you are right. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 12:45:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 10:45:16 +0000 Subject: [Koha-bugs] [Bug 17827] Untranslatable "by" in MARC21slim2intranetResults.xsl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17827 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #7 from Katrin Fischer --- Hi Serhij, thx for investigating! I have signed off on your patch with some little changes: - The subject should always start with "Bug xxxx" as this helps our tools to recognize what the patch is for and is used to link all the things together. - The patch commit message should contain a short description of the problem and the test plan (just copied your test plan in) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 12:45:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 10:45:54 +0000 Subject: [Koha-bugs] [Bug 17827] Untranslatable "by" in MARC21slim2intranetResults.xsl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17827 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66345|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 66510 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66510&action=edit Bug 17827 - Untranslatable "by" in MARC21slim2intranetResults.xsl Signed-off-by: Serhij Dubyk {?????? ?????} The "by" after the title was not translatable in the result lists of the intranet. This patch fixes it by removing a comment, that caused a problem with the translation scripts. To test: Test: Before this patch in file en-GB-marc-MARC21.po present next paragraph: msgid "by " msgstr " by " According string "by " in the file MARC21slim2intranetResults.xsl can not be translated (in other languages). After applying this patch performed next command: cd /usr/share/koha/misc/translator sudo env KOHA_CONF=/etc/koha/sites/mykohainstance/koha-conf.xml PERL5LIB=/usr/share/koha/lib perl -I /usr/share/koha/lib "./translate" update Now in the file en-GB-marc-MARC21.po present the following (modified) paragraph: msgid "by " msgstr " by " https://bugs.koha-community.org/show_bug.cgi?id=17827 Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 12:45:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 10:45:50 +0000 Subject: [Koha-bugs] [Bug 17827] Untranslatable "by" in MARC21slim2intranetResults.xsl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17827 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 12:53:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 10:53:38 +0000 Subject: [Koha-bugs] [Bug 18201] Export data -Fix "Remove non-local items" option and add " Removes non-local records" option for existing functionality In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18201 --- Comment #15 from Katrin Fischer --- Looks better than before to me - I think at least it should have less surprises! These 2 options don't make so much sense to use together, but I think we can live with that until another iteration with a good idea: Don't export items: Remove items not owned by selected libraries: -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:08:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:08:38 +0000 Subject: [Koha-bugs] [Bug 18251] SCO alerts - need a trigger for successful checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18251 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #27 from Katrin Fischer --- I tried testing this, but ran into some problems: 6 - Apply patch 7 - Checkout ot patron via SCO 8 - You should hear the sound specified above 9 - You should also see a note: Item checked out I don't see the note in 9. Also renewals for me don't work. I tried to check out an item and immediately renew it. Nothing happens when I click on "renew item" - so I can't test this part. It's the same with and without the patch. Can someone confirm this? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:15:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:15:16 +0000 Subject: [Koha-bugs] [Bug 19186] SelfCheckoutByLogin should list 'cardnumber' as an option instead of 'barcode' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19186 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Keywords| |Academy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:14:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:14:58 +0000 Subject: [Koha-bugs] [Bug 19186] New: SelfCheckoutByLogin should list 'cardnumber' as an option instead of 'barcode' Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19186 Bug ID: 19186 Summary: SelfCheckoutByLogin should list 'cardnumber' as an option instead of 'barcode' Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com The SelfCheckoutByLogin lists 'Barcode' as an option, but this should be Cardnumber. Especially since more and more libraries are using chip cards instead of barcodes. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:15:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:15:43 +0000 Subject: [Koha-bugs] [Bug 19179] Email option for SMSSendDriver is not documented as a valid setting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19179 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Keywords| |Academy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:24:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:24:57 +0000 Subject: [Koha-bugs] [Bug 19187] New: Renewals don't work from the web based self check Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19187 Bug ID: 19187 Summary: Renewals don't work from the web based self check Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Self checkout Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org To test: - Check out an item via web based self check - Click on 'renew' button or enter barcode again - Renewal form should display, giving you 'renew' or 'cancel' as options - Click on 'renew' -> Note that nothing happens. Wonder if this is something in my setup, but anyway there should be a helpful message instead of just a page reload. Couldn't find any error in the logs. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:25:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:25:23 +0000 Subject: [Koha-bugs] [Bug 19187] Renewals don't work from the web based self check In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19187 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |major -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:30:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:30:46 +0000 Subject: [Koha-bugs] [Bug 19187] Renewals are offered, but don' t work from the web based self check with OpacRenewalAllowed OFF In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19187 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Renewals don't work from |Renewals are offered, but |the web based self check |don't work from the web | |based self check with | |OpacRenewalAllowed OFF --- Comment #1 from Katrin Fischer --- After some more testing OpacRenewalAllowed makes the difference. But the current behaviour makes no sense: Either we should not offer renewal functionality or it should work. :) I think it might be nice to have this controlled by a separate preference as the SCO is neither staff nor OPAC. If this ever worked, restoring former behaviour might be enough for a bug fix. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:33:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:33:48 +0000 Subject: [Koha-bugs] [Bug 19188] New: Self checkout: missing space if fine amount is blocking renewal Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19188 Bug ID: 19188 Summary: Self checkout: missing space if fine amount is blocking renewal Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Self checkout Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org When a fine amount is blocking the renewal in the web based self checkout, the message reads like: ... EUR15.00 ... EUR is the active currency in my system, so display might vary a bit. We should add a space there and it might be nice to use the Price TT plugin for formatting the fine nicely. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:33:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:33:58 +0000 Subject: [Koha-bugs] [Bug 19188] Self checkout: missing space if fine amount is blocking renewal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19188 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:34:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:34:17 +0000 Subject: [Koha-bugs] [Bug 19187] Renewals are offered, but don' t work from the web based self check with OpacRenewalAllowed OFF In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19187 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:38:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:38:17 +0000 Subject: [Koha-bugs] [Bug 18251] SCO alerts - need a trigger for successful checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18251 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #28 from Katrin Fischer --- Filed bug 19187 - figured out it was OpacRenewalAllowed. Renewals are ok (sound and note), but no sound and note for successful checkouts. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:39:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:39:37 +0000 Subject: [Koha-bugs] [Bug 18503] Confusing hold and transfer dialog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18503 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #8 from Katrin Fischer --- Hi Christopher, you might have run into bug 19116 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:48:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:48:52 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 --- Comment #9 from Katrin Fischer --- Testing now - I think we might need a unit test for QA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:57:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:57:14 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:57:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:57:17 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66307|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer --- Created attachment 66511 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66511&action=edit Bug 19116: Hold not set to waiting after transfer Test plan: 0) Do not apply the patch 1) Place hold on item from another branch 2) Switch to that branch 3) Check them in at the other branch to set them into transport status (T) 4) Switch back to your homebranch 5) Check items in again, use the different confirm buttons and compare: Only "confirm and print" will be set to waiting, "confirm" remains in transport. 6) Apply the patch 7) Repeat 1-5 - now should work as expected - the hold is marked waiting on "confirm" button too 8) Check the hold from the same branch, to make sure this doesn't add regression Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 13:57:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 11:57:47 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 --- Comment #11 from Katrin Fischer --- Thx a lot, Josef! Works perfectly! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 14:05:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 12:05:24 +0000 Subject: [Koha-bugs] [Bug 18836] Table 'koha_library.club_enrollments' doesn't exist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18836 --- Comment #14 from Katrin Fischer --- Hi Freddy, same question to you: Are you running MySQL 5.7 by chance? See here: https://wiki.koha-community.org/wiki/Koha_on_Debian#Debian_Packages_on_Koha -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 14:06:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 12:06:21 +0000 Subject: [Koha-bugs] [Bug 18853] Module wise email alerts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18853 --- Comment #3 from Katrin Fischer --- Thx for clarifying! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 14:07:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 12:07:40 +0000 Subject: [Koha-bugs] [Bug 18853] Allow to set different email addresses for sending emails from different modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18853 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Module wise email alerts |Allow to set different | |email addresses for sending | |emails from different | |modules -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 14:33:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 12:33:32 +0000 Subject: [Koha-bugs] [Bug 18580] Account-pay does not apply credits / clear old fines as did recordpayment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18580 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- Hi Colin, I think the behaviour is still a bit odd. Your patch works, but only if the fine was created first. I think sequence should not matter? I have made sure to restart Plack after applying the patch: Test plan: 1) Created to fines, 1.00 each 2) Created a credit, 1.00 3) Balance is at 1.00 4) Pay amount of 1.00 1.00 is paid, Credit and other fine remain unchanged (amount <> 0) 1) Created a credit, 1.00 2) Created to fines, 1.00 each 3) Balance is at 1.00 4) Pay amount of 1.00 All amount outstanding are set to 0.00. Good. I appears it only works if the credit was created before the fines were. I used a fresh patron account for each test. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 15:02:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 13:02:30 +0000 Subject: [Koha-bugs] [Bug 18537] Update Ukrainian installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18537 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Medium patch Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 15:02:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 13:02:43 +0000 Subject: [Koha-bugs] [Bug 18537] Update Ukrainian installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18537 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66382|0 |1 is obsolete| | --- Comment #13 from Katrin Fischer --- Created attachment 66512 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66512&action=edit Bug 18537 - Update Ukrainian installer sample files for 17.05 Update and translate sample SQL files of the Ukrainian installer. To test: - Start with an empty database - Install uk-UA - Run the web installer in uk-UA/Ukrainian - Verify all files load without any problems. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 15:04:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 13:04:22 +0000 Subject: [Koha-bugs] [Bug 18537] Update Ukrainian installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18537 --- Comment #14 from Katrin Fischer --- I have tested the web installer with MARC21 and UNIMARC, installing all sample files each time. There were no SQL errors. I would suggest to bring the Ukrainian installer more in line with the en installer long term, as this might help with new features like the onboarding tool and with updating in the future. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 20:31:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 18:31:55 +0000 Subject: [Koha-bugs] [Bug 19189] New: Reserving and renewing item in OPAC selenium test Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19189 Bug ID: 19189 Summary: Reserving and renewing item in OPAC selenium test Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Test Suite Assignee: alexbuckley at catalyst.net.nz Reporter: alexbuckley at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org This Selenium test will start with a biblio being cataloged using a z39.50 target, then items are added. Then the OPAC reserve functionality is tested by loading the OPAC and placing a hold on the item. Then the item is checked out to the user in the intranet, and the OPAC renew functionality is tested by loading the OPAC and renewing the item -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 21:34:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 19:34:03 +0000 Subject: [Koha-bugs] [Bug 19189] Reserving and renewing item in OPAC selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19189 --- Comment #1 from Alex Buckley --- Created attachment 66513 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66513&action=edit Bug 19189 - OPAC reserve and renew selenium test This Selenium test will catalog an item using the Z39.50 target and add items to the biblio. Then it will test the OPAC reserve functionality and if the item is successfully reserved then the test outout 'Hold successfully placed will be displayed. Then the item is checked out to the patron in the intranet. Then the OPAC renew functionality is tested and if the reserve functionality is successful then the test output 'Item has been renewed' will be displayed Test plan (this test plan includes how to install Selenium as well as how to run this test, for the benefit of people who have not got Selenium installed on their machines): 1. wget https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar 2. vim /etc/apt/sources.list.d/firefox.list 3. Paste into the file: deb http://packages.linuxmint.com debian import 4. sudo apt-get update 5. sudo apt-get install firefox 6. sudo apt-get install xvfb 7. Set the SELENIUM_PATH vartiable: SELENIUM_PATH=/home/vagrant/kohaclone/selenium-server-standalone-2.53.0.jar 8. Xvfb :1 -screen 0 1024x768x24 2>&1 >/dev/null & 9. DISPLAY=:1 java -jar $SELENIUM_PATH Note: This will start up the selenium server. Everytime you want to shutdown this terminal window and want to restart Selenium just run the step 9 command to restart the Selenium server 10. Open a new terminal window and write in: git clone https://github.com/gempesaw/Selenium-Remote-Driver --branch build/master --single-branch --depth 1 11. cd Selenium-Remote-Driver 12. perl Makefile.PL 13. make 14. make test 15. sudo make install 16. Now everything is installed and you can set up for running the selenium tests 17. Drop and recreate the Koha database and restart memcached 18. Go through the web installer installing all sample data and onboarding tool 19. Create a superlibrarian user with the username koha and password koha 20. If your usual port configuration for the intranet and OPAC is 8081 and 8080 respectively then set the staffClientBaseURL and OPACBaseURL system preferences to localhost:8080 and localhost:80 respectively 21. Make sure the OPACRenewalAllowed system preference is set to 'Allow' 22. Create a circulation and fine rule which allows multiple holds and holds per record 23. sudo koha-shell 24. perl t/db_dependent/selenium/opac_reserveitem.t 25. The test should pass. Note: The time_diff comments in the test output showing what the test is doing Note: If you have issues with installing Selenium and Selenium::Remote::Driver please write a comment on the bug report and I will be more than happy to create a screencapture video showing all the steps Note: Warns in front of the $driver->get_title() function have been implemented because during troubleshooting they were found to be an effective solution for stopping the test from failing due to not being able to find an element on the page. If anyone can suggest an alternative to using these warns please do Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 21:34:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 19:34:32 +0000 Subject: [Koha-bugs] [Bug 19189] Reserving and renewing item in OPAC selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19189 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 21:34:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 19:34:52 +0000 Subject: [Koha-bugs] [Bug 18974] Cataloging MARC21 record and adding item selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18974 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19189 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 21:34:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 19:34:52 +0000 Subject: [Koha-bugs] [Bug 19189] Reserving and renewing item in OPAC selenium test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19189 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18974 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 22:50:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 20:50:55 +0000 Subject: [Koha-bugs] [Bug 18355] Permanent location should show with cart location In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18355 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 22:51:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 20:51:00 +0000 Subject: [Koha-bugs] [Bug 18355] Permanent location should show with cart location In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18355 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66432|0 |1 is obsolete| | --- Comment #16 from Alex Buckley --- Created attachment 66514 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66514&action=edit Bug 18355: Modifies location on detail pages. TEST PLAN 1) Make sure ReturnToShelvingCart is set to Move. 2) Check in an item. 3) View the item in detail.pl and opac-detail.pl and see that only the cart location shows. 4) Apply patch and view the item again in check detail.pl and opac-detail.pl. You should now see the permanent location, and the cart location in parenthesis. 5) Check another item that was not checked in. You should see the permanent location and not a secondary location. Followed test plan, patch worked as described. Passes QA test Signed-off-by: Alex Buckley -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 22:53:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 20:53:26 +0000 Subject: [Koha-bugs] [Bug 18355] Permanent location should show with cart location In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18355 --- Comment #17 from Alex Buckley --- Hi Christopher Your patch works as described and I have signed off on it, I have added your test plan from comment 2 onto the patch as I know it makes it easier for the Release Manager -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 23:49:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 21:49:44 +0000 Subject: [Koha-bugs] [Bug 15766] Give label and patron card batches a description In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15766 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 23:49:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 21:49:47 +0000 Subject: [Koha-bugs] [Bug 15766] Give label and patron card batches a description In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15766 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63221|0 |1 is obsolete| | Attachment #63222|0 |1 is obsolete| | Attachment #63223|0 |1 is obsolete| | --- Comment #16 from Aleisha Amohia --- Created attachment 66515 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66515&action=edit Bug 15766: Adding descriptions to patron card batches This patch adds a 'description' column to the creator_batches table. The description for a batch can be added and updated using ajax. To test: 1) Apply patch and update database (you will have to restart memcached) 2) Go to Tools -> Patron card creator -> Manage batches 3) There should now be a Description column next to Batch ID. This will be empty (as none of the batches have descriptions yet) 4) Click Edit for any batch 5) Notice new Batch description text field. Enter a description for the batch in here and click Save description. Some text should show saying the description was saved. 6) If you go back to the manage batches page, the description should now show under the Description column. 7) Go to Tools -> Label Creator -> Manage labels 8) Repeat steps 3 to 6 Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 23:52:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 21:52:41 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 23:52:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 21:52:46 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65699|0 |1 is obsolete| | --- Comment #6 from Alex Buckley --- Created attachment 66516 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66516&action=edit Bug 18636: Sysprefs: Add explanation for conflict autonumbernum / BorrowerMandatoryFields This patch adds a note to the system preferences autonembernum and BorrowerMandatoryFields regarding a conflict if automembernum is on and BorrowerMandatoryFields contains cardnumber. To reproduce issue: See initial comment. To test: - Apply patch - Verify that in system preferences note appears with both prefs automembernum and BorrowerMandatoryFields Followed test plan, works as described Signed-off-by: Alex Buckley -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sun Aug 27 23:56:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 21:56:57 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 --- Comment #23 from Aleisha Amohia --- (In reply to Marcel de Rooy from comment #22) > + my @funds = > Koha::Database->new()->schema->resultset('Aqbudget')->search({ > budget_period_id => $budgetperiod->{budget_period_id} }); > > Please introduce a Koha Object for that one. > Copy and paste operation. Should not be hard ;) Hi Marcel, Where is this line? It may have been fixed in a follow-up patch as I can't find it in the most recent version. Aleisha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 00:08:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 22:08:50 +0000 Subject: [Koha-bugs] [Bug 19121] Prevent XSS in the Staff Client and the OPAC - bis In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19121 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #9 from Chris Cormack --- (In reply to Jonathan Druart from comment #7) > Hi Robin, > > Thanks for your input! > > I have to admit that I should have explained what I have in mind a bit more. > At the moment we are facing lot of XSS vulnerabilities caused by input > parameters we sent to the template: > $template->param( foo => scalar $cgi->param('foo') ) > and them [% foo %] > > That is our main problem. > > Of course the idea was not to insert escaped strings into the DB, but to > trust data from DB (inserted from staff, not OPAC), and not url parameters. > Which is wrong (!) and just move the escape problem to somewhere else (we > will have to list the variable we trust and the ones we do not). I am > obsoleting my proposal. > > Fixing XSS incrementally scared me. First it will be long and hard to be > exhaustive, then we will not be regression proof. This won't save us from stored XSS either, I think scripting adding the |something to all non filtered output and changing the ones we don't want is probably the safest way to go. Long and annoying, but in the end easy to test for with QA scripts. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 00:14:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 22:14:03 +0000 Subject: [Koha-bugs] [Bug 18606] Move rotating collections code to Koha::Object In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18606 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleisha at catalyst.net.nz Status|Needs Signoff |Failed QA --- Comment #54 from Aleisha Amohia --- Hi Josef I have one test failing in t/db_dependent/Circulation.t. I've pasted the output here: http://paste.koha-community.org/621 All other tests pass. Some notes from following the rest of your test plan: When deleting a collection, two different confirmation boxes pop up. (i know this is the behaviour before your patches) Deleting a collection with items was no different from deleting a collection without items (no error message to say the collection had items). No difference when returning an item in an untransferred collection and returning an item in a transferred collection I know the first point is the original behaviour before your patches. Unfortunately I can't test whether the second and third points are the expected behaviour because rotating collections appears to be broken for me without your patches! :) If the behaviour I've described is expected, then everything looks good. Setting to Failed QA for the failed test. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:04:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:04:28 +0000 Subject: [Koha-bugs] [Bug 19180] Vendor name is missing from breadcrumbs when closing an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19180 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:04:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:04:31 +0000 Subject: [Koha-bugs] [Bug 19180] Vendor name is missing from breadcrumbs when closing an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19180 --- Comment #1 from Aleisha Amohia --- Created attachment 66517 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66517&action=edit Bug 19180: Add vendor name to breadcrumbs when closing an order To test: 1) Go to Acquisitions 2) Find a vendor and a basket 3) Click 'Close basket' button 4) Notice that on confirmation page, breadcrumbs are missing vendor 5) Apply patch and refresh page 6) Vendor name should now show 7) Confirm link to vendor works as expected Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:04:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:04:44 +0000 Subject: [Koha-bugs] [Bug 19180] Vendor name is missing from breadcrumbs when closing an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19180 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleisha at catalyst.net.nz Assignee|koha-bugs at lists.koha-commun |aleisha at catalyst.net.nz |ity.org | Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:07:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:07:10 +0000 Subject: [Koha-bugs] [Bug 16826] REST API: Add API routes for getting item availability and holdability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16826 Jiri Kozlovsky changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff --- Comment #48 from Jiri Kozlovsky --- Changing this to Needs Sign-off (I can see no discussion in here) Btw Lari, nice job ! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:23:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:23:53 +0000 Subject: [Koha-bugs] [Bug 18915] Creating a checkout note (patron note) sends an incomplete email message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:23:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:23:57 +0000 Subject: [Koha-bugs] [Bug 18915] Creating a checkout note (patron note) sends an incomplete email message In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64937|0 |1 is obsolete| | --- Comment #7 from Aleisha Amohia --- Created attachment 66518 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66518&action=edit Bug 18915: Fix checkout note email message This patch replaces the <> in the email with <> and uses CHECKOUT_NOTE instead of PATRON_NOTE. This patch also adds the notice to installer/data/mysql/en/mandatory/sample_notices.sql, and updates the PATRON_NOTE entry in installer/data/mysql/updatedatabase.pl To test: 1) Apply patch and update database 2) View the message_queue table in mysql 3) Check out an item if haven't already 4) Go to OPAC and set a checkout note for an item 5) View message_queue table and confirm it the title is included in the email and all instances of 'patron note' have been replaced with 'checkout note' 6) Disable javascript in browser 7) repeat steps 4 and 5 and confirm all works as expected Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:35:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:35:08 +0000 Subject: [Koha-bugs] [Bug 19029] Move the clone button and implement a security question on smart-rules.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19029 --- Comment #4 from Alex Buckley --- Created attachment 66519 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66519&action=edit Bug 19029 - Added JavaScript security question for cloning circ rules This patch introduces a Javascript security question which is displayed to the user when they try to clone a circulation rule to a specific branch when the rule is a 'Standard rule for all libraries" The rationale for this patch is when the cloning takes place it overwrites the existing rules of the destination branch and there is no notification of this to the user. Therefore by implementing this patch the user is asked if they want to clone the rule (if the rule is standard accross all libraries) and are told that it will overwrite the rules in the destination branch. Test plan: 1. Create a circulation rule for all libraries 2. Make sure the 'select a library' option is set to 'Standard rules for all libraries" 3. Click the 'Clone' button and notice that the cloning takes place without any warning that it will overwrite the rules of the destination branch 4. Apply patch 5. Return to the circulation and fine rules page 6. Repeat step 2 7. Click the clone button and notice a alert box appears asking if you are sure you want to clone the standard rule to the destination branch. Note: The name of the destination branch is included in the alert. Also note that the user is informed of the consequences of performing the action, i.e. that it will overwrite the existing rules in the destination branch 8. Click 'Cancel' and notice that no cloning occurs 9. Click the clone button again and this time click 'OK' and notice that the cloning takes place 10. Return to the Circulation and fine rules page and set the 'Select a library' option to the name of an individual branch 11. Click the clone button and notice that the clone action takes place Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:35:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:35:28 +0000 Subject: [Koha-bugs] [Bug 19029] Move the clone button and implement a security question on smart-rules.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19029 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:38:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:38:42 +0000 Subject: [Koha-bugs] [Bug 5592] circ rule cloning can be dangerous In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5592 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexbuckley at catalyst.net.nz --- Comment #2 from Alex Buckley --- Hi The patch I have attached to bug 19029 partially addresses the issues in this bug report. My patch provides a JavaScript security question asking the user to confirm that they want to Clone the circulation and fine rules when the Select a library option is set to 'Standard rules for all libraries'. -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:39:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:39:16 +0000 Subject: [Koha-bugs] [Bug 5592] circ rule cloning can be dangerous In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5592 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19029 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:39:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:39:16 +0000 Subject: [Koha-bugs] [Bug 19029] Move the clone button and implement a security question on smart-rules.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19029 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=5592 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:40:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:40:43 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66192|0 |1 is obsolete| | --- Comment #114 from Aleisha Amohia --- Created attachment 66520 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66520&action=edit [SIGNED-OFF] Bug 14385: Extend OpacHiddenItems to allow specifying exempt borrower categories Edit: Fixing merge conflicts in - t/db_dependent/Items.t - t/db_dependent/Search.t - C4/Search.pm Changes the API for calling GetHiddenItems and all the places in the code that call it. This is to allow borrower categories to be passed in. Adds an OpacHiddenItemsExceptions syspref to allow certain borrower categories to be able to see items, even if they are marked hidden by OpacHiddenItems To test: 1) Make two borrowers, one in a category that should see everything (ie Adult), and another in a category that should only see certain things (ie Adult - exceptions) 2) Add the borrower that can see everything (the Adult) to OpacHiddenItemsExceptions 3) To the OpacHiddenItems syspref, add an item type (ensure that you have some records that fall under this type in your library). 4) Log in as the borrower that should only see certain things (Adult - exception) 5) Do a search, filtered to show records which are the item type that you specified in the OpacHiddenItems syspref. No records should show for this borrower as this item type is hidden to them. 6) Log in as the borrower that should see everything (Adult) 7) Do the same search. There should be results from this search, as this borrower category has been specified as an exception to the hidden items Signed-off-by: Claire Gravely Signed-off-by: Mark Tompsett Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:40:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:40:55 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66193|0 |1 is obsolete| | --- Comment #115 from Aleisha Amohia --- Created attachment 66521 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66521&action=edit [SIGNED-OFF] Bug 14385 Followup: C4::Borrowers not found GetMember is in C4::Members, not C4::Borrowers Signed-off-by: Claire Gravely Signed-off-by: Mark Tompsett Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:41:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:41:14 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66195|0 |1 is obsolete| | --- Comment #117 from Aleisha Amohia --- Created attachment 66523 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66523&action=edit [SIGNED-OFF] Bug 14385: Added missing GetHiddenItems parameter change case Without this prove t had a failure. Signed-off-by: Mark Tompsett Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:41:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:41:04 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66194|0 |1 is obsolete| | --- Comment #116 from Aleisha Amohia --- Created attachment 66522 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66522&action=edit [SIGNED-OFF] Bug 14385: Followup: changes to sysprefs.sql and atomicupdate Run updatedatabase.pl when testing Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:41:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:41:22 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66196|0 |1 is obsolete| | --- Comment #118 from Aleisha Amohia --- Created attachment 66524 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66524&action=edit [SIGNED-OFF] Bug 14385: Always use mocks, not set_preference Signed-off-by: Mark Tompsett Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:41:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:41:32 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66197|0 |1 is obsolete| | --- Comment #119 from Aleisha Amohia --- Created attachment 66525 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66525&action=edit [SIGNED-OFF] Bug 14385: Tweaks so t/db_dependent/00-strict.t passes There was a typo botcat vs borcat and borrowernumber was never defined. Grabbing from userenv, like other code does. Signed-off-by: Mark Tompsett Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:41:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:41:41 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66198|0 |1 is obsolete| | --- Comment #120 from Aleisha Amohia --- Created attachment 66526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66526&action=edit [SIGNED-OFF] Bug 14385: Tweak t/db_dependent/Items.t to fully test changes This will test all the if structures fully in GetHiddenItemnumbers. prove t/db_dependent/Items.t Signed-off-by: Mark Tompsett Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:41:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:41:50 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66199|0 |1 is obsolete| | --- Comment #121 from Aleisha Amohia --- Created attachment 66527 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66527&action=edit [SIGNED-OFF] Bug 14385: Tweak borrower category code $borrower->{categorycode} on a Koha::Patron is not the same as $borrower->categorycode. Fixed error. Signed-off-by: Mark Tompsett Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:42:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:42:00 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66200|0 |1 is obsolete| | --- Comment #122 from Aleisha Amohia --- Created attachment 66528 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66528&action=edit [SIGNED-OFF] Bug 14385: Search was returning URLS for wrong interface There was one search context place wrong. Changed it to $is_opac as the logic for setting $is_opac was modified correctly. Signed-off-by: Mark Tompsett Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:42:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:42:09 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66201|0 |1 is obsolete| | --- Comment #123 from Aleisha Amohia --- Created attachment 66529 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66529&action=edit [SIGNED-OFF] Bug 14385: Corrected issues with category code. When a user isn't logged in, $borrower is undef and causes error when determining category code. Added conditional check. Signed-off-by: Mark Tompsett Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:42:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:42:27 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66203|0 |1 is obsolete| | --- Comment #125 from Aleisha Amohia --- Created attachment 66531 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66531&action=edit [SIGNED-OFF] Bug 14385: Fix QA Test tool failures C4/Search.pm had some tabs. Signed-off-by: Mark Tompsett Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:42:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:42:35 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66204|0 |1 is obsolete| | --- Comment #126 from Aleisha Amohia --- Created attachment 66532 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66532&action=edit [SIGNED-OFF] Bug 14385: Add some commenting to make sense of logic Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:42:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:42:18 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66202|0 |1 is obsolete| | --- Comment #124 from Aleisha Amohia --- Created attachment 66530 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66530&action=edit [SIGNED-OFF] Bug 14385: Properly trigger all changes in C4/Search.pm Signed-off-by: Mark Tompsett Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:42:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:42:43 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66205|0 |1 is obsolete| | --- Comment #127 from Aleisha Amohia --- Created attachment 66533 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66533&action=edit [SIGNED-OFF] Bug 14385: Refactor EmbedItemsInMarcBiblio parameters to hashref Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:42:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:42:44 +0000 Subject: [Koha-bugs] [Bug 19178] Remove outdated sms/* scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19178 --- Comment #2 from David Cook --- Comment on attachment 66496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66496 Bug 19178 - Remove outdated sms/* scripts and related files Review of attachment 66496: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19178&attachment=66496) ----------------------------------------------------------------- ::: t/db_dependent/00-strict.t @@ +19,1 @@ > 'sms', 'suggestion', 'svc', 'tags', 'tools', 'virtualshelves' ); I think this 'sms' reference needs to be removed as well? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:42:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:42:51 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66206|0 |1 is obsolete| | --- Comment #128 from Aleisha Amohia --- Created attachment 66534 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66534&action=edit [SIGNED-OFF] Bug 14385: Trigger GetMarcBiblio's EmbedItemsInMarcBiblio call. prove t/db_dependent/Items.t Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:43:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:43:03 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66207|0 |1 is obsolete| | --- Comment #129 from Aleisha Amohia --- Created attachment 66535 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66535&action=edit [SIGNED-OFF] Bug 14385: Add missing test to trigger Koha/BiblioUtils/Iterator change Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:43:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:43:13 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66208|0 |1 is obsolete| | --- Comment #130 from Aleisha Amohia --- Created attachment 66536 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66536&action=edit [SIGNED-OFF] Bug 14385: Add borrower category overrides These files generally add borcat parameter to GetMarcBiblio. Others might include correction of filtering of items (opac-basket), or a comment as to why no changes were done (opac-search). In the case of opac-search, correcting the first FIXME will likely correct the OpacHiddenItems issues on tags. As such, that is beyond this bugs scope. Some code had loop optimizations and fixes made, like a 'next unless $record' when the biblio shouldn't even be in the list. Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:43:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:43:22 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66209|0 |1 is obsolete| | --- Comment #131 from Aleisha Amohia --- Created attachment 66537 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66537&action=edit [SIGNED-OFF] Bug 14385: Modify opac-ISBDdetail and opac-MARCdetail Both files had similar logic. They were rearranged and optimized, so that both files would have practically identical initial blocks of code. Optimizations were possible, because GetMarcBiblio returns a filtered record, so that there is no double call (once in the opac-### file and once in GetMarcBiblio) to GetHiddenItemnumbers. Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:43:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:43:31 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66210|0 |1 is obsolete| | --- Comment #132 from Aleisha Amohia --- Created attachment 66538 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66538&action=edit [SIGNED-OFF] Bug 14385: Fix hiding in opac-tags opac/opac-tags.pl was not properly hiding. There is currently one known bug associated with tags left. If you have two biblios tagged by different people with the same tag, the opac-search will show the one you tagged that is supposed to be hidden, because tag searches work differently than regular searches. This is beyond the scope of this bug. See the FIXME's in opac/opac-search.pl Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:43:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:43:40 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66302|0 |1 is obsolete| | --- Comment #133 from Aleisha Amohia --- Created attachment 66539 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66539&action=edit [SIGNED-OFF] Bug 14385: Trigger the C4::ILSDI::Services changes prove t/db_dependent/ILSDI_Services.t Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:43:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:43:49 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66303|0 |1 is obsolete| | --- Comment #134 from Aleisha Amohia --- Created attachment 66540 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66540&action=edit [SIGNED-OFF] Bug 14385: Added missing 'my' Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:43:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:43:57 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66347|0 |1 is obsolete| | --- Comment #135 from Aleisha Amohia --- Created attachment 66541 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66541&action=edit [SIGNED-OFF] Bug 14385: Test C4/Labels/Label.pm changes Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:44:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:44:07 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66361|0 |1 is obsolete| | --- Comment #136 from Aleisha Amohia --- Created attachment 66542 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66542&action=edit [SIGNED-OFF] Bug 14385: Improve C4::Record::marcrecord2csv test cases Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:44:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:44:16 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66372|0 |1 is obsolete| | --- Comment #137 from Aleisha Amohia --- Created attachment 66543 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66543&action=edit [SIGNED-OFF] Bug 14385: Corrected opac-details searchResult call Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:44:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:44:25 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66401|0 |1 is obsolete| | --- Comment #138 from Aleisha Amohia --- Created attachment 66544 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66544&action=edit [SIGNED-OFF] Bug 14385: Fix breaking issues constraint in ITerator test Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:44:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:44:34 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66403|0 |1 is obsolete| | --- Comment #139 from Aleisha Amohia --- Created attachment 66545 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66545&action=edit [SIGNED-OFF] Bug 14385: Fix ILSDI_Services test when clubs with branch exist Signed-off-by: Aleisha Amohia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:45:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:45:09 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #140 from Aleisha Amohia --- Sorry for the spam! Signing off on all patches -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 01:47:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 27 Aug 2017 23:47:00 +0000 Subject: [Koha-bugs] [Bug 19178] Remove outdated sms/* scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19178 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #3 from David Cook --- I think t/00-testcritic.t might also need its 'sms' reference removed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 04:38:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 02:38:28 +0000 Subject: [Koha-bugs] [Bug 19029] Move the clone button and implement a security question on smart-rules.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19029 --- Comment #5 from Alex Buckley --- In the patch I have attach I implemented a security question but have not moved the clone button, please let me know if you think I need to move the clone button as well, because I personally think the security question is a great improvement on the previous behaviour and the moving of the clone button is not needed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 07:29:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 05:29:21 +0000 Subject: [Koha-bugs] [Bug 19029] Move the clone button and implement a security question on smart-rules.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19029 --- Comment #6 from Marc V?ron --- While testing I get: 'Cloning of circulation and fine rules failed!' Plack error log says: DBD::mysql::st execute failed: Duplicate entry '5' for key 'PRIMARY' [for Statement "INSERT INTO issuingrules SELECT * FROM tmpissuingrules WHERE branchcode=?" with ParamValues: 0="MPL"] at /home/marc/koha/admin/clone-rules.pl line 86. Seems to be a separate bug, but it makes impossible to test here. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 07:55:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 05:55:48 +0000 Subject: [Koha-bugs] [Bug 18231] Add the missing id-column to koha.issuingrules-table for DBIC fixtures In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18231 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19029 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 07:55:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 05:55:48 +0000 Subject: [Koha-bugs] [Bug 19029] Move the clone button and implement a security question on smart-rules.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19029 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18231 --- Comment #7 from Marc V?ron --- (In reply to Marc V?ron from comment #6) > While testing I get: > 'Cloning of circulation and fine rules failed!' > Plack error log says: > DBD::mysql::st execute failed: Duplicate entry '5' for key 'PRIMARY' [for > Statement "INSERT INTO issuingrules SELECT * FROM tmpissuingrules WHERE > branchcode=?" with ParamValues: 0="MPL"] at > /home/marc/koha/admin/clone-rules.pl line 86. > > Seems to be a separate bug, but it makes impossible to test here. Could be related to Bug 18231 - Add the missing id-column to koha.issuingrules-table for DBIC fixtures -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 08:42:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 06:42:41 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66037|[SIGNED-OFF] Bug 19004: |Bug 19004: Patrons.t should description|Patrons.t should create its |create its own data for |own data for enrollment |enrollment fees. |fees. | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 08:42:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 06:42:58 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66038|[SIGNED-OFF] [SIGNED-OFF] |Bug 19004: Adjust AddReturn description|Bug 19004: Adjust AddReturn |for retrieving item type |for retrieving item type | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 08:46:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 06:46:15 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 --- Comment #11 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #8) > Created attachment 66486 [details] [review] > Bug 19004: build_object takes care of existing data > > Signed-off-by: Jonathan Druart It works, but it will trigger a "unique violation" warning from build. Which is valid since build should create data not find it. (I once proposed a flag to suppress this warning, but it was not welcomed.) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 08:51:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 06:51:06 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 --- Comment #12 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #10) > Actually either the previous version was good (to handle specific cases, > i.e. wrong data) and yours is wrong, or we could just use $item->{itype}. We can just use $item->{itype}. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 08:52:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 06:52:55 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 --- Comment #13 from Marcel de Rooy --- Created attachment 66546 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66546&action=edit Bug 19004: [QA Follow-up] No need to check item-level_itypes again As Jonathan pointed out, GetItem already called effective_itemtype. So we can just use $item->{itype} here. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 08:57:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 06:57:59 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 --- Comment #14 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #11) > (In reply to Jonathan Druart from comment #8) > > Created attachment 66486 [details] [review] [review] > > Bug 19004: build_object takes care of existing data > > > > Signed-off-by: Jonathan Druart > > It works, but it will trigger a "unique violation" warning from build. Which > is valid since build should create data not find it. (I once proposed a flag > to suppress this warning, but it was not welcomed.) It does not work: # Subtest: add_enrolment_fee_if_needed 1..4 Violation of unique constraint in Category at /usr/share/koha/masterclone/t/lib/ TestBuilder.pm line 233. # No tests run! not ok 14 - No tests run for subtest "add_enrolment_fee_if_needed" # Failed test 'No tests run for subtest "add_enrolment_fee_if_needed"' # at t/db_dependent/Koha/Patrons.t line 426. Can't call method "enrolmentfee" on an undefined value at t/db_dependent/Koha/Pa trons.t line 381. # Looks like your test exited with 255 just after 14. Obsoleting this patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 08:58:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 06:58:11 +0000 Subject: [Koha-bugs] [Bug 19004] Koha/Patrons.t fails when item-level_itypes is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19004 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66486|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 08:59:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 06:59:17 +0000 Subject: [Koha-bugs] [Bug 10784] SMS-related code needs improvements In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10784 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #4 from Magnus Enger --- *** This bug has been marked as a duplicate of bug 19178 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 08:59:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 06:59:17 +0000 Subject: [Koha-bugs] [Bug 19178] Remove outdated sms/* scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19178 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no --- Comment #4 from Magnus Enger --- *** Bug 10784 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 09:01:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 07:01:18 +0000 Subject: [Koha-bugs] [Bug 19179] Email option for SMSSendDriver is not documented as a valid setting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19179 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=18091 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 09:01:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 07:01:18 +0000 Subject: [Koha-bugs] [Bug 18091] No documentation for SMS via email in 16.05 or 16.11 documentation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18091 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19179 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 09:03:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 07:03:31 +0000 Subject: [Koha-bugs] [Bug 18351] No warning when deleting budgets that have funds attached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18351 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #24 from Marcel de Rooy --- (In reply to Aleisha Amohia from comment #23) > (In reply to Marcel de Rooy from comment #22) > > + my @funds = > > Koha::Database->new()->schema->resultset('Aqbudget')->search({ > > budget_period_id => $budgetperiod->{budget_period_id} }); > > > > Please introduce a Koha Object for that one. > > Copy and paste operation. Should not be hard ;) > > Hi Marcel, > > Where is this line? It may have been fixed in a follow-up patch as I can't > find it in the most recent version. > > Aleisha OK I did not check that. Will come back here later. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 09:13:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 07:13:12 +0000 Subject: [Koha-bugs] [Bug 18921] Resolve a few warnings in C4/XSLT.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18921 --- Comment #3 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #2) > Same here: > Tried to test this, but was not able to make the warn show in the logs on > kohadevbox. Checked koha-plack-err and koha-opac-err. Any pointers? Hmm. I see that I have some items where itype=NULL. Which is sufficient to trigger these warns. May not be wide spread, but these tests do not hurt. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 09:16:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 07:16:51 +0000 Subject: [Koha-bugs] [Bug 18923] Resolve a warn in Biblio::GetCOinSBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18923 --- Comment #3 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #2) > Tried to test this, but was not able to make the warn show in the logs on > kohadevbox. Checked koha-plack-err and koha-opac-err. > Also made sure my result list had some records with 773 (analytics) Enable COinSinOPACResults. Make sure that either 773a or 773t is not there. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 09:18:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 07:18:25 +0000 Subject: [Koha-bugs] [Bug 18923] Resolve a warn in Biblio::GetCOinSBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18923 --- Comment #4 from Katrin Fischer --- Sorry, but already did that :( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 09:36:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 07:36:37 +0000 Subject: [Koha-bugs] [Bug 17467] There should be a koha-zebra script to handle Zebra daemons for instances In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17467 --- Comment #20 from Marcel de Rooy --- Tomas, this patch does (indeed) not need dev_install/adjust_paths_dev_install since it does not refer to KOHA_HOME or PERL5LIB. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 09:40:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 07:40:20 +0000 Subject: [Koha-bugs] [Bug 18923] Resolve a warn in Biblio::GetCOinSBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18923 --- Comment #5 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #4) > Sorry, but already did that :( And without this patch, perform some opac searches (that include the record with incomplete 773) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 09:47:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 07:47:56 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66332|0 |1 is obsolete| | --- Comment #54 from Marcel de Rooy --- Created attachment 66547 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66547&action=edit Bug 10306: Adjusted online help text for koha2marclinks Test plan: Click on Help. Read the text. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 09:48:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 07:48:03 +0000 Subject: [Koha-bugs] [Bug 10306] Koha to MARC mappings (Part 1): Allow multiple mappings per kohafield (for say 260/RDA 264) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10306 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66405|0 |1 is obsolete| | --- Comment #55 from Marcel de Rooy --- Created attachment 66548 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66548&action=edit Bug 10306: [QA Follow-up] Correct a TestBuilder call In order to create a new framework, MarcSubfieldStructure was used as source. This works since that table contains a FK for frameworkcode. But obviously, we should use BiblioFramework as source. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 09:51:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 07:51:30 +0000 Subject: [Koha-bugs] [Bug 18923] Resolve a warn in Biblio::GetCOinSBiblio In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18923 --- Comment #6 from Katrin Fischer --- Hm, misread, NOT there. Will try that later. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 10:23:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 08:23:16 +0000 Subject: [Koha-bugs] [Bug 11046] Better handling of uncertain years for publicationyear/ copyrightdate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 10:23:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 08:23:18 +0000 Subject: [Koha-bugs] [Bug 11046] Better handling of uncertain years for publicationyear/ copyrightdate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046 --- Comment #3 from Marcel de Rooy --- Created attachment 66549 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66549&action=edit Bug 11046: Better handling of uncertain years for publicationyear This patch makes it possible that uncertain year like 18.. or 197x are converted to 1800 or 1970 in Koha field copyrightdate (MARC21) or publicationyear (UNIMARC). (The corresponding MARC record will not be changed obviously.) This change will allow for better results when sorting search results or list contents on copyrightdate. Currently, things like 18.. will sort together with zero. Note: The regex now allows four possible uncertain year markers: x or X, question mark or dot. Test plan: [1] Run t/db_dependent/Biblio/TransformMarcToKoha.t [2] Edit a biblio record. Save 18.. into 260c. Check biblio.copyrightdate. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 10:24:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 08:24:31 +0000 Subject: [Koha-bugs] [Bug 11046] Better handling of uncertain years for publicationyear/ copyrightdate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046 --- Comment #4 from Marcel de Rooy --- Watch the dependencies ! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 11:59:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 09:59:06 +0000 Subject: [Koha-bugs] [Bug 19190] New: Silly calculation of average time in touch_all scripts Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19190 Bug ID: 19190 Summary: Silly calculation of average time in touch_all scripts Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz When you want to calculate average time, do not divide count by time :) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 12:18:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 10:18:21 +0000 Subject: [Koha-bugs] [Bug 19190] Silly calculation of average time in touch_all scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19190 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 12:18:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 10:18:23 +0000 Subject: [Koha-bugs] [Bug 19190] Silly calculation of average time in touch_all scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19190 --- Comment #1 from Marcel de Rooy --- Created attachment 66550 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66550&action=edit Bug 19190: Silly calculation of average time in touch_all scripts When you want to calculate average time, do not divide count by time :) Test plan: Run the script with a where condition and verbose option and see that the average time is meaningful. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 12:18:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 10:18:29 +0000 Subject: [Koha-bugs] [Bug 19190] Silly calculation of average time in touch_all scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19190 --- Comment #2 from Marcel de Rooy --- Created attachment 66551 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66551&action=edit Bug 19190: [Follow-up] Do not rely on the return of ModItem touch_all_items looks at the return of ModItem to determine if the operation was successful. But ModItem does not return a meaningful value. This patch puts the ModItem call in an eval and looks at $@. Test plan: Run touch_all_items with a where condition and verbose option. Put print 1/0; at the end of ModItem. Run touch_all_items again. You should see: ERROR WITH ITEM xxx !!!! Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 12:18:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 10:18:41 +0000 Subject: [Koha-bugs] [Bug 19190] Silly calculation of average time in touch_all scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19190 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Severity|enhancement |trivial -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 13:16:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 11:16:05 +0000 Subject: [Koha-bugs] [Bug 11046] Better handling of uncertain years for publicationyear/ copyrightdate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046 --- Comment #5 from Marcel de Rooy --- Created attachment 66552 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66552&action=edit Bug 11046: Add the form YYY-? for uncertain years This form occurred in Dutch ISBD rules. The question mark should follow the hyphen(s). Test plan: Run t/db_dependent/Biblio/TransformMarcToKoha.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 14:48:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 12:48:02 +0000 Subject: [Koha-bugs] [Bug 18537] Update Ukrainian installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18537 --- Comment #15 from Serhij Dubyk --- Thank you for testing! This patch got a lot of changes in Ukrainian sql-files in a few years. I tried to make all the latest changes from the English set of sql-files (as well as other languages). The structure of the directories and filenames and sql-sets is as close as possible to the English collection. I tried to spread all the marc-dependent changes to the relevant folders (this applies to system variables, relatorterms, sample marc data, z39-50 servers, matching_rules). Keep in line match was not very successful, since I tried to make sql-files easy to read. This is especially true for marc structures. Separately was written perl script for such formatting. Future changes in Ukrainian sql-files I hope to do with small correction patches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 14:48:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 12:48:25 +0000 Subject: [Koha-bugs] [Bug 16485] Collection column in Item search is always empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16485 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65395|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 14:48:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 12:48:11 +0000 Subject: [Koha-bugs] [Bug 16485] Collection column in Item search is always empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16485 sandboxes at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sandboxes at biblibre.com --- Comment #17 from sandboxes at biblibre.com --- Patch tested with a sandbox, by Laurence Rault -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 14:48:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 12:48:33 +0000 Subject: [Koha-bugs] [Bug 16485] Collection column in Item search is always empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16485 --- Comment #18 from sandboxes at biblibre.com --- Created attachment 66553 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66553&action=edit Bug 16485: collection column in Item search is always empty This patch fills the column 'Collection' in item search from the item values. To test: - Go to item search - Reproduce issue from initial comment - Apply patch - Verify that the column 'Collection' is filled Still to do, but outside of my datatable skills: Filter by drop down in the column header does a substring search. Example: Filter for 'Fiction" returns both 'Fiction' and 'Non-fiction' items. Signed-off-by: Owen Leonard Signed-off-by: Laurence Rault -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 14:50:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 12:50:35 +0000 Subject: [Koha-bugs] [Bug 16485] Collection column in Item search is always empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16485 Laurence Rault changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |laurence.rault at biblibre.com --- Comment #19 from Laurence Rault --- Tested OK on sandbox with UNIMARC configuration ; with the patch the items.ccode is displayed in column Collection -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 15:18:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 13:18:38 +0000 Subject: [Koha-bugs] [Bug 13560] need an add option in marc modification templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13560 delaye changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stephane.delaye at biblibre.co | |m --- Comment #3 from delaye --- when i use the tool (step 12) i have this message Software error: Template process failed: undef error - The method itemnumbers is not covered by tests! at /home/koha/src/C4/Templates.pm line 121. And when i want add the rule 'Add' in the template(step11) , koha fix the rule delete -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 16:28:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 14:28:29 +0000 Subject: [Koha-bugs] [Bug 19191] Add ability to send receipts for account payments and write-offs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19191 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 16:28:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 14:28:42 +0000 Subject: [Koha-bugs] [Bug 19191] Add ability to email receipts for account payments and write-offs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19191 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add ability to send |Add ability to email |receipts for account |receipts for account |payments and write-offs |payments and write-offs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 16:28:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 14:28:25 +0000 Subject: [Koha-bugs] [Bug 19191] New: Add ability to send receipts for account payments and write-offs Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19191 Bug ID: 19191 Summary: Add ability to send receipts for account payments and write-offs Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Some libraries are paperless and require all payment receipts to be emailed. Koha should give libraries the option to send email receipts if a patron has an email address. If a notice for the type of "credit" exists ( payment or writeoff ), then an email receipt will be sent. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 16:33:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 14:33:28 +0000 Subject: [Koha-bugs] [Bug 19191] Add ability to email receipts for account payments and write-offs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19191 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 16:33:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 14:33:31 +0000 Subject: [Koha-bugs] [Bug 19191] Add ability to email receipts for account payments and write-offs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19191 --- Comment #1 from Kyle M Hall --- Created attachment 66554 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66554&action=edit Bug 19191 - Add ability to email receipts for account payments and write-offs Some libraries are paperless and require all payment receipts to be emailed. Koha should give libraries the option to send email receipts if a patron has an email address. If a notice for the type of "credit" exists ( payment or writeoff ), then an email receipt will be sent. These notices only support Template Toolkit syntax. Test Plan: 1) Apply this patch and dependencies 2) Run updatedatabase.pl 3) Note two new notices exist in the notices editor, ACCOUNT_PAYMENT and ACCOUNT_WRITEOFF 4) Find or create a patron with an email address that owes some amount of money 5) Make a payment for one or more fees 6) Note a new email is queued for the patron 7) Make a writeoff for one or more fees 8) Note a new new email is queued for the patron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 16:33:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 14:33:56 +0000 Subject: [Koha-bugs] [Bug 19191] Add ability to email receipts for account payments and write-offs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19191 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |14826 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 [Bug 14826] Resurrect account offsets table -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 16:33:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 14:33:56 +0000 Subject: [Koha-bugs] [Bug 14826] Resurrect account offsets table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14826 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19191 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19191 [Bug 19191] Add ability to email receipts for account payments and write-offs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 16:36:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 14:36:50 +0000 Subject: [Koha-bugs] [Bug 19191] Add ability to email receipts for account payments and write-offs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19191 --- Comment #2 from Kyle M Hall --- This patch also introduces a new method of passing objects directly through to the notice template without processing. This is incredibly efficient for notices that only support Template Toolkit syntax, as it does not require refetching the data from the database multiple times as the existing parameters may. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 16:49:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 14:49:46 +0000 Subject: [Koha-bugs] [Bug 6918] can't place holds on 'on order' items with AllowOnShelfHolds off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6918 --- Comment #24 from Jessie Zairo --- If a library sets their On Shelf Holds to "If all unavailable" or "If any unavailable" patrons cannot place holds on items that are marked 'on order' (not for loan=-1). Libraries would like to have the option to make the system allow holds on items with -1 for notforloan so patrons can place holds on "ordered" items. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 17:11:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 15:11:14 +0000 Subject: [Koha-bugs] [Bug 18790] Add ability to void payments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18790 Martha Fuerst changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mfuerst at hmcpl.org --- Comment #7 from Martha Fuerst --- Everything looks good - void doesn't show up on Account Offsets table, but fines restored successfully. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 17:19:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 15:19:12 +0000 Subject: [Koha-bugs] [Bug 18537] Update Ukrainian installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18537 --- Comment #16 from Katrin Fischer --- Hi Serhij, it's alright, I was thinking about the separate files for different authorised values for example. As a rule we ask contributors to also update the different installers, when new categories or sample notices are added. If the files are named the same and the structure matches this is a lot easier to do. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 17:53:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 15:53:59 +0000 Subject: [Koha-bugs] [Bug 19120] Order cancelled status is reset on basket open In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19120 S?verine Queune changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |severine.queune at bulac.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 17:54:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 15:54:42 +0000 Subject: [Koha-bugs] [Bug 19024] Order cancelled status is reset on basket close In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19024 S?verine Queune changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |severine.queune at bulac.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 17:55:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 15:55:07 +0000 Subject: [Koha-bugs] [Bug 18360] Allow deletion of cancelled order lines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18360 S?verine Queune changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |severine.queune at bulac.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 17:55:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 15:55:48 +0000 Subject: [Koha-bugs] [Bug 17172] Cancelling an order before basket is closed leaves aqorders.status set to 'ordered' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17172 S?verine Queune changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |severine.queune at bulac.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 18:01:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 16:01:44 +0000 Subject: [Koha-bugs] [Bug 19192] New: Update default DUEDGST and PREDUEDGST notices Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19192 Bug ID: 19192 Summary: Update default DUEDGST and PREDUEDGST notices Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs at lists.koha-community.org Reporter: barton at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org The current default digest notices are DUEDGST You have <> items due PREDUEDGST You have <> items due soon These are not terribly useful defaults -- the whole reason for having digest notices is to display item detail for items which are due or coming due. I suggest the following instead: DUEDGST Dear <> <>, You have <> items due: <> PREDUEDGST Dear <> <>, You have <> items due soon: <> -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 18:03:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 16:03:46 +0000 Subject: [Koha-bugs] [Bug 14850] Funds from inactive budgets appear in 'Funds' dropdown on acqui/invoice.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14850 --- Comment #3 from Nick Clemens --- Created attachment 66555 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66555&action=edit Bug 14850 - Add Koha Objects -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 18:03:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 16:03:49 +0000 Subject: [Koha-bugs] [Bug 14850] Funds from inactive budgets appear in 'Funds' dropdown on acqui/invoice.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14850 --- Comment #4 from Nick Clemens --- Created attachment 66556 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66556&action=edit Bug 14850 - Use optgroups for active and inactive budgets on invoice.pl To test: 1 - Have some inactive and active budgets 2 - View an invoice in acquisitions 3 - Select the shipping fund dropdown 4 - Note you see all the budgets 5 - Apply patch 6 - View invoice and select shipping fund dropdown 7 - Note you see active budgets followed by inactive budgets -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 18:03:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 16:03:42 +0000 Subject: [Koha-bugs] [Bug 14850] Funds from inactive budgets appear in 'Funds' dropdown on acqui/invoice.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14850 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 18:05:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 16:05:05 +0000 Subject: [Koha-bugs] [Bug 14850] Funds from inactive budgets appear in 'Funds' dropdown on acqui/invoice.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14850 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 18:24:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 16:24:48 +0000 Subject: [Koha-bugs] [Bug 18635] Koha::Patron->guarantees() should return results alphabetically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18635 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63558|0 |1 is obsolete| | Attachment #63559|0 |1 is obsolete| | Attachment #63617|0 |1 is obsolete| | --- Comment #9 from Nick Clemens --- Created attachment 66557 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66557&action=edit Bug 18635 - Koha::Patron->guarantees() should return results alphabetically To test: 1 - Add the same guarantor to a number of patrons, ensuring random order alphabetically 2 - View the guarantors record, note unordered list of guarantees 3 - Apply patch 4 - Guarantees are alphabetical Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 18:24:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 16:24:52 +0000 Subject: [Koha-bugs] [Bug 18635] Koha::Patron->guarantees() should return results alphabetically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18635 --- Comment #10 from Nick Clemens --- Created attachment 66558 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66558&action=edit Bug 18635 - Unit tests To test: 1 - Apply this patch only 2 - Prove t/db_dependent/Patron.t 3 - Tests fail 4 - Apply other patch 5 - Tests pass Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 18:24:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 16:24:46 +0000 Subject: [Koha-bugs] [Bug 18635] Koha::Patron->guarantees() should return results alphabetically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18635 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 18:25:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 16:25:11 +0000 Subject: [Koha-bugs] [Bug 19193] New: When displaying the fines of the guarantee on the guarantor account, price is not in correct format. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19193 Bug ID: 19193 Summary: When displaying the fines of the guarantee on the guarantor account, price is not in correct format. Change sponsored?: --- Product: Koha Version: 16.11 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Staff Client Assignee: nick at bywatersolutions.com Reporter: kelly at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Created attachment 66559 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66559&action=edit what this looks like When displaying the fines of the guarantee on the guarantor account, price is not in correct format. Currently if the price is 7.50 the price shows up as 7.5 . Fees & Charges: Patron's guarantees collectively owe... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 18:27:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 16:27:15 +0000 Subject: [Koha-bugs] [Bug 18635] Koha::Patron->guarantees() should return results alphabetically In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18635 --- Comment #11 from Nick Clemens --- (In reply to Jonathan Druart from comment #8) > Should not we override Koha::Patrons->search instead? I am not sure, happy to have another opinion on this or make the change if you think it is necessary -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 18:30:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 16:30:12 +0000 Subject: [Koha-bugs] [Bug 19193] When displaying the fines of the guarantee on the guarantor account, price is not in correct format. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19193 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 18:30:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 16:30:14 +0000 Subject: [Koha-bugs] [Bug 19193] When displaying the fines of the guarantee on the guarantor account, price is not in correct format. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19193 --- Comment #1 from Nick Clemens --- Created attachment 66560 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66560&action=edit Bug 19193 - When displaying the fines of the guarantee on the guarantor account, price is not in correct format 1 - Have a patron with guarantees 2 - Charge some fines to the guarantees 3 - View the patron 4 - Fines are displayed unformatted 5 - Apply patch 6 - Refresh 7 - Fines should now be formatted correctly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 19:21:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 17:21:01 +0000 Subject: [Koha-bugs] [Bug 19081] Plack preventing uninstalled plugins from being removed on the plugins list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19081 --- Comment #3 from Jonathan Druart --- Created attachment 66561 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66561&action=edit Bug 19081: Do not list plugins that have been uninstalled Under plack, can_load should not check if a package is in cache, but reload it. Otherwise plugins that have been uninstalled will still get listed. The error raised by can_load must only be displayed if the plugin has been removed. Test plan: 1/ Upload a plugin 2/ Note the plugin is listed as installed 3/ Modify the package of the plugin to add a compilation error (use 'Foo' for instance) 4/ Reload the page 5/ The plugin is not listed and a warning appear in the logs 6/ Remove the compilation error and uninstall the plugin 7/ The plugin is no longer listed and no warning appear in the logs -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 19:20:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 17:20:57 +0000 Subject: [Koha-bugs] [Bug 19081] Plack preventing uninstalled plugins from being removed on the plugins list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19081 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 20:18:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 18:18:12 +0000 Subject: [Koha-bugs] [Bug 19180] Vendor name is missing from breadcrumbs when closing an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19180 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19118 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 20:18:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 18:18:12 +0000 Subject: [Koha-bugs] [Bug 19118] Due to wrong variable name passed vendor name is not coming in browser title bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19118 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19180 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 20:32:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 18:32:50 +0000 Subject: [Koha-bugs] [Bug 19180] Vendor name is missing from breadcrumbs when closing an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19180 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com --- Comment #2 from M. Tompsett --- *grumbles about having to set up budgets, funds, AND a vendor* ;) Before: Home ? Acquisitions ? ? Basket test basket (1) for After: Home ? Acquisitions ? Test ? Basket test basket (1) for Test Link works. :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 20:34:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 18:34:23 +0000 Subject: [Koha-bugs] [Bug 19180] Vendor name is missing from breadcrumbs when closing an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19180 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 20:34:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 18:34:26 +0000 Subject: [Koha-bugs] [Bug 19180] Vendor name is missing from breadcrumbs when closing an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19180 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66517|0 |1 is obsolete| | --- Comment #3 from M. Tompsett --- Created attachment 66562 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66562&action=edit Bug 19180: Add vendor name to breadcrumbs when closing an order To test: 1) Go to Acquisitions 2) Find a vendor and a basket 3) Click 'Close basket' button 4) Notice that on confirmation page, breadcrumbs are missing vendor 5) Apply patch and refresh page 6) Vendor name should now show 7) Confirm link to vendor works as expected Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 20:48:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 18:48:08 +0000 Subject: [Koha-bugs] [Bug 12204] in RESERVESLIP, any 'reserve' field is not being expanded correctly. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12204 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 21:03:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 19:03:28 +0000 Subject: [Koha-bugs] [Bug 14850] Funds from inactive budgets appear in 'Funds' dropdown on acqui/invoice.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14850 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset at hotmail.com Status|Needs Signoff |Failed QA --- Comment #5 from M. Tompsett --- Not a hard fail. Missing License. https://wiki.koha-community.org/wiki/Coding_Guidelines#Licence Budget.pm is not perl tidy. https://wiki.koha-community.org/wiki/Coding_Guidelines#PERL1:_Perltidy > push @budgets_loop, \%$line; Isn't this the same as $line? You already treat $line as a hash ref in the previous line code change. Haven't tested just read it and thinking out loud. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 21:14:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 19:14:04 +0000 Subject: [Koha-bugs] [Bug 18836] MySQL 5.7 - Table 'koha_library.club_enrollments' doesn' t exist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18836 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version|17.05 |master Depends on| |12461 Severity|normal |major Summary|Table |MySQL 5.7 - Table |'koha_library.club_enrollme |'koha_library.club_enrollme |nts' doesn't exist |nts' doesn't exist CC| |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12461 [Bug 12461] Add patron clubs feature -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 21:14:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 19:14:04 +0000 Subject: [Koha-bugs] [Bug 12461] Add patron clubs feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12461 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18836 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18836 [Bug 18836] MySQL 5.7 - Table 'koha_library.club_enrollments' doesn't exist -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 21:14:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 19:14:25 +0000 Subject: [Koha-bugs] [Bug 18836] MySQL 5.7 - Table 'koha_library.club_enrollments' doesn' t exist In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18836 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17258 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17258 [Bug 17258] [OMNIBUS] MySQL 5.7 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 21:14:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 19:14:25 +0000 Subject: [Koha-bugs] [Bug 17258] [OMNIBUS] MySQL 5.7 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17258 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18836 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18836 [Bug 18836] MySQL 5.7 - Table 'koha_library.club_enrollments' doesn't exist -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 21:23:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 19:23:01 +0000 Subject: [Koha-bugs] [Bug 19176] Dates comparison fails on slow server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19176 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66493|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 66563 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66563&action=edit Bug 19176: Compare the number of seconds when comparing dates in tests # Failed test 'borrowers.updated_on should have been set to now on creating' # at t/db_dependent/Patrons.t line 74. # got: '2017-08-10T20:53:03' # expected: '2017-08-10T20:53:04' # Looks like you failed 1 test of 17. [20:53:15] t/db_dependent/Patrons.t ..................................... The plan here is to compare the number of seconds between two dates. If < 60 the dates are consired as identicals. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 21:24:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 19:24:32 +0000 Subject: [Koha-bugs] [Bug 19176] Dates comparison fails on slow server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19176 --- Comment #4 from Jonathan Druart --- (In reply to Marc V?ron from comment #2) > Wouldn't it be safer to calculate the delta and pass the test OK if delta > <60 sec? > (Or even introduce a param for the precision that defaults to 60.) Yes, I though about that but considered as negligible/can be ignored. But you are right, let's fix it correctly :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 21:34:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 19:34:55 +0000 Subject: [Koha-bugs] [Bug 19088] plugins-upload.pl causes uninitialized value noise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 21:34:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 19:34:59 +0000 Subject: [Koha-bugs] [Bug 19088] plugins-upload.pl causes uninitialized value noise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65936|0 |1 is obsolete| | --- Comment #7 from Jonathan Druart --- Created attachment 66564 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66564&action=edit Bug 19088: plugins-upload causes error log noise After uploading a plugin the error log indicates use of uninitialized value in $op. This patch silences the noise. To test: 1) Set to 1 (one) in koha-conf.xml. 2) Set the UseKohaPlugins system preference to 'Enable'. 3) Navigate to Administration -> Manage plugins. 4) Install the test plugin KPZ file attached to this bug. 5) Notice the uninitialized value noise in the error log. 6) Uninstall the plugin (plack restart may be required if plack is enabled). 7) Apply patch. 8) Install the plugin again. 9) Notice no noise in the error log. 10) Run qa tools. 11) Run prove t/db_dependent/Plugins.t Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 21:40:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 19:40:39 +0000 Subject: [Koha-bugs] [Bug 18537] Update Ukrainian installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18537 --- Comment #17 from Jonathan Druart --- I still get the same error from git. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 21:42:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 19:42:01 +0000 Subject: [Koha-bugs] [Bug 17674] Allow UI to delete serials in batch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17674 --- Comment #14 from Philippe Audet-Fortin --- Created attachment 66565 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66565&action=edit Bug 17674 - Move subroutine GetSerialItemsInformations to Koha/Serials.pm -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 21:43:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 19:43:15 +0000 Subject: [Koha-bugs] [Bug 17674] Allow UI to delete serials in batch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17674 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff CC| |philippe.audet-fortin at inlib | |ro.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 22:39:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 20:39:56 +0000 Subject: [Koha-bugs] [Bug 19081] Plack preventing uninstalled plugins from being removed on the plugins list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19081 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 22:39:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 20:39:58 +0000 Subject: [Koha-bugs] [Bug 19081] Plack preventing uninstalled plugins from being removed on the plugins list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19081 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66561|0 |1 is obsolete| | --- Comment #4 from Lee Jamison --- Created attachment 66566 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66566&action=edit Bug 19081: Do not list plugins that have been uninstalled Under plack, can_load should not check if a package is in cache, but reload it. Otherwise plugins that have been uninstalled will still get listed. The error raised by can_load must only be displayed if the plugin has been removed. Test plan: 1/ Upload a plugin 2/ Note the plugin is listed as installed 3/ Modify the package of the plugin to add a compilation error (use 'Foo' for instance) 4/ Reload the page 5/ The plugin is not listed and a warning appear in the logs 6/ Remove the compilation error and uninstall the plugin 7/ The plugin is no longer listed and no warning appear in the logs Signed-off-by: Lee Jamison -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 22:43:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 20:43:26 +0000 Subject: [Koha-bugs] [Bug 18212] Move SQL code from aqplan.pl administrative script into Koha directory perl modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18212 --- Comment #18 from Alex Buckley --- Created attachment 66567 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66567&action=edit Bug 18212 - Followup: Fixed POD in AuthorisedValue.pm and ItemType.pm Passes QA test now, and all unit tests pass Test plan: 1. Apply all the patches attached to this bug report 2. Restart memcached: sudo service memcached restart 3. Drop and recreate the Koha instance database 4. Go through the web installer, selecting all data to be installed in step 3 5. After the web installer is finished log in with the Koha database administrator credentials 6. Create yourself a patron account 7. Set the patron account to have superlibrarian privileges 8. Log out and back in as your newly created patron 9. Navigate to the Acquisitions interface 10. Create a budget named 'testbudget' 11. Create a fund named 'testfund' 12. Navigate to the 'Administrator' interface 13. Write in the URL 'cgi-bin/koha/admin/aqplan.pl' 14. There should be no records showing 15. If you click on Planning->Plan by Months testfund will be displayed 16. Repeat step 14 but click on Planning->Plan by libraries and Planning->Plan by Itemtypes, Both of these pages should also show 'testfund' 17. In your terminal navigate from your Koha instance root directory to t/db_dependent 18. Enter koha shell: sudo koha-shell 19. Run AuthorisedValues unit tests: prove -v AuthorisedValues.t 20. The tests should run successful 21. Exit the koha shell 22. cd into the 'koha' directory from where you are 23. Enter the koha shell and run the ItemTypes.t and Libraries.t unit tests by writing in: prove -v filename.t (both of which should be successful) Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 22:46:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 20:46:09 +0000 Subject: [Koha-bugs] [Bug 18897] Koha_Elasticsearch_Indexer.t doesn' t skip when ES module not installed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18897 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 22:46:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 20:46:12 +0000 Subject: [Koha-bugs] [Bug 18897] Koha_Elasticsearch_Indexer.t doesn' t skip when ES module not installed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18897 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66478|0 |1 is obsolete| | --- Comment #4 from Lee Jamison --- Created attachment 66568 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66568&action=edit Bug 18897: Koha_Elasticsearch_Indexer.t doesn't skip when ES module(s) not installed If Catmandu::Importer::MARC is not installed, Koha_Elasticsearch_Indexer.t fails instead of skipping. It should skip as ES is not currently mandatory. Test Plan: 1. Run "prove t/db_dependent/Koha_Elasticsearch_Indexer.t" as koha-shell 2. Note failure on test 1/5 indicating module not installed. 3. Apply patch. 4. Re-run "prove t/db_dependent/Koha_Elasticsearch_Indexer.t" 5. Note test now skips. Signed-off-by: Mark Tompsett Signed-off-by: Lee Jamison -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 22:46:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 20:46:22 +0000 Subject: [Koha-bugs] [Bug 18897] Koha_Elasticsearch_Indexer.t doesn' t skip when ES module not installed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18897 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66479|0 |1 is obsolete| | --- Comment #5 from Lee Jamison --- Created attachment 66569 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66569&action=edit Bug 18897: Improve error message Test Plan: $ git fetch $ git checkout -b bug_18897 origin/master $ git bz apply 18897 -- interactive apply just the first patch $ sudo apt-get remove libcatmandu-store-elasticsearch-perl ... $ prove t/db_dependent/Koha_Elasticsearch_Indexer.t -- Note that the message says the wrong library is missing. $ git bz apply 18897 -- interactive apply this patch $ prove t/db_dependent/Koha_Elasticsearch_Indexer.t -- Note that the message says the correct library is missing. run the koha qa test tools Signed-off-by: Mark Tompsett Signed-off-by: Lee Jamison -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 22:52:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 20:52:53 +0000 Subject: [Koha-bugs] [Bug 18212] Move SQL code from aqplan.pl administrative script into Koha directory perl modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18212 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62584|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 22:53:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 20:53:06 +0000 Subject: [Koha-bugs] [Bug 18212] Move SQL code from aqplan.pl administrative script into Koha directory perl modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18212 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62585|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 22:54:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 20:54:53 +0000 Subject: [Koha-bugs] [Bug 18212] Move SQL code from aqplan.pl administrative script into Koha directory perl modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18212 --- Comment #19 from Alex Buckley --- Created attachment 66570 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66570&action=edit Bug 18212 - Moved all sql queries out aqplan.pl into Koha::Libraries.pm, Koha::ItemType.pm, Koha::AuthorisedValue.pm files The new subroutines in the perl modules contain POD Test plan: 1. Apply all the patches attached to this bug report 2. Restart memcached: sudo service memcached restart 3. Drop and recreate the Koha instance database 4. Go through the web installer, selecting all data to be installed in step 3 5. After the web installer is finished log in with the Koha database administrator credentials 6. Create yourself a patron account 7. Set the patron account to have superlibrarian privileges 8. Log out and back in as your newly created patron 9. Navigate to the Acquisitions interface 10. Create a budget named 'testbudget' 11. Create a fund named 'testfund' 12. Navigate to the 'Administrator' interface 13. Write in the URL 'cgi-bin/koha/admin/aqplan.pl' 14. There should be no records showing 15. If you click on Planning->Plan by Months testfund will be displayed 16. Repeat step 14 but click on Planning->Plan by libraries and Planning->Plan by Itemtypes, Both of these pages should also show 'testfund' 17. In your terminal navigate from your Koha instance root directory to t/db_dependent 18. Enter koha shell: sudo koha-shell 19. Run AuthorisedValues unit tests: prove -v AuthorisedValues.t 20. The tests should run successful 21. Exit the koha shell 22. cd into the 'koha' directory from where you are 23. Enter the koha shell and run the ItemTypes.t and Libraries.t unit tests by writing in: prove -v filename.t (both of which should be successful) Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 22:57:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 20:57:17 +0000 Subject: [Koha-bugs] [Bug 18212] Move SQL code from aqplan.pl administrative script into Koha directory perl modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18212 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66567|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 22:57:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 20:57:51 +0000 Subject: [Koha-bugs] [Bug 18212] Move SQL code from aqplan.pl administrative script into Koha directory perl modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18212 --- Comment #20 from Alex Buckley --- Created attachment 66571 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66571&action=edit Bug 18212 - Followup: Fixed POD in AuthorisedValue.pm and ItemType.pm Passes QA test now, and all unit tests pass Test plan: 1. Apply all the patches attached to this bug report 2. Restart memcached: sudo service memcached restart 3. Drop and recreate the Koha instance database 4. Go through the web installer, selecting all data to be installed in step 3 5. After the web installer is finished log in with the Koha database administrator credentials 6. Create yourself a patron account 7. Set the patron account to have superlibrarian privileges 8. Log out and back in as your newly created patron 9. Navigate to the Acquisitions interface 10. Create a budget named 'testbudget' 11. Create a fund named 'testfund' 12. Navigate to the 'Administrator' interface 13. Write in the URL 'cgi-bin/koha/admin/aqplan.pl' 14. There should be no records showing 15. If you click on Planning->Plan by Months testfund will be displayed 16. Repeat step 14 but click on Planning->Plan by libraries and Planning->Plan by Itemtypes, Both of these pages should also show 'testfund' 17. In your terminal navigate from your Koha instance root directory to t/db_dependent 18. Enter koha shell: sudo koha-shell 19. Run AuthorisedValues unit tests: prove -v AuthorisedValues.t 20. The tests should run successful 21. Exit the koha shell 22. cd into the 'koha' directory from where you are 23. Enter the koha shell and run the ItemTypes.t and Libraries.t unit tests by writing in: prove -v filename.t (both of which should be successful) Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Aug 28 23:04:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 28 Aug 2017 21:04:08 +0000 Subject: [Koha-bugs] [Bug 18212] Move SQL code from aqplan.pl administrative script into Koha directory perl modules In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18212 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #21 from Alex Buckley --- QA test pass now with these two patches: OK C4/Acquisition.pm OK critic OK forbidden patterns OK git manipulation OK pod OK spelling OK valid OK Koha/AuthorisedValue.pm OK critic OK forbidden patterns OK git manipulation OK pod OK spelling OK valid OK Koha/ItemType.pm OK critic OK forbidden patterns OK git manipulation OK pod OK spelling OK valid OK Koha/Libraries.pm OK critic OK forbidden patterns OK git manipulation OK pod OK spelling OK valid OK admin/aqplan.pl OK critic OK forbidden patterns OK git manipulation OK pod OK spelling OK valid OK t/db_dependent/AuthorisedValues.t OK critic OK forbidden patterns OK git manipulation OK pod OK spelling OK valid OK t/db_dependent/Koha/ItemTypes.t OK critic OK forbidden patterns OK git manipulation OK pod OK spelling OK valid OK t/db_dependent/Koha/Libraries.t OK critic OK forbidden patterns OK git manipulation OK pod OK spelling OK valid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 05:09:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 03:09:16 +0000 Subject: [Koha-bugs] [Bug 17039] No cancel/new item option when editing an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17039 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 05:09:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 03:09:19 +0000 Subject: [Koha-bugs] [Bug 17039] No cancel/new item option when editing an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17039 --- Comment #1 from Aleisha Amohia --- Created attachment 66572 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66572&action=edit Bug 17039: Adding 'cancel' link and 'add new item' button to item edit form To test: 1) Go the the detail page for a record on staff side 2) Edit an existing item and scroll down to Save button 3) Notice no easy way to add a new item or cancel out of the form 4) Apply patch and refresh page 5) You should now see a new button next to the Save button, 'Add a new item', and a link 'Cancel' 6) Confirm clicking Cancel takes you back to the detail page for the record 7) Go to edit an item again 8) Change some fields/add some info to the item 9) Click the 'Add a new item' button and a confirm box should pop up. 10) Confirm that clicking 'cancel' does NOT take you to a new page, and your changes are still there 11) Click the button again, and this time click 'OK' 12) Confirm you are redirected to the 'add item' form Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 05:10:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 03:10:00 +0000 Subject: [Koha-bugs] [Bug 17039] No cancel/new item option when editing an item In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17039 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleisha at catalyst.net.nz Change sponsored?|--- |Sponsored Assignee|gmcharlt at gmail.com |aleisha at catalyst.net.nz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 06:51:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 04:51:28 +0000 Subject: [Koha-bugs] [Bug 19194] New: Internal server error when receiving an order with no itemtype Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19194 Bug ID: 19194 Summary: Internal server error when receiving an order with no itemtype Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org To reproduce: 1) Find a record with an item that has no itemtype (or remove the itemtype of an item) 2) Go to Acquisitions -> Find a vendor or make a new one -> create a new basket 3) Add the record from Step 1 to your basket 4) Close the basket 5) Go back to the vendor and click 'Receive shipments' 6) Put in an invoice number, click Next 7) Click the Receive link for your item 8) Confirm you see an internal server error In the error log: Can't call method "description" on an undefined value at /home/vagrant/kohaclone/acqui/orderreceive.pl line 150. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 06:53:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 04:53:12 +0000 Subject: [Koha-bugs] [Bug 19194] Internal server error when receiving an order with no itemtype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19194 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 06:53:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 04:53:15 +0000 Subject: [Koha-bugs] [Bug 19194] Internal server error when receiving an order with no itemtype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19194 --- Comment #1 from Aleisha Amohia --- Created attachment 66573 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66573&action=edit Bug 19194: Check itemtype is defined when receiving an order To test: 1) Find a record with an item that has no itemtype (or remove the itemtype of an item) 2) Go to Acquisitions -> Find a vendor or make a new one -> create a new basket 3) Add the record from Step 1 to your basket 4) Close the basket 5) Go back to the vendor and click 'Receive shipments' 6) Put in an invoice number, click Next 7) Click the Receive link for your item 8) Confirm you see an internal server error 9) Apply the patch and refresh the page 10) The error should be gone and behaviour should continue as expected Sponsored-by: Catalyst IT -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 06:53:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 04:53:28 +0000 Subject: [Koha-bugs] [Bug 19194] Internal server error when receiving an order with no itemtype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19194 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored Assignee|koha-bugs at lists.koha-commun |aleisha at catalyst.net.nz |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 07:02:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 05:02:07 +0000 Subject: [Koha-bugs] [Bug 19195] New: Noisy warns when creating or editing a basket Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19195 Bug ID: 19195 Summary: Noisy warns when creating or editing a basket Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org To reproduce, go to Acquisitions, find or create a vendor. Create a basket, put information in all fields Notice warns Edit the basket Notice warns CGI::param called in list context from package CGI::Compile::ROOT::home_vagrant_kohaclone_acqui_basketheader_2epl line 138, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 436. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 07:04:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 05:04:36 +0000 Subject: [Koha-bugs] [Bug 19195] Noisy warns when creating or editing a basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19195 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 07:04:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 05:04:39 +0000 Subject: [Koha-bugs] [Bug 19195] Noisy warns when creating or editing a basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19195 --- Comment #1 from Aleisha Amohia --- Created attachment 66574 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66574&action=edit Bug 19195: Preventing noisy warns when creating or editing a basket To test: 1) Open the koha intranet error log 2) Go to Acquisitions -> Find or create a vendor 3) Create a new basket, filling all fields 4) Notice warns in error log 5) Edit this basket 6) Notice warns in error log 7) Apply patch 8) Create another basket, confirm warns do not show 9) Edit this basket, confirm warns do not show Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 07:05:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 05:05:14 +0000 Subject: [Koha-bugs] [Bug 19195] Noisy warns when creating or editing a basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19195 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |aleisha at catalyst.net.nz |ity.org | Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 08:54:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 06:54:40 +0000 Subject: [Koha-bugs] [Bug 14953] Adlibris (Swedish supplier) cover image support In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14953 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE CC| |magnus at libriotech.no Status|ASSIGNED |RESOLVED --- Comment #2 from Magnus Enger --- *** This bug has been marked as a duplicate of bug 8630 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 08:54:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 06:54:40 +0000 Subject: [Koha-bugs] [Bug 8630] Add covers from AdLibris to the OPAC and Intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8630 --- Comment #28 from Magnus Enger --- *** Bug 14953 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 13:54:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 11:54:26 +0000 Subject: [Koha-bugs] [Bug 18580] Account-pay does not apply credits / clear old fines as did recordpayment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18580 --- Comment #4 from Colin Campbell --- (In reply to Katrin Fischer from comment #3) > Hi Colin, > I think the behaviour is still a bit odd. Your patch works, but only if the > fine was created first. I think sequence should not matter? > > I have made sure to restart Plack after applying the patch: > > Test plan: > 1) Created to fines, 1.00 each > 2) Created a credit, 1.00 > 3) Balance is at 1.00 > 4) Pay amount of 1.00 > 1.00 is paid, Credit and other fine remain unchanged (amount <> 0) > > 1) Created a credit, 1.00 > 2) Created to fines, 1.00 each > 3) Balance is at 1.00 > 4) Pay amount of 1.00 > All amount outstanding are set to 0.00. Good. > > I appears it only works if the credit was created before the fines were. > I used a fresh patron account for each test. I'll see if I can set up something to confirm what the old api did and see if I can see anywhere the new fails -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:20:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:20:47 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #12 from Jonathan Druart --- I would suggest to invert the condition: If found eq 'T' then return "Reserved" Otherwise return "Waiting" We will need tests indeed. I have to admit that this subroutine (CheckReserves) always scared me, hard to say we are not going to break something. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:31:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:31:28 +0000 Subject: [Koha-bugs] [Bug 19196] New: Add pagination helpers Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 Bug ID: 19196 Summary: Add pagination helpers Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org In order to aid UI devs work on top of the REST api, we need to provide pagination information along with the responses. It was discussed on the mailing list that following RFC5988 [1] proposal for Link headers was desirable. And also adding a header telling the total objects count would be desirable, in the lines of this link [2]. [1] https://tools.ietf.org/html/rfc5988#section-6 [2] http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api#pagination -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:31:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:31:43 +0000 Subject: [Koha-bugs] [Bug 18137] REST API: Migrate from Mojolicious::Plugin:: Swagger2 to Mojolicious::Plugin::OpenAPI In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19196 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 [Bug 19196] Add pagination helpers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:31:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:31:43 +0000 Subject: [Koha-bugs] [Bug 19196] Add pagination helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | Change sponsored?|--- |Sponsored Depends on| |18137 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18137 [Bug 18137] REST API: Migrate from Mojolicious::Plugin::Swagger2 to Mojolicious::Plugin::OpenAPI -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:32:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:32:29 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #154 from Jonathan Druart --- Created attachment 66576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66576&action=edit Bug 12598: Update code to use new modules Signed-off-by: Colin Campbell -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:32:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:32:21 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66353|0 |1 is obsolete| | Attachment #66354|0 |1 is obsolete| | Attachment #66355|0 |1 is obsolete| | Attachment #66356|0 |1 is obsolete| | Attachment #66357|0 |1 is obsolete| | Attachment #66358|0 |1 is obsolete| | Attachment #66359|0 |1 is obsolete| | --- Comment #153 from Jonathan Druart --- Created attachment 66575 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66575&action=edit Bug 12598: New misc/import_borrowers.pl command line tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:32:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:32:36 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #155 from Jonathan Druart --- Created attachment 66577 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66577&action=edit Bug 12598: Fix conflict with bug 16911 Tests will have to be written for this change Signed-off-by: Colin Campbell -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:32:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:32:43 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #156 from Jonathan Druart --- Created attachment 66578 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66578&action=edit Bug 12598: Fix conflict with 17829 - GetMember Signed-off-by: Colin Campbell -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:32:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:32:49 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #157 from Jonathan Druart --- Created attachment 66579 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66579&action=edit Bug 12598: Re-add some missing stuffs This patch will have to be squashed with previous ones, but for readability I prefer to let it alone for now. It reintroduces 2 missing changes: commit fd123903651435c56ca14d88897e9ce4d7a38bb5 Bug 15010: Import patron tool creates 'duplicate' restrictions ( debarments ) commit 011d8e9855ffeb1779f5c1aadc9f4367c298cee7 Bug 12543 - Add userid as matchpoint for "Import patrons" tool Signed-off-by: Colin Campbell -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:32:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:32:56 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #158 from Jonathan Druart --- Created attachment 66580 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66580&action=edit Bug 12598 Allow matched patron to be updated When a test was introduced to not add duplicate userids it overlooked that if you were matching on userid you do not want the update to be rejected. Add a test to overcome this logical flaw if updating by matching userid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:33:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:33:04 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #159 from Jonathan Druart --- Created attachment 66581 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66581&action=edit Bug 12598: Re-add bug 18555: Create patron list from patron import -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:33:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:33:10 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #160 from Jonathan Druart --- Created attachment 66582 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66582&action=edit Bug 12598: Add use Koha::Patron::debarments statement -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:42:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:42:01 +0000 Subject: [Koha-bugs] [Bug 19197] New: Lower case "or" results in broken ElasticSearch queries Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19197 Bug ID: 19197 Summary: Lower case "or" results in broken ElasticSearch queries Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: glasklas at gmail.com QA Contact: testopia at bugs.koha-community.org In some places a literal "or" is used to build search queries which probably works with Zebra, but not with ElasticSearch. Replacing theses occurrences fixes the problem in those cases. This is just a band aid, not addressing the real issue which is (I guess) that a query abstraction interface is needed, and zebra-specific syntax should not be used directly in search queries, but this will at least solve this particular issue. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:45:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:45:40 +0000 Subject: [Koha-bugs] [Bug 19197] Lower case "or" results in broken ElasticSearch queries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19197 --- Comment #1 from David Gustafsson --- Created attachment 66583 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66583&action=edit Change hardcoded instances of lower case "or" in search queries to be compatible with ElasticSearch query syntax -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 15:55:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 13:55:46 +0000 Subject: [Koha-bugs] [Bug 12598] New misc/import_borrowers.pl command line tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12598 --- Comment #161 from Jonathan Druart --- (In reply to Colin Campbell from comment #151) > The recently applied to master patch > > Bug 17829: (follow-up) Fix import patron > > needs to be reverted inorder for the first of these patch to still apply First patch has been rebased to fix this conflict. (In reply to Colin Campbell from comment #152) > Koha/Patrons/Import.pm > > Should have a 'use Koha::Patron::Debarments;' to avoid runtime errors with > undefined subroutine GetDebarments called Fixed in the last patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 16:02:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 14:02:22 +0000 Subject: [Koha-bugs] [Bug 18897] Koha_Elasticsearch_Indexer.t doesn' t skip when ES module not installed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18897 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #6 from Jonathan Druart --- It would be better to use Module::Load::Conditional::can_load I think -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 16:13:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 14:13:51 +0000 Subject: [Koha-bugs] [Bug 19198] New: Renewal as issue causes too many error Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19198 Bug ID: 19198 Summary: Renewal as issue causes too many error Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com To recreate: 1 - Set a rule to limit checkouts to a single issue, allowing renewal 2 - Issue an item to a patron 3 - Issue the same item 4 - In staff client you get a confirm to renew and a notice of Too Many checkouts 5 - VIA Sip - you get a renewal response, but in logs the renewal fails as a 'too many' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 16:26:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 14:26:35 +0000 Subject: [Koha-bugs] [Bug 19196] Add pagination helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 Lari Taskula changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lari.taskula at jns.fi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 16:27:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 14:27:23 +0000 Subject: [Koha-bugs] [Bug 19198] Renewal as issue causes too many error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19198 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 16:27:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 14:27:25 +0000 Subject: [Koha-bugs] [Bug 19198] Renewal as issue causes too many error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19198 --- Comment #1 from Nick Clemens --- Created attachment 66584 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66584&action=edit Bug 19198 - Unit tests -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 16:27:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 14:27:28 +0000 Subject: [Koha-bugs] [Bug 19198] Renewal as issue causes too many error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19198 --- Comment #2 from Nick Clemens --- Created attachment 66585 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66585&action=edit Bug 19198 - Renewal as issue causes too many error This patch moves some code and prevents checking for too many checkouts when performing a renewal via checkout To test: 1 - Set a rule to limit checkouts to a single issue, allowing renewal 2 - Issue an item to a patron 3 - Issue the same item 4 - In staff client you get a confirm to renew and a notice of Too Many checkouts, don't confirm 5 - VIA Sip - you get a renewal response, but in logs the renewal fails as a 'too 6 - Apply patch 7 - Via staff client you shoudl get renewal confirm with no too many error 8 - SIP checkout should renew -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 16:27:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 14:27:36 +0000 Subject: [Koha-bugs] [Bug 19198] Renewal as issue causes too many error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19198 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 16:36:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 14:36:17 +0000 Subject: [Koha-bugs] [Bug 19133] REST API: Password recovery In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19133 --- Comment #4 from Lari Taskula --- Needs a rebase, above patches have dependencies that are blocked and can be removed. Will get back to this later. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:11 +0000 Subject: [Koha-bugs] [Bug 18726] OPAC XSS - biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18726 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Koha security |Koha Group|Koha security | Status|Passed QA |Pushed to Master Component|Koha |Architecture, internals, | |and plumbing --- Comment #5 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:08 +0000 Subject: [Koha-bugs] [Bug 16069] XSS issue in basket.pl page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16069 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Koha |Architecture, internals, | |and plumbing Status|Passed QA |Pushed to Master Product|Koha security |Koha Group|Koha security | --- Comment #16 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:13 +0000 Subject: [Koha-bugs] [Bug 19033] XSS Flaws in Currencies and exchange page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19033 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Koha |Architecture, internals, | |and plumbing Status|Passed QA |Pushed to Master Product|Koha security |Koha Group|Koha security | --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:17 +0000 Subject: [Koha-bugs] [Bug 19034] XSS Flaws in- Cities - Z39.50/ SRU servers administration - Patron categories pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19034 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Koha security | Product|Koha security |Koha Component|Koha |Architecture, internals, | |and plumbing Status|Passed QA |Pushed to Master --- Comment #13 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:20 +0000 Subject: [Koha-bugs] [Bug 19035] Stored XSS in patron lists - lists.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19035 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Koha |Architecture, internals, | |and plumbing Status|Passed QA |Pushed to Master Group|Koha security | Product|Koha security |Koha --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:26 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:26 +0000 Subject: [Koha-bugs] [Bug 19051] XSS Flaws in - Batch record deletion page - Batch item deletion page - Batch item modification page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19051 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Koha security | Status|Passed QA |Pushed to Master Component|Koha |Architecture, internals, | |and plumbing Product|Koha security |Koha --- Comment #10 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:23 +0000 Subject: [Koha-bugs] [Bug 19050] XSS Flaws in Quick spine label creator In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19050 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Koha security | Product|Koha security |Koha Component|Koha |Architecture, internals, | |and plumbing Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:29 +0000 Subject: [Koha-bugs] [Bug 19052] XSS Flaws in - vendor search page - Invoice search page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19052 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Koha security | Product|Koha security |Koha Component|Koha |Architecture, internals, | |and plumbing Status|Passed QA |Pushed to Master --- Comment #7 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:31 +0000 Subject: [Koha-bugs] [Bug 19054] XSS Flaws in Report - Top Most-circulated items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19054 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master Component|Koha |Architecture, internals, | |and plumbing Group|Koha security | Product|Koha security |Koha --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:37 +0000 Subject: [Koha-bugs] [Bug 19079] XSS Flaws in Membership page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19079 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Koha |Architecture, internals, | |and plumbing QA Contact| |testopia at bugs.koha-communit | |y.org Status|Passed QA |Pushed to Master Product|Koha security |Koha Group|Koha security | --- Comment #7 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:34 +0000 Subject: [Koha-bugs] [Bug 19078] XSS Flaws in System preferences In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19078 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Koha security |Koha Group|Koha security | Component|Koha |Architecture, internals, | |and plumbing Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:39 +0000 Subject: [Koha-bugs] [Bug 19100] XSS Flaws in memberentry.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19100 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Koha security |Koha Component|Koha |Architecture, internals, | |and plumbing Status|Passed QA |Pushed to Master Group|Koha security | --- Comment #5 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:45 +0000 Subject: [Koha-bugs] [Bug 19110] XSS Stored in branches.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19110 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Koha security | Status|Passed QA |Pushed to Master Product|Koha security |Koha Component|Koha |Architecture, internals, | |and plumbing --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:42 +0000 Subject: [Koha-bugs] [Bug 19105] XSS Stored in holidays.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19105 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Koha |Architecture, internals, | |and plumbing Group|Koha security | Product|Koha security |Koha Status|Passed QA |Pushed to Master --- Comment #6 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:50 +0000 Subject: [Koha-bugs] [Bug 19114] Stored XSS in parcels.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19114 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Koha security |Koha Status|Passed QA |Pushed to Master Component|Koha |Architecture, internals, | |and plumbing Group|Koha security | --- Comment #5 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:07:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:07:48 +0000 Subject: [Koha-bugs] [Bug 19112] Stored XSS in basketheader.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19112 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master Group|Koha security | Component|Koha |Architecture, internals, | |and plumbing Product|Koha security |Koha --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:08:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:08:16 +0000 Subject: [Koha-bugs] [Bug 12747] Add extra column in Z3950 search result In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #58424|0 |1 is obsolete| | --- Comment #42 from Philippe Audet-Fortin --- Created attachment 66586 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66586&action=edit Bug 12747 - Add extra column in Z3950 search This patch permits to add an extra column in Z3950 search result. The system preference AdditionalFieldsInZ3950ResultSearch maps which MARC field/subfields are displayed in the column. Testing: I Apply the patch II Run updatedatabase.pl ACQUISITIONS 0) Enter a field/subfield in the AdditionalFieldsInZ3950ResultSearch 1) Create a new basket or use an existing one 2) In -Add order to basket-, click "From an external source" 3) Select some search targets and enter a subject heading ex. house 4) Click Search bouton 5) Validate "Additional fields" column with the field/subfield value. CATALOGUING 0) shares same syspref as above 1) Go to cataloguing, click New from z3950 2) fill to result in a successful search 3) validate column Addition Fields sponsored by the CCSR ( http://www.ccsr.qc.ca ) Tested with both patches together, followed test plan, works as expected Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:08:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:08:36 +0000 Subject: [Koha-bugs] [Bug 18355] Permanent location should show with cart location In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18355 --- Comment #18 from Christopher Brannon --- (In reply to Alex Buckley from comment #17) > Hi Christopher > > Your patch works as described and I have signed off on it, I have added your > test plan from comment 2 onto the patch as I know it makes it easier for the > Release Manager Thank you. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:08:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:08:44 +0000 Subject: [Koha-bugs] [Bug 12747] Add extra column in Z3950 search result In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #58425|0 |1 is obsolete| | --- Comment #43 from Philippe Audet-Fortin --- Created attachment 66587 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66587&action=edit Bug 12747 - Add extra column in Z3950 search result This patch uses the standard field syntax (ex: 023$ab), allows writing fields without mentionning subfields and uses whitespace as a field separator instead of semicolon. sponsored by the CCSR ( http://www.ccsr.qc.ca ) Tested with both patches, works as expected. Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:08:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:08:57 +0000 Subject: [Koha-bugs] [Bug 12747] Add extra column in Z3950 search result In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #58426|0 |1 is obsolete| | --- Comment #44 from Philippe Audet-Fortin --- Created attachment 66588 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66588&action=edit Bug12747 - Follow-up to QA Removed unnecessary code in Breeding.pm and provided a new test in Breeding.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:09:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:09:14 +0000 Subject: [Koha-bugs] [Bug 12747] Add extra column in Z3950 search result In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #60965|0 |1 is obsolete| | --- Comment #45 from Philippe Audet-Fortin --- Created attachment 66589 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66589&action=edit Bug12747 - Small fix for add this field correctly in cataloging module -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:11:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:11:35 +0000 Subject: [Koha-bugs] [Bug 12747] Add extra column in Z3950 search result In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747 Philippe Audet-Fortin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff CC| |philippe.audet-fortin at inlib | |ro.com --- Comment #46 from Philippe Audet-Fortin --- The patch apply without conflict. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:16:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:16:57 +0000 Subject: [Koha-bugs] [Bug 4274] Cart now requires login before emailing contents In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4274 Marjorie Barry-Vila changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila at ccsr.qc | |.ca -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:20:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:20:37 +0000 Subject: [Koha-bugs] [Bug 17218] New list add attempt while logged in as dbadmin should be prevented pre-emptively In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17218 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from Owen Leonard --- This works well (although it needs a quick rebase). But I think there should also be a warning on the list add page (/virtualshelves/shelves.pl?op=add_form&referer=add_form) in case the user navigates directly to it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:37:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:37:22 +0000 Subject: [Koha-bugs] [Bug 14570] Make it possible to add multiple guarantors to a record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14570 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 17:45:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 15:45:43 +0000 Subject: [Koha-bugs] [Bug 3137] Add sys pref to collapse areas of the patron add by default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3137 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 18:11:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 16:11:29 +0000 Subject: [Koha-bugs] [Bug 3137] Add sys pref to collapse areas of the patron add by default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3137 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 18:11:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 16:11:32 +0000 Subject: [Koha-bugs] [Bug 3137] Add sys pref to collapse areas of the patron add by default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3137 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61863|0 |1 is obsolete| | Attachment #64094|0 |1 is obsolete| | --- Comment #8 from Owen Leonard --- Created attachment 66590 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66590&action=edit [SIGNED-OFF] Bug 3137: [FOLLOW-UP] Remove checkboxes, add collapsing sections This patch removes the checkboxes from my previous patch and adds collapsing/uncollapsing sections. Follow the above test plan until step 6. The fields selected in HideFieldsAddPatronForm will still be hidden, but can now be shown and collapsed again (as well as all other sections) much more easily and without scrolling. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 18:12:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 16:12:09 +0000 Subject: [Koha-bugs] [Bug 3137] Add sys pref to collapse areas of the patron add by default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3137 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66590|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 18:13:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 16:13:37 +0000 Subject: [Koha-bugs] [Bug 3137] Add sys pref to collapse areas of the patron add by default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3137 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61863|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 18:13:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 16:13:31 +0000 Subject: [Koha-bugs] [Bug 3137] Add sys pref to collapse areas of the patron add by default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3137 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64094|1 |0 is obsolete| | -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 18:15:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 16:15:51 +0000 Subject: [Koha-bugs] [Bug 3137] Add sys pref to collapse areas of the patron add by default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3137 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #61863|0 |1 is obsolete| | Attachment #64094|0 |1 is obsolete| | --- Comment #9 from Owen Leonard --- Created attachment 66591 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66591&action=edit [SIGNED-OFF] Bug 3137: HideFieldsAddPatronForm syspref This patches adds a syspref - HideFieldsAddPatronFrom - that controls which fieldsets are hidden by default in the add patron form. To test: 1) Apply patch and update database 2) Go to System preferences and confirm HideFieldsAddPatronForm has no fields selected 3) Go to add a patron / edit an existing patron (any patron category). confirm everything still works as expected. 4) Tick some of the fields in the syspref to hide them in the form 5) Go back to add patron form. 6) Confirm these fields are hidden and listed at the top of the page 7) Toggle the checkbox and confirm the hidden fields show or hide as expected. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 18:15:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 16:15:54 +0000 Subject: [Koha-bugs] [Bug 3137] Add sys pref to collapse areas of the patron add by default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3137 --- Comment #10 from Owen Leonard --- Created attachment 66592 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66592&action=edit [SIGNED-OFF] Bug 3137: [FOLLOW-UP] Remove checkboxes, add collapsing sections This patch removes the checkboxes from my previous patch and adds collapsing/uncollapsing sections. Follow the above test plan until step 6. The fields selected in HideFieldsAddPatronForm will still be hidden, but can now be shown and collapsed again (as well as all other sections) much more easily and without scrolling. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 18:36:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 16:36:51 +0000 Subject: [Koha-bugs] [Bug 15851] "Analytics: Show analytics" showing regardless of whether they have analytics. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 --- Comment #7 from Jonathan Druart --- Created attachment 66593 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66593&action=edit Bug 15851: Only display 'show analytics' link if there are -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 18:39:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 16:39:37 +0000 Subject: [Koha-bugs] [Bug 15851] "Analytics: Show analytics" showing regardless of whether they have analytics. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #8 from Jonathan Druart --- As I am not sure to understand the need correctly, I have provided a quick (and dirty) patch. Let me know if it fixes the needs and I will improve it later if it is what you are waiting for. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 18:40:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 16:40:25 +0000 Subject: [Koha-bugs] [Bug 18433] Allow to select results to export in item search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18433 --- Comment #27 from Owen Leonard --- I agree with Jonathan that the best behavior would be to allow the user to select items on multiple pages and have it remember across pages. I say this not knowing how difficult it might be to implement it. At the very least the "Export selected results" button should return to its default state if the first page of selections is getting lost, but I don't think it's enough. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 18:45:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 16:45:19 +0000 Subject: [Koha-bugs] [Bug 15851] "Analytics: Show analytics" showing regardless of whether they have analytics. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 --- Comment #9 from Katrin Fischer --- Hi Jonathan, I don't see how the flag would be added, can you explain? We have a lot of libraries with analytics which is why we added the featuer in the first place. The unsolved problem was and is that the MARC parent record doesn't know about it's children. And it's not easy to find out if there is one. If the library uses UseControlNumber for linking, you can check if the 001 of the parent appears in a 773$w with the rcn-Index. If the library doesn't link using numbers, you'd have to do a phrase search for 773$t(?) and Title. A purely manual solution where you have to add a flag to the record would not work for us as we don't catlaog in Koha but in a cooperative catalouging environment (union catalog). So this should be optional then. Having a clean soluton that works without manual interference would be really nice as a lot of libraries have asked for the link to be smarter. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 18:49:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 16:49:00 +0000 Subject: [Koha-bugs] [Bug 19180] Vendor name is missing from breadcrumbs when closing an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19180 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #4 from Jonathan Druart --- We are on basket.pl, sending a "name" variable to the template that is actually the "vendor name" can lead to issue. Let's rename it with "bookseller_name" or whatever more meaningful. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 18:57:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 16:57:51 +0000 Subject: [Koha-bugs] [Bug 15851] "Analytics: Show analytics" showing regardless of whether they have analytics. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 --- Comment #10 from Jonathan Druart --- The flag ($analytics_flag) is set from detail.pl:289 286 #count if item is used in analytical bibliorecords 287 my $countanalytics= GetAnalyticsCount($item->{itemnumber}); 288 if ($countanalytics > 0){ 289 $analytics_flag=1; 290 $item->{countanalytics} = $countanalytics; 291 } -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 19:27:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 17:27:17 +0000 Subject: [Koha-bugs] [Bug 15565] Place multiple holds at once for the same record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ldjamison at marywood.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 19:52:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 17:52:24 +0000 Subject: [Koha-bugs] [Bug 15565] Place multiple holds at once for the same record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64590|0 |1 is obsolete| | Attachment #64591|0 |1 is obsolete| | Attachment #64592|0 |1 is obsolete| | Attachment #64593|0 |1 is obsolete| | Attachment #64594|0 |1 is obsolete| | --- Comment #54 from Owen Leonard --- Created attachment 66594 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66594&action=edit Bz 15565 - Place multiple holds at once for the same record on staff and OPAC. Signed-off-by: S?verine QUEUNE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 19:52:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 17:52:29 +0000 Subject: [Koha-bugs] [Bug 15565] Place multiple holds at once for the same record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565 --- Comment #55 from Owen Leonard --- Created attachment 66595 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66595&action=edit Bz 15565 - CSS changes Signed-off-by: S?verine QUEUNE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 19:52:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 17:52:33 +0000 Subject: [Koha-bugs] [Bug 15565] Place multiple holds at once for the same record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565 --- Comment #56 from Owen Leonard --- Created attachment 66596 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66596&action=edit Bug 15565: Use item's biblionumber only on item-level request Signed-off-by: S?verine QUEUNE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 19:52:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 17:52:38 +0000 Subject: [Koha-bugs] [Bug 15565] Place multiple holds at once for the same record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565 --- Comment #57 from Owen Leonard --- Created attachment 66597 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66597&action=edit Bug 15565: Set 'found' parameter correctly when ReservesNeedReturns is off Signed-off-by: Danielle Elder Signed-off-by: S?verine QUEUNE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 19:52:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 17:52:43 +0000 Subject: [Koha-bugs] [Bug 15565] Place multiple holds at once for the same record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565 --- Comment #58 from Owen Leonard --- Created attachment 66598 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66598&action=edit Bug 15565: Alert librarian that maximum holds per record is reached Signed-off-by: Dani Elder Signed-off-by: Danielle Elder Signed-off-by: S?verine QUEUNE Signed-off-by: S?verine QUEUNE -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 19:55:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 17:55:31 +0000 Subject: [Koha-bugs] [Bug 9302] Add ability to merge patron records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|merge patrons |Add ability to merge patron | |records -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 19:55:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 17:55:18 +0000 Subject: [Koha-bugs] [Bug 9302] merge patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Change sponsored?|--- |Sponsored Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 20:30:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 18:30:18 +0000 Subject: [Koha-bugs] [Bug 19199] New: Placing holds on 2 or more items from intranet cart prevents placing item-level holds Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19199 Bug ID: 19199 Summary: Placing holds on 2 or more items from intranet cart prevents placing item-level holds Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: ldjamison at marywood.edu QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Currently, when adding to the cart and placing holds on 2 or more titles, it is not possible to select specific items in each record. To replicate bug: 1.) Log in to the intranet 2.) Perform a catalog search 3.) Select 2 or more results and add them to the cart 4.) Open the cart, select 2 or more of the cart items and select Place hold 5.) Enter a patron to place the holds for 6.) Note on the Hold details screen it displays record-level holds will be placed. There is no option to make an item-level selection. 7.) Click Place hold 8.) Note on the Existing holds screen, Details lists Next available indicating a record-level hold for each hold. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 21:17:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 19:17:24 +0000 Subject: [Koha-bugs] [Bug 15851] "Analytics: Show analytics" showing regardless of whether they have analytics. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 --- Comment #11 from Katrin Fischer --- It looks like this could work for EasyAnalytics - but it would break the workflow for people using UseControlNumber - linking without any items involved on bibliographic record level (MARC21 standard) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 22:05:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 20:05:38 +0000 Subject: [Koha-bugs] [Bug 19196] Add pagination helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 66599 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66599&action=edit Bug 19196: Unit tests This patch adds unit tests for the new pagination Mojo plugin. Sponsored-by: ByWater Solutions Sponsored-by: Camden County -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 22:05:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 20:05:44 +0000 Subject: [Koha-bugs] [Bug 19196] Add pagination helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 --- Comment #2 from Tom?s Cohen Arazi --- Created attachment 66600 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66600&action=edit Bug 19196: Add Koha::REST::Plugin::Pagination This patch introduces a Mojolicious plugin to be used on the REST api. It adds two helper methods: total_count_header ================== When used, it adds an _X-Total-Count_ header with the value it got passed like this: my $patrons = Koha::Patrons->search; my $count = $patrons->count; $c->total_count_header({ total_count => $count }); => Response contains X-Total-Count: $count links_header ============ When used, it adds a _Link_ header to the reponse with the calculated values for pagination, like this: my $patrons = Koha::Patrons->search; my $count = $patrons->count; $c->links_header({ total => $count, page => 2, per_page => 2 }); To test: - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/Koha/REST/Plugin/Pagination.t => SUCCESS: Tests pass! - Sign off :-D Sponsored-by: ByWater solutions Sponsored-by: Camden County -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 22:05:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 20:05:49 +0000 Subject: [Koha-bugs] [Bug 19196] Add pagination helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 --- Comment #3 from Tom?s Cohen Arazi --- Created attachment 66601 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66601&action=edit Bug 19196: Make plugin available to endpoints This patch just initializes the plugin on the main controller class so it is available for all endpoints to use. As it is not used, in order to test just restart plack and make sure the endpoints work (run the t/db_dependent/api/v1 tests). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 22:07:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 20:07:08 +0000 Subject: [Koha-bugs] [Bug 19196] Add pagination helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org, | |kyle at bywatersolutions.com Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 23:07:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 21:07:05 +0000 Subject: [Koha-bugs] [Bug 19200] New: Warns when exporting a basket Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19200 Bug ID: 19200 Summary: Warns when exporting a basket Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org When exporting a basket with the default CSV profile: Use of uninitialized value in string eq at /home/vagrant/kohaclone/acqui/basket.pl line 173. CGI::param called in list context from package CGI::Compile::ROOT::home_vagrant_kohaclone_acqui_basket_2epl line 177, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 436. When exporting a basket with some other CSV profile: CGI::param called in list context from package CGI::Compile::ROOT::home_vagrant_kohaclone_acqui_basket_2epl line 177, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 436. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 23:11:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 21:11:58 +0000 Subject: [Koha-bugs] [Bug 19200] Warns when exporting a basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19200 --- Comment #1 from Aleisha Amohia --- Created attachment 66602 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66602&action=edit Bug 19200: Preventing warns when exporting a basket To test: 1) Go to Tools -> CSV profiles -> New CSV Profile 2) Create a new CSV profile with any name of SQL fields. Ensure profile type: SQL and usage: basket export in acquisition 3) Go to Acquisitions -> Find or create a vendor -> Use or create a basket 4) Click the dropdown menu next to the 'Export as CSV' button. There should be a 'Default' option and your new CSV profile (at least) 5) Click the 'Default' option. Notice warns 6) Click the 'Export as CSV' button. Notice warns 7) Click your new CSV profile option. Notice warns 8) Apply patch and refresh page 9) Repeat steps 5-7, confirm that warns do not show 10) Confirm export still works as expected Sponsored-by: Catalyst IT -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 23:12:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 21:12:08 +0000 Subject: [Koha-bugs] [Bug 19200] Warns when exporting a basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19200 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |aleisha at catalyst.net.nz |ity.org | Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 23:11:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 21:11:56 +0000 Subject: [Koha-bugs] [Bug 19200] Warns when exporting a basket In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19200 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 23:28:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 21:28:49 +0000 Subject: [Koha-bugs] [Bug 19180] Vendor name is missing from breadcrumbs when closing an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19180 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 23:28:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 21:28:52 +0000 Subject: [Koha-bugs] [Bug 19180] Vendor name is missing from breadcrumbs when closing an order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19180 --- Comment #5 from Aleisha Amohia --- Created attachment 66603 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66603&action=edit Bug 19180: [FOLLOW-UP] Renaming all instances of 'name' variable to 'booksellername' ... when referring to the name of the vendor. To test: 1) Confirm vendor shows on webpage title (tab name) 2) Confirm vendor shows in breadcrumbs 3) Confirm vendor shows in heading when viewing basket ('Basket x (1) for vendor') Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 23:43:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 21:43:03 +0000 Subject: [Koha-bugs] [Bug 17218] New list add attempt while logged in as dbadmin should be prevented pre-emptively In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17218 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 23:43:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 21:43:06 +0000 Subject: [Koha-bugs] [Bug 17218] New list add attempt while logged in as dbadmin should be prevented pre-emptively In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17218 --- Comment #3 from Aleisha Amohia --- Created attachment 66604 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66604&action=edit Bug 17218: [FOLLOW-UP] Stop DB user from adding list by forcing URL To test: 1) Go to the url /virtualshelves/shelves.pl?op=add_form&referer=add_form 2) Confirm an error message shows and the Save button cannot be clicked Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 23:44:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 21:44:33 +0000 Subject: [Koha-bugs] [Bug 19201] New: Koha Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19201 Bug ID: 19201 Summary: Koha Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: samarosu1 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66605 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66605&action=edit Asd -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Aug 29 23:51:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 21:51:42 +0000 Subject: [Koha-bugs] [Bug 19016] Add a script to fix corrupted data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19016 Christian McDonald changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcmcdonald91 at gmail.com --- Comment #11 from Christian McDonald --- When can expect a fix to be available via the stable Debian repo? I have 120 affected rows in my issues tables that is preventing my library from properly returning books. Otherwise, how can I manually fix "deal with" these affected rows? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 00:01:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 22:01:46 +0000 Subject: [Koha-bugs] [Bug 19202] New: Koha Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19202 Bug ID: 19202 Summary: Koha Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: bugs.koha-community.org Assignee: koha-bugs at lists.koha-community.org Reporter: samarosu1 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66606 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66606&action=edit Ii -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 00:12:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 22:12:55 +0000 Subject: [Koha-bugs] [Bug 18503] Confusing hold and transfer dialog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18503 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #9 from Christopher Brannon --- (In reply to Katrin Fischer from comment #8) > Hi Christopher, you might have run into bug 19116 I believe you are correct. I was thinking I might have broke something, but I do recall this bug coming up on one of our last upgrades, and someone fixed it (probably applied the patch). I have tested, and it is a pre-existing condition that this patch doesn't address, so we are good to go. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 00:16:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 22:16:03 +0000 Subject: [Koha-bugs] [Bug 19203] New: Koha Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19203 Bug ID: 19203 Summary: Koha Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Browser compatibility Assignee: oleonard at myacpl.org Reporter: samarosu1 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66607 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66607&action=edit Ii -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 00:26:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 22:26:20 +0000 Subject: [Koha-bugs] [Bug 16391] In 'Tools', the link 'Tool plugins' has '?method=tool' in its link, which does not show all installed plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16391 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleisha at catalyst.net.nz --- Comment #6 from Aleisha Amohia --- This looks like it has been fixed in the latest version - the headings and links now say 'Tools plugins' or 'Reports plugins'. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 01:10:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 23:10:33 +0000 Subject: [Koha-bugs] [Bug 19203] Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19203 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 01:10:58 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 29 Aug 2017 23:10:58 +0000 Subject: [Koha-bugs] [Bug 19203] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19203 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Summary|Koha |SPAM Resolution|--- |INVALID -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 06:39:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 04:39:12 +0000 Subject: [Koha-bugs] [Bug 16204] Show friendly error message when trying to edit record which no longer exists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16204 --- Comment #1 from Aleisha Amohia --- Created attachment 66608 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66608&action=edit Bug 16204: Show friendly error message if trying to edit record which no longer exists To test: 1) Create a record 2) Click Edit -> Edit record. open this in another tab 3) Delete the record in the original tab 4) Refresh the edit form in the other tab. Notice the software error 5) Apply patch and refresh page 6) There should be a nice error message with the form fields and buttons hidden. Confirm links work as expected. Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 06:39:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 04:39:09 +0000 Subject: [Koha-bugs] [Bug 16204] Show friendly error message when trying to edit record which no longer exists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16204 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 06:39:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 04:39:37 +0000 Subject: [Koha-bugs] [Bug 16204] Show friendly error message when trying to edit record which no longer exists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16204 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |aleisha at catalyst.net.nz Change sponsored?|--- |Sponsored CC| |aleisha at catalyst.net.nz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 09:39:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 07:39:57 +0000 Subject: [Koha-bugs] [Bug 19134] C4::SMS does not handle drivers with more than two names well In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19134 --- Comment #6 from Magnus Enger --- This is needed in 17.05.x too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 10:31:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 08:31:57 +0000 Subject: [Koha-bugs] [Bug 15851] "Analytics: Show analytics" showing regardless of whether they have analytics. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 --- Comment #12 from Zeno Tajoli --- Hi, in fact Katrin underline the problematic point: in MARC21 standard catalouging nothing in parent biblio record of a serial says if it has analitics. Probably a good option is: 1)A new Sys pref "AnaliticsWithControlNumbers" and say: "Set it 'ON' only if you use control numbers in 77x$w and don't use EasyAnalytics". 2)A new function like "GetAnalyticsCount" but based on controlnumber and rcn-Index. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 10:57:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 08:57:03 +0000 Subject: [Koha-bugs] [Bug 15851] "Analytics: Show analytics" showing regardless of whether they have analytics. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 --- Comment #13 from Hugo Agud --- At the what we need is to know if a bib record has analytics, we do not need silly xslt links based on bib-leve:s (journals) and on the other hand we have forgotten about chapters not only serial (bib-level:b) The link between bib and analytics is 773 field... here the big issue is most of fields are text 773$t and the one to one link are 773$0 773$9 or even 773$x(issn (journals) or 773$w(controlnumber) depends on every library, how they have created the analytics...they will have more or less filled tags If you're using koha and have created the analytics with koha you will have a nice 773 to work create links ;) Now in the staff cients, in the analytics tab you have info about if that item has anaytics attached and how many... because the 773$9 (one to one link and it works fine) I think there is not a 100% solution, because there will be plenty of different situations and one solution won't match all possible situations I like the idea of the syspref 'GetAnalyticsCount' but we must be clear enought with the customers explaining how the links works The idea it should be, that the library must check their current 773 tags and fix it. (they have a nice batch record modification tool) There is 3 potential ways: for current biblionumber --> appear the link if there is any 773$0 that matchs the biblio or for current itemnumbers --> appear a link if there is any 773$9 that matchs the itemnumber or for current issn --> apprear a link if there is any 773$x that matches 022$a I don not like the control-number: the use of control number I dislike because koha is not using 001 control-number -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 11:05:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 09:05:52 +0000 Subject: [Koha-bugs] [Bug 19204] New: Fines in days restriction calculation is not taking calender into account Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19204 Bug ID: 19204 Summary: Fines in days restriction calculation is not taking calender into account Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com When using the fines in days feature, the restrictions will be calculated without taking holidays into account. So the restriction can end in the middle of a period the library is closed. To test: - Set finescalendar to 'not including days the library is closed' - Set a circulation condition with no fine/maxfine, but fine days and max fine days instead - Check out an item with a due date in the past - Check the item in and verify the restriction date - Clean the restriction - Add holidays to your calendar on the calculated restriction date - Check the item out again with the same due date in the past - Check in the item again - Verify the calculated restriction end date now is the same and a holiday. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 11:34:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 09:34:08 +0000 Subject: [Koha-bugs] [Bug 15851] "Analytics: Show analytics" showing regardless of whether they have analytics. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 --- Comment #14 from Katrin Fischer --- (In reply to Hugo Agud from comment #13) > At the what we need is to know if a bib record has analytics, we do not need > silly xslt links based on bib-leve:s (journals) and on the other hand we > have forgotten about chapters not only serial (bib-level:b) The links have been created so you can hide them very easily with CSS if you don't want or need them. > The link between bib and analytics is 773 field... here the big issue is > most of fields are text 773$t and the one to one link are 773$0 773$9 or > even 773$x(issn (journals) or 773$w(controlnumber) depends on every library, > how they have created the analytics...they will have more or less filled tags > > If you're using koha and have created the analytics with koha you will have > a nice 773 to work create links ;) Not all libraries catalog solely in Koha. But: you can create analytics within Koha in 2 different ways already. One is EasyAnalytics which is tied to the items, the other is from the detail view available as well and supports Controlnumber linking: New > New child record. If a 001 exists, it will be used. The different linking methods/options are the reson that there is a fallback from $w to a Title search. More logic could be added there to include other possible good search parameters like ISBN/ISSN. > Now in the staff cients, in the analytics tab you have info about if that > item has anaytics attached and how many... because the 773$9 (one to one > link and it works fine) Please keep in mind that this is only available for libraries using EasyAnalytics. > I think there is not a 100% solution, because there will be plenty of > different situations and one solution won't match all possible situations > > I like the idea of the syspref 'GetAnalyticsCount' but we must be clear > enought with the customers explaining how the links works > > The idea it should be, that the library must check their current 773 tags > and fix it. (they have a nice batch record modification tool) > > There is 3 potential ways: > for current biblionumber --> appear the link if there is any 773$0 that > matchs the biblio > or There is no $0 defined for 773 in MARC standard? > > for current itemnumbers --> appear a link if there is any 773$9 that matchs > the itemnumber > > or > for current issn --> apprear a link if there is any 773$x that matches 022$a Please don't forget $w here - it's actually one of the best possible links, as the matching should be exact based on ID. > I don not like the control-number: > the use of control number I dislike because koha is not using 001 > control-number Please keep other workflows in mind. Our records are linked outside of Koha by ID in an external cataloguing environment, everything is held together by 001. One central cataloguing environment, data delivered to lots of different ILS. Also: 001/$w IS MARC standard. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 14:24:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 12:24:32 +0000 Subject: [Koha-bugs] [Bug 19196] Add pagination helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66599|0 |1 is obsolete| | --- Comment #4 from Tom?s Cohen Arazi --- Created attachment 66609 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66609&action=edit Bug 19196: Unit tests This patch adds unit tests for the new pagination Mojo plugin. Sponsored-by: ByWater Solutions Sponsored-by: Camden County -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 14:24:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 12:24:40 +0000 Subject: [Koha-bugs] [Bug 19196] Add pagination helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66600|0 |1 is obsolete| | --- Comment #5 from Tom?s Cohen Arazi --- Created attachment 66610 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66610&action=edit Bug 19196: Add Koha::REST::Plugin::Pagination This patch introduces a Mojolicious plugin to be used on the REST api. It adds two helper methods: total_count_header ================== When used, it adds an _X-Total-Count_ header with the value it got passed like this: my $patrons = Koha::Patrons->search; my $count = $patrons->count; $c->total_count_header({ total => $count }); => Response contains X-Total-Count: $count links_header ============ When used, it adds a _Link_ header to the reponse with the calculated values for pagination, like this: my $patrons = Koha::Patrons->search; my $count = $patrons->count; $c->links_header({ total => $count, page => 2, per_page => 2 }); To test: - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/Koha/REST/Plugin/Pagination.t => SUCCESS: Tests pass! - Sign off :-D Sponsored-by: ByWater solutions Sponsored-by: Camden County -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 14:24:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 12:24:49 +0000 Subject: [Koha-bugs] [Bug 19196] Add pagination helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66601|0 |1 is obsolete| | --- Comment #6 from Tom?s Cohen Arazi --- Created attachment 66611 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66611&action=edit Bug 19196: Make plugin available to endpoints This patch just initializes the plugin on the main controller class so it is available for all endpoints to use. As it is not used, in order to test just restart plack and make sure the endpoints work (run the t/db_dependent/api/v1 tests). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 14:33:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 12:33:56 +0000 Subject: [Koha-bugs] [Bug 18731] REST api: Add an endpoint for acquisition orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18731 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored Depends on| |19196 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 [Bug 19196] Add pagination helpers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 14:33:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 12:33:56 +0000 Subject: [Koha-bugs] [Bug 19196] Add pagination helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18731 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18731 [Bug 18731] REST api: Add an endpoint for acquisition orders -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 15:31:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 13:31:32 +0000 Subject: [Koha-bugs] [Bug 10589] Override OpacHiddenItems based on Patron Category In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10589 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|10895 |14385 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10895 [Bug 10895] Tests for C4::Items GetHiddenItems https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 15:31:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 13:31:32 +0000 Subject: [Koha-bugs] [Bug 10895] Tests for C4::Items GetHiddenItems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10895 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|10589 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10589 [Bug 10589] Override OpacHiddenItems based on Patron Category -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 15:31:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 13:31:32 +0000 Subject: [Koha-bugs] [Bug 14385] Extend OpacHiddenItems to allow specifying exempt borrower categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14385 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |10589 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10589 [Bug 10589] Override OpacHiddenItems based on Patron Category -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 15:34:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 13:34:56 +0000 Subject: [Koha-bugs] [Bug 19205] New: Pay selected fine generates 500 error Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 Bug ID: 19205 Summary: Pay selected fine generates 500 error Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: andreas.hedstrom.mace at sub.su.se QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Using the pay selected option from the borrowers account, to pay for one specific fine among other gives a 500 error, despite the payment going through. To reproduce: Add two fines using the Create manual invoice function. Select one fine and "pay selected". Pay a part of the amount. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 15:36:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 13:36:33 +0000 Subject: [Koha-bugs] [Bug 19206] New: How should we sort 19xx when order is pubdate? Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19206 Bug ID: 19206 Summary: How should we sort 19xx when order is pubdate? Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org On bug 11046 I proposed to sort e.g. 19xx with 1900. This relates to the kohafield copyrightdate used to sort lists and in reports. For search results, the sort on publication date depends on pubdate as indexed by Zebra. If we add uncertain years like 19xx or better 19uu in the MARC21 008, they will be sorted after 1999 (current situation). We could add a "fix_008" in rebuild_zebra (just as a few other fixes already there) and replace 19uu by 1900 when indexing in order to get 19xx sorted with 1900. What do you think ? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 15:36:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 13:36:48 +0000 Subject: [Koha-bugs] [Bug 19206] How should we sort 19xx when order is pubdate? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19206 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=11046 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 15:36:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 13:36:48 +0000 Subject: [Koha-bugs] [Bug 11046] Better handling of uncertain years for publicationyear/ copyrightdate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11046 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19206 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 15:39:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 13:39:03 +0000 Subject: [Koha-bugs] [Bug 19205] Pay selected fine generates 500 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 15:39:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 13:39:05 +0000 Subject: [Koha-bugs] [Bug 19205] Pay selected fine generates 500 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 --- Comment #1 from Kyle M Hall --- Created attachment 66612 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66612&action=edit Bug 19205 - Pay selected fine generates 500 error Using the pay selected option from the borrowers account, to pay for one specific fine among other gives a 500 error, despite the payment going through. Test Plan: 1) Add two fines using the Create manual invoice function. 2) Select one fine and "pay selected". 3) Pay a part of the amount. 4) Note error 5) Apply this patch 6) Repeat steps 1-3 7) No error! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 15:39:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 13:39:17 +0000 Subject: [Koha-bugs] [Bug 19205] Pay selected fine generates 500 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Severity|enhancement |normal Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 15:50:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 13:50:06 +0000 Subject: [Koha-bugs] [Bug 19205] Pay selected fine generates 500 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major CC| |katrin.fischer at bsz-bw.de -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 15:58:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 13:58:59 +0000 Subject: [Koha-bugs] [Bug 19207] New: Don't export fields Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19207 Bug ID: 19207 Summary: Don't export fields Change sponsored?: --- Product: Koha Version: 3.22 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: osimandias at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66613 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66613&action=edit srceenshot GUI option In the GUI option "Don't export fields" (of export.pl) is not expressed correctly. It does not exclude the field of the exported records, What it does, is to exclude the records that contain that field. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 15:59:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 13:59:22 +0000 Subject: [Koha-bugs] [Bug 19207] Don't export fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19207 Marcos Benincasa changed: What |Removed |Added ---------------------------------------------------------------------------- Alias| |Osimandias -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:00:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:00:47 +0000 Subject: [Koha-bugs] [Bug 19205] Pay selected fine generates 500 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 Andreas Hedstr?m Mace changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:00:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:00:49 +0000 Subject: [Koha-bugs] [Bug 19205] Pay selected fine generates 500 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 Andreas Hedstr?m Mace changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66612|0 |1 is obsolete| | --- Comment #2 from Andreas Hedstr?m Mace --- Created attachment 66614 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66614&action=edit Bug 19205 - Pay selected fine generates 500 error Using the pay selected option from the borrowers account, to pay for one specific fine among other gives a 500 error, despite the payment going through. Test Plan: 1) Add two fines using the Create manual invoice function. 2) Select one fine and "pay selected". 3) Pay a part of the amount. 4) Note error 5) Apply this patch 6) Repeat steps 1-3 7) No error! Signed-off-by: Andreas Hedstr?m Mace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:15:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:15:17 +0000 Subject: [Koha-bugs] [Bug 9302] Add ability to merge patron records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:15:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:15:20 +0000 Subject: [Koha-bugs] [Bug 9302] Add ability to merge patron records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302 --- Comment #3 from Kyle M Hall --- Created attachment 66615 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66615&action=edit Bug 9302 - Add ability to merge patron records It would be great if there were a merge patrons feature. If you accidentally end up with one patron with two cards it would be nice to merge their records together so that you don't lose their history or holds or anything. This patch adds a basic patron merge feature. It attempts to relink all patron related tables from the patron(s) to be merged. It does not attempt to relink librarian account related tables at this time. This feature does not attempt to automatically resolve issues such as duplicate holds. Such a feature could build upon this one though. Test Plan: 1) Apply this patch 2) Find two or more patrons 3) Perform a patron search that will bring them up on the same page of results, or add them all to a list of patrons. 4) Use the 'merge' button to begin the merging process 5) Choose a patron to keep 6) Verify the deleted patrons data ( checkouts, holds, etc ) are now linked to the kept patron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:18:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:18:50 +0000 Subject: [Koha-bugs] [Bug 19208] New: Pay select option doesn't pay the selected fine Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19208 Bug ID: 19208 Summary: Pay select option doesn't pay the selected fine Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: andreas.hedstrom.mace at sub.su.se QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Created attachment 66616 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66616&action=edit Fines total amount The "Pay selected" option on the Fines tab in the borrower account page doesn't work as intended. The problem has been noted on both 16.05.00 and on master, but behaves a bit differently. On 16.05 the amount paid will be drawn from the total amount rather than the selected fine, while on master the fine on top of the list gets the amount deducted, even if another fine is choosen from the list. To recreate: 1) Create two or three fines, using the Create manual invoice function. 2) Choose one of the fines (not the one on the top) and click Pay selected 3) Pay a partial amount 4) Go back to the Pay fines tab an notice that the fine you selected has not changed. Instead, either the top fine or the total (see attachment) has ben affected. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:24:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:24:29 +0000 Subject: [Koha-bugs] [Bug 9302] Add ability to merge patron records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9302 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66615|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall --- Created attachment 66617 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66617&action=edit Bug 9302 - Add ability to merge patron records It would be great if there were a merge patrons feature. If you accidentally end up with one patron with two cards it would be nice to merge their records together so that you don't lose their history or holds or anything. This patch adds a basic patron merge feature. It attempts to relink all patron related tables from the patron(s) to be merged. It does not attempt to relink librarian account related tables at this time. This feature does not attempt to automatically resolve issues such as duplicate holds. Such a feature could build upon this one though. Test Plan: 1) Apply this patch 2) Find two or more patrons 3) Perform a patron search that will bring them up on the same page of results, or add them all to a list of patrons. 4) Use the 'merge' button to begin the merging process 5) Choose a patron to keep 6) Verify the deleted patrons data ( checkouts, holds, etc ) are now linked to the kept patron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:25:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:25:34 +0000 Subject: [Koha-bugs] [Bug 16977] REST tests cleanup ineffective In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16977 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #3 from Jonathan Druart --- *** This bug has been marked as a duplicate of bug 18826 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:25:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:25:34 +0000 Subject: [Koha-bugs] [Bug 18826] REST API tests do not clean up In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18826 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lari.taskula at jns.fi --- Comment #8 from Jonathan Druart --- *** Bug 16977 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:39:52 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:39:52 +0000 Subject: [Koha-bugs] [Bug 19208] Pay select option doesn't pay the selected fine In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19208 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:39:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:39:54 +0000 Subject: [Koha-bugs] [Bug 19208] Pay select option doesn't pay the selected fine In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19208 --- Comment #1 from Kyle M Hall --- Created attachment 66618 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66618&action=edit Bug 19208 [Master] - Pay select option doesn't pay the selected fine The "Pay selected" option on the Fines tab in the borrower account page doesn't work as intended. The fine on top of the list gets the amount deducted, even if another fine is choosen from the list. Test Plan: 1) Create two or three fines, using the Create manual invoice function. 2) Choose one of the fines (not the one on the top) and click Pay selected 3) Pay a partial amount 4) Go back to the Pay fines tab an notice that the fine you selected has not changed. Instead, either the top fine or the total (see attachment) has ben affected. 5) Apply this patch 6) Repeat steps 1-3 7) Note the correct fine is paid -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:40:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:40:10 +0000 Subject: [Koha-bugs] [Bug 19208] Pay select option doesn't pay the selected fine In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19208 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | CC| |kyle at bywatersolutions.com Severity|enhancement |major -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:40:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:40:56 +0000 Subject: [Koha-bugs] [Bug 15908] Remove use of recordpayment_selectaccts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15908 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19205 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 [Bug 19205] Pay selected fine generates 500 error -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:40:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:40:56 +0000 Subject: [Koha-bugs] [Bug 19205] Pay selected fine generates 500 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15908 CC| |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15908 [Bug 15908] Remove use of recordpayment_selectaccts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:43:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:43:39 +0000 Subject: [Koha-bugs] [Bug 19205] Pay selected fine generates 500 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |critical -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:45:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:45:20 +0000 Subject: [Koha-bugs] [Bug 19208] Pay select option doesn't pay the selected fine In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19208 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Depends on| |19205 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 [Bug 19205] Pay selected fine generates 500 error -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:45:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:45:20 +0000 Subject: [Koha-bugs] [Bug 19205] Pay selected fine generates 500 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19208 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19208 [Bug 19208] Pay select option doesn't pay the selected fine -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:46:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:46:30 +0000 Subject: [Koha-bugs] [Bug 19205] Pay selected fine generates 500 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 16:46:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 14:46:34 +0000 Subject: [Koha-bugs] [Bug 19205] Pay selected fine generates 500 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66614|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 66619 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66619&action=edit Bug 19205 - Pay selected fine generates 500 error Using the pay selected option from the borrowers account, to pay for one specific fine among other gives a 500 error, despite the payment going through. Test Plan: 1) Add two fines using the Create manual invoice function. 2) Select one fine and "pay selected". 3) Pay a part of the amount. 4) Note error 5) Apply this patch 6) Repeat steps 1-3 7) No error! Signed-off-by: Andreas Hedstr?m Mace Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:09:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:09:30 +0000 Subject: [Koha-bugs] [Bug 19209] New: Koha::Objects should provide ->is_paged method Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 Bug ID: 19209 Summary: Koha::Objects should provide ->is_paged method Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org It is already implemented by DBIC resultsets and it should be a tiny addition to AUTOLOAD. It would save several lines of coding when pagination is used. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:14:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:14:10 +0000 Subject: [Koha-bugs] [Bug 19209] Koha::Objects should provide ->is_paged method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:14:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:14:13 +0000 Subject: [Koha-bugs] [Bug 19209] Koha::Objects should provide ->is_paged method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 66620 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66620&action=edit Bug 19209: Add ->is_paged method to Koha::Objects This patch adds ->is_paged to Koha::Objects. It is inherited from the underlying resultset from DBIC so there's no code besides adding it to the known methods in AUTOLOAD. Tests are added for the newly exported method. To test: - Apply this patch - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/Koha/Objects.t => SUCCESS: Tests pass! - Sign off :-D Sponsored-by: Camden County -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:19:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:19:36 +0000 Subject: [Koha-bugs] [Bug 19209] Koha::Objects should provide ->is_paged method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |tomascohen at gmail.com |ity.org | CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:29:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:29:15 +0000 Subject: [Koha-bugs] [Bug 18298] Enforce password complexity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18298 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #62976|0 |1 is obsolete| | Attachment #62977|0 |1 is obsolete| | Attachment #62978|0 |1 is obsolete| | Attachment #62979|0 |1 is obsolete| | Attachment #62980|0 |1 is obsolete| | Attachment #62981|0 |1 is obsolete| | --- Comment #49 from Jonathan Druart --- Created attachment 66621 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66621&action=edit Bug 18298: Enforce password complexity This patchset prevents users to enter too leak password, controlled by a new syspref RequireStrongPassword. If set the staff and patrons will have to enter a strong password. The strongness cannot be modified, it has been arbitrarily set (by the author of this enhancement) to at least 1 lowercase, 1 uppercase and 1 digit. This can be inforce by increasing the value of the existing minPasswordLength pref. I decided to turn this feature on, it cannot hurt! For existing installs it will have to be turned on manually. Writing these patches I found a lot of inconsistencies all around the password checks and decided to refactor everything to make things consistent and more robust. Now the password validity is check at only one place (subroutine covered by tests). Test plan: We have several places where a password can be change/created: a. Editing a patron (members/memberentry.pl) b. Changing the password of a patron (members/member-password.pl) c. Changing your own password at the opac (opac/opac-passwd.pl). OpacPasswordChange needs to be set d. Reseting your own password at the opac (opac/opac-password-recovery.pl). OpacResetPassword needs to be set, see "Forgot your password?" link when you are not logged in e. Self registration feature, PatronSelfRegistration needs to be set. You will also need to add 'password' to PatronSelfRegistrationBorrowerMandatoryField. Note that '****' is considered by Koha internally that the password is not changed (existing behavior). To fully test this patch you will need to test the different combinations of RequireStrongPassword and minPasswordLength. Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:29:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:29:20 +0000 Subject: [Koha-bugs] [Bug 18298] Enforce password complexity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18298 --- Comment #50 from Jonathan Druart --- Created attachment 66622 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66622&action=edit Bug 18298: Use the validate jQuery plugin To validate password fields we need to use the validate jQuery plugin. To make things reusable this patch adds a new include file 'password_check.inc' at the intranet and opac sides, it creates 3 new validation methods: - password_strong => make sure the passwords are strong enough according to the values of the RequireStrongPassword and minPasswordLength prefs - password_no_spaces => prevent passwords to be entered with leading or trailing spaces - password_match => make sure both password fields match Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:29:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:29:25 +0000 Subject: [Koha-bugs] [Bug 18298] Enforce password complexity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18298 --- Comment #51 from Jonathan Druart --- Created attachment 66623 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66623&action=edit Bug 18298: Move password generation to template side This patch removes a really ugly way to generate a password: the whole template was sent and parsed to retrieve the "#defaultnewpassfield" node. To avoid the password to be sent plain text it is certainly better to generate it client-side. The same kind of passwords will be generated: 0-9a-zA-Z The while loop prevents to get an invalid generated password. Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:29:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:29:30 +0000 Subject: [Koha-bugs] [Bug 18298] Enforce password complexity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18298 --- Comment #52 from Jonathan Druart --- Created attachment 66624 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66624&action=edit Bug 18298: minPaswordLength should not be < 3 Indeed if RequireStrongPassword is set we need at least 3 characters to match 1 upper, 1 lower and 1 digit. We could make things more complicated to allow minPasswordLength < 3 but, really, 3 is already too low... Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:29:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:29:34 +0000 Subject: [Koha-bugs] [Bug 18298] Enforce password complexity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18298 --- Comment #53 from Jonathan Druart --- Created attachment 66625 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66625&action=edit Bug 18298: minPasswordLength should not be used as the default password length The length of the passwords generated for a patron should not be as long as the value of minPasswordLength. It is the minimum required size of a password, not the maximum! So let's fix it to 8 if the minPasswordLength if < 8, that sounds reasonable and less risky for patrons. Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:29:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:29:39 +0000 Subject: [Koha-bugs] [Bug 18298] Enforce password complexity In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18298 --- Comment #54 from Jonathan Druart --- Created attachment 66626 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66626&action=edit Bug 18298: Add server-side checks and refactor stuffs Now that we have a check client-side, nothing prevents us from a smart guy to bypass it and force an invalid password. This patch adds two new subroutines to Koha::AuthUtils to check the validity of passwords and generate a password server-side. It is used only once (self-registration) but could be useful later. Moreover the 3 different cases of password rejection (too leak, too short, contains leading or trailing whitespaces) were not tested everywhere. Now they are! This patch makes things consistent everywhere and clean up some code. Signed-off-by: Marc V?ron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:32:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:32:40 +0000 Subject: [Koha-bugs] [Bug 19209] Koha::Objects should provide ->is_paged method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 --- Comment #2 from Tom?s Cohen Arazi --- Created attachment 66627 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66627&action=edit Bug 19209: (QA followup) Improve tests This path merges the pager() test and adds search results count tests Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:41:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:41:06 +0000 Subject: [Koha-bugs] [Bug 18537] Update Ukrainian installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18537 --- Comment #18 from Katrin Fischer --- I got not problems - it applies cleanly. I have tested on a standard kohadevbox and just now tried it against master in my super old git dev installation. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:42:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:42:01 +0000 Subject: [Koha-bugs] [Bug 19209] Koha::Objects should provide ->is_paged method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:42:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:42:45 +0000 Subject: [Koha-bugs] [Bug 19209] Koha::Objects should provide ->is_paged method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18731 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18731 [Bug 18731] REST api: Add an endpoint for acquisition orders -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:42:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:42:45 +0000 Subject: [Koha-bugs] [Bug 18731] REST api: Add an endpoint for acquisition orders In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18731 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |19209 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 [Bug 19209] Koha::Objects should provide ->is_paged method -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:43:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:43:29 +0000 Subject: [Koha-bugs] [Bug 18837] Add an unmediated Interlibrary Loans workflow In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18837 --- Comment #1 from Alex Sassmannshausen --- Created attachment 66628 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66628&action=edit Add ILL Unmediated syspref stuff. * installer/data/mysql/atomicupdate/illunmediated_tables.sql: New file. * installer/data/mysql/sysprefs.sql: Add `ILLModuleUnmediated`. * koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref: Add `ILLModuleUnmediated` handling. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 17:43:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 15:43:32 +0000 Subject: [Koha-bugs] [Bug 18837] Add an unmediated Interlibrary Loans workflow In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18837 --- Comment #2 from Alex Sassmannshausen --- Created attachment 66629 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66629&action=edit Introduce delegation to backends for unmediated workflows. * Koha/Illrequest.pm (backend_create): Add dispatch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 18:05:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 16:05:41 +0000 Subject: [Koha-bugs] [Bug 19210] New: index Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19210 Bug ID: 19210 Summary: index Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: bronjil007 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66630 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66630&action=edit index -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 18:07:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 16:07:02 +0000 Subject: [Koha-bugs] [Bug 19209] Koha::Objects should provide ->is_paged method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 18:07:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 16:07:05 +0000 Subject: [Koha-bugs] [Bug 19209] Koha::Objects should provide ->is_paged method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66620|0 |1 is obsolete| | Attachment #66627|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall --- Created attachment 66631 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66631&action=edit Bug 19209: Add ->is_paged method to Koha::Objects This patch adds ->is_paged to Koha::Objects. It is inherited from the underlying resultset from DBIC so there's no code besides adding it to the known methods in AUTOLOAD. Tests are added for the newly exported method. To test: - Apply this patch - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/db_dependent/Koha/Objects.t => SUCCESS: Tests pass! - Sign off :-D Sponsored-by: Camden County Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 18:07:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 16:07:12 +0000 Subject: [Koha-bugs] [Bug 19209] Koha::Objects should provide ->is_paged method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 --- Comment #4 from Kyle M Hall --- Created attachment 66632 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66632&action=edit Bug 19209: (QA followup) Improve tests This path merges the pager() test and adds search results count tests Signed-off-by: Tomas Cohen Arazi Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 18:07:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 16:07:15 +0000 Subject: [Koha-bugs] [Bug 19209] Koha::Objects should provide ->is_paged method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 --- Comment #5 from Kyle M Hall --- Created attachment 66633 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66633&action=edit Bug 19209 [Followup] - Ensure checkouts don't prevent deleting patrons Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 19:35:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 17:35:56 +0000 Subject: [Koha-bugs] [Bug 17600] Standardize the EXPORT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600 --- Comment #75 from Jonathan Druart --- I have rebased the branch (tricky!), but I get Undefined subroutine &C4::Items::TransformKohaToMarc called at /home/vagrant/kohaclone/C4/Items.pm line 1491. when I hit /cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=42 TransformKohaToMarc is exported by C4::Biblio. And it is what we are trying to avoid... Any ideas? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 19:52:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 17:52:06 +0000 Subject: [Koha-bugs] [Bug 17703] Add ISSN column in serials claims table - fix In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17703 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #8 from Jonathan Druart --- please provide a test. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 20:03:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 18:03:15 +0000 Subject: [Koha-bugs] [Bug 18537] Update Ukrainian installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18537 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 20:03:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 18:03:38 +0000 Subject: [Koha-bugs] [Bug 18537] Update Ukrainian installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18537 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66512|0 |1 is obsolete| | --- Comment #19 from Jonathan Druart --- Created attachment 66634 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66634&action=edit Bug 18537 - Update Ukrainian installer sample files for 17.05 Update and translate sample SQL files of the Ukrainian installer. To test: - Start with an empty database - Install uk-UA - Run the web installer in uk-UA/Ukrainian - Verify all files load without any problems. Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:20:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:20:35 +0000 Subject: [Koha-bugs] [Bug 19210] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19210 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Summary|index |SPAM -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:21:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:21:06 +0000 Subject: [Koha-bugs] [Bug 19210] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19210 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:27:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:27:00 +0000 Subject: [Koha-bugs] [Bug 17807] Use XSLT_Handler in oai.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17807 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65534|0 |1 is obsolete| | Attachment #65535|0 |1 is obsolete| | Attachment #65536|0 |1 is obsolete| | --- Comment #21 from Jonathan Druart --- Created attachment 66635 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66635&action=edit Bug 17807: Add format parameter to XSLT_Handler->transform Format may be chars (default), bytes or xmldoc. Note: xmldoc is a XML::LibXML document object. Since the default is chars, this does not affect current use. Note: The format parameter (xmldoc) will be used later in one of the OAI modules to prevent duplicated xml parsing. Test plan: Run t/db_dependent/XSLT_Handler.t Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:27:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:27:04 +0000 Subject: [Koha-bugs] [Bug 17807] Use XSLT_Handler in oai.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17807 --- Comment #22 from Jonathan Druart --- Created attachment 66636 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66636&action=edit Bug 17807: Use XSLT_Handler in Koha::OAI Replacing some code in the OAI modules by a call to an existing module. Note that the xmldoc format is used in the transform call to get a xml document object. The stylesheet method of Repository now only returns the name of the xsl file to be used instead of a cached xslt object. Similar functionality inside XSLT_Handler is used when calling transform. Note: We still lack unit tests in this area. I did not see the need for adding something for stylesheet since it only returns a simple string. The other change is made in Record::new; there are no tests for this module yet and the heart of the change here is actually tested already in XSLT_Handler.t. Note: I benchmarked calls to Repository in the old and the new situation and did not see significant changes. Test plan: [1] Run t/db_dependent/OAI/Server.t [2] Run oai.pl with ListRecords and marcxml. [3] Run oai.pl with ListRecords and oai_dc. Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:27:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:27:08 +0000 Subject: [Koha-bugs] [Bug 17807] Use XSLT_Handler in oai.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17807 --- Comment #23 from Jonathan Druart --- Created attachment 66637 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66637&action=edit Bug 17807: [Follow-up] Use marcxml for marc21 prefix Not sure what happened here, but this is an easy fix. Test plan: Try oai.pl with marcxml, marc21 and oai_dc again. Signed-off-by: Josef Moravec Signed-off-by: Nick Clemens Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:32:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:32:56 +0000 Subject: [Koha-bugs] [Bug 18687] Translatability: abbr tag should not contain lang attribute In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18687 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:32:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:32:59 +0000 Subject: [Koha-bugs] [Bug 18687] Translatability: abbr tag should not contain lang attribute In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18687 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65437|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart --- Created attachment 66638 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66638&action=edit Bug 18687: Translatability: abbr tag should not contain lang attribute In manage-marc-import.tt, we have an abbreviation: Diff In translations (e.g. German), the line appears as follows: Diff The lang attribute is wrong here, it is still "en". The text language is the same as defined at the top of the page - or with other words, the lang tag is superfluous. This patch removes it. To test: Verify that code change makes sense. Passes QA test and the change is logical Signed-off-by: Alex Buckley Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:33:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:33:49 +0000 Subject: [Koha-bugs] [Bug 18660] Translatability: Get rid of template directives [ %% in translation for patroncards-errors.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18660 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:33:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:33:53 +0000 Subject: [Koha-bugs] [Bug 18660] Translatability: Get rid of template directives [ %% in translation for patroncards-errors.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18660 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65433|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart --- Created attachment 66639 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66639&action=edit Bug 18660: Translatability: Get rid of template directives [%% in translation for patroncards-errors.inc Translation for koha-tmpl/intranet-tmpl/prog/en/includes/patroncards-errors.inc contains a lot of (partial) template directives like: %%]%s %sLayout: [%% This patch fixes it To test: - Verify that code changes make sense - Apply patch - Create a translation (cd misc/translator , then: perl translate create aa-AA - Verify that in po/aa-AA-staff-prog.po contains no fragments like %%] or [%% for patroncards-errors.inc - Try to get an error: Try a link like http://[YOUR SERVER]/cgi-bin/koha/patroncards/create-pdf.pl?batch_id=1&template_id=999&layout_id=999&start_card=1 ...where template_id and layout_id do not exist (Amended for comment #2 2017-06-05 mv) (Amended for comment #6 2017-08-02 mv) Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:34:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:34:23 +0000 Subject: [Koha-bugs] [Bug 18654] Translatability: Get rid of tt directives starting with [ %% in translation for itemsearch.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18654 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:34:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:34:28 +0000 Subject: [Koha-bugs] [Bug 18654] Translatability: Get rid of tt directives starting with [ %% in translation for itemsearch.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18654 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65407|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart --- Created attachment 66640 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66640&action=edit Bug 18654 - Translatability: Get rid of tt directives starting with [%% in translation for itemsearch.tt This patch removes entries like the following in translations of itemsearch.tt: "[%% INCLUDE form_field_select name=\"homebranch\" options = branches " "empty_option = \"All libraries\" %%] [%% INCLUDE form_field_select name=" "\"holdingbranch\" options = branches empty_option = \"All libraries\" %%] %s " "[%% INCLUDE form_field_select name=\"location\" options = locations " "empty_option = \"All locations\" %%] %s " New patch on top of Bug 18633 that resolves parts of initial comment. To test: - Verify that in itemsearch.tt no tt directives are splitted by new lines (search for [% INCLUDE ) - Verify that itemsearch.tt works as before Followed test plan and verified that tt directives are not split by new lines, the changes to the fieldset tags in comment 3 have been removed and itemtype.tt still works correctly as before Signed-off-by: Alex Buckley Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:35:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:35:36 +0000 Subject: [Koha-bugs] [Bug 18652] Translatability: Get rid of tt directive in translation for uncertainprice.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18652 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:35:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:35:40 +0000 Subject: [Koha-bugs] [Bug 18652] Translatability: Get rid of tt directive in translation for uncertainprice.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18652 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65399|0 |1 is obsolete| | --- Comment #11 from Jonathan Druart --- Created attachment 66641 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66641&action=edit Bug 18652: Get rid of tt directive in translation for uncertainprice.tt Translation tool shows toe following for ncertainprice.tt 0; url=[% scriptname %]?booksellerid=[% booksellerid %] This patch fixes it. To test: - Apply patch - Verify that code change makes sense - Verify that Home > Acquisitions > [vendor] > Uncertain prices for [vendor] works as before - Additional test (for a langunage 'aa-AA') perl translate create aa-AA verify that line 41 no longer appears in aa-AA-staff-prog.po Amended to switch from BLOCK to a template variable, see comment #5 Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:36:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:36:29 +0000 Subject: [Koha-bugs] [Bug 18779] Translatability: Get rid of exposed tt directives in authorities-search-results.inc (OPAC) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18779 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:36:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:36:33 +0000 Subject: [Koha-bugs] [Bug 18779] Translatability: Get rid of exposed tt directives in authorities-search-results.inc (OPAC) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18779 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65398|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart --- Created attachment 66642 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66642&action=edit Bug 18779: Translatability: Get rid of exposed tt directives in authorities-search-results.inc (OPAC) The file opac-tmpl/bootstrap/en/includes/authorities-search-results.inc exposes template directives to translation where translators should not be confronted with. Example: "[%% PROCESS showreference heading=seeals.heading linkType='seealso' " "type=seeals.type authid=seeals.authid %%] " To test: - Apply patch - Verify that Authority search in OPAC works as before - Bonus test: create a new language 'aa-AA', verify that line above does not show up in aa-AA-opac-bootstrap.po Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:38:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:38:37 +0000 Subject: [Koha-bugs] [Bug 18781] Translatability: Get rid of exposed tt directives in openlibrary-readapi.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18781 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:38:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:38:41 +0000 Subject: [Koha-bugs] [Bug 18781] Translatability: Get rid of exposed tt directives in openlibrary-readapi.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18781 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64738|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 66643 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66643&action=edit Bug 18781: Translatability: Get rid of exposed tt directives in openlibrary-readapi.inc The file koha-tmpl/opac-tmpl/bootstrap/en/includes/openlibrary-readapi.inc exposes template directives to translation. The only string that should appear in .po from this file is "Open Library: " To test: - Apply patch - Verify that code changes make sense - Bonus test: create a new language 'aa-AA', verify in aa-AA-opac-bootstrap.po that there is only the following string for openlibrary-readapi.inc: msgid "Open Library: " msgstr "" NOTE: Followed a test plan similar to bug 18776 comment 3 Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:39:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:39:11 +0000 Subject: [Koha-bugs] [Bug 18780] Translatability: Get rid of exposed tt directive in masthead-langmenu.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18780 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:39:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:39:15 +0000 Subject: [Koha-bugs] [Bug 18780] Translatability: Get rid of exposed tt directive in masthead-langmenu.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18780 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64737|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 66644 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66644&action=edit Bug 18780: Translatability: Get rid of exposed tt directive in masthead-langmenu.inc The file opac-tmpl/bootstrap/en/includes/masthead-langmenu.inc exposes following tt directive to translators: "[%% IF ( ( opaclanguagesdisplay ) && ( ! one_language_enabled ) && " "( languages_loop ) && ( OpacLangSelectorMode == 'both' || " "OpacLangSelectorMode == 'top') ) %%] " This patch fixes it. To test: - Apply patch - Verify that language selector in OPAC (top of the page) works as expected - Bonus test: create a new language 'aa-AA', verify that line above does not show up in aa-AA-opac-bootstrap.po NOTE: Followed a test plan similar to bug 18776 comment 3 Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:39:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:39:45 +0000 Subject: [Koha-bugs] [Bug 18778] Translatability: Get rid of tt directive in translation for item-status.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18778 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64736|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 66645 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66645&action=edit Bug 18778 - Translatability: Get rid of tt directive in translation for item-status.inc The file opac-tmpl/bootstrap/en/includes/item-status.inc exposes a template directive where translators should not be confronted with. "%s %s [%%#- This include takes two parameters: an item structure and an " "optional loan (issue) structure. The issue structure is used by course " "reserves pages, which do not use an API to fetch items that populates item." "datedue. -%%] %s %s %s %s " This patch fixes new lines inside a tt directive (comment). It is merely a string patch. To test: Verify that the code changes make sense. (Bonus test: create a new language 'aa-AA', verify that line above does not show up in aa-AA-opac-bootstrap.po) NOTE: Followed test plan similar to bug 18776 comment 3. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:39:42 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:39:42 +0000 Subject: [Koha-bugs] [Bug 18778] Translatability: Get rid of tt directive in translation for item-status.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18778 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:40:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:40:11 +0000 Subject: [Koha-bugs] [Bug 18777] Translatability: Get rid of exposed tt directives in opac-memberentry.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18777 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:40:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:40:17 +0000 Subject: [Koha-bugs] [Bug 18777] Translatability: Get rid of exposed tt directives in opac-memberentry.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18777 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64735|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 66646 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66646&action=edit Bug 18777: Translatability: Get rid of exposed tt directives in opac-memberentry.tt The file opac-memberentry.tt exposes template directives to translation where translators should not be confronted with. Example from po file: "%s [%% UNLESS hidden.defined('B_address') && hidden.defined('B_address2') && " "hidden.defined('B_city') && hidden.defined('B_state') && hidden." "defined('B_zipcode') && hidden.defined('B_country') && hidden." "defined('B_phone') && hidden.defined('B_email') && hidden." "defined('contactnote') %%] " To test: - Apply patch - Verify that advanced search in OPAC the page 'your personal details' behaves as before - Verify that you can change values and submit an update request - Create a new translation for a 'language' aa-AA (perl translate create aa-AA) - Verify that template directives ar no longer exposed in aa-AA-opac-bootstrap.p NOTE: Followed test plan similar to bug 18776 comment 3. Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:40:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:40:45 +0000 Subject: [Koha-bugs] [Bug 18776] Translatability: Get rid of exposed tt directives in opac-advsearch.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18776 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:40:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:40:49 +0000 Subject: [Koha-bugs] [Bug 18776] Translatability: Get rid of exposed tt directives in opac-advsearch.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18776 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64734|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart --- Created attachment 66647 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66647&action=edit Bug 18776: Translatability: Get rid of exposed tt directives in opac-advsearch.tt The file opac-advsearch.tt exposes template directives to translation where translators should not be confronted with. Example in po file: "[%% IF ( ( OpacAdvSearchOptions and OpacAdvSearchOptions.grep('itemtype')." "size > 0 and not expanded_options ) or ( OpacAdvSearchMoreOptions and " "OpacAdvSearchMoreOptions.grep('itemtype').size > 0 and expanded_options ) ) " "%%] " To test: - Apply patch - Verify that advanced search in OPAC behaves as before - Create a new translation for a 'language' aa-AA (perl translate create aa-AA) - Verify that template directives ar no longer exposed in aa-AA-opac-bootstrap.po Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:41:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:41:57 +0000 Subject: [Koha-bugs] [Bug 18629] Translatability: Fix problems with web installer 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18629 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:42:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:42:01 +0000 Subject: [Koha-bugs] [Bug 18629] Translatability: Fix problems with web installer 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18629 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #63768|0 |1 is obsolete| | Attachment #64274|0 |1 is obsolete| | --- Comment #26 from Jonathan Druart --- Created attachment 66648 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66648&action=edit Bug 18629 - Translatability: Fix problems with web installer 17.05 The new web installer for 17.05 has a great new design - but it has a lot of translatability issues. Some strings are not picked for translations, some expose the content of tt directives, and others are splitted by html tags, resulting in small text fragments that are not easy to translate. This patch weeds out such translation problems for step1.tt, step2.tt and step3.tt To test: - Apply patch (on top of Bug 18665 because of html tags inside of tt directives in step2.tt) - Prepare a fresh install (drop database, create database) - Walk through the installation process and verify that it works as before - Verify that string changes (in English) make sense - Create a translation( cd misc/translator, then perl translate create aa-AA) then: vim po/aa-AA-staff-prog.po and search for: /installer\/step Verify that strings for step1.tt, step2.tt, step3.tt are not fragmented, do not contain [%%, and are easily translatable (make sense without having to search in source files for context). (Amended to remove some superfluous chomps 2017-06-27 mv) Signed-off-by: Alex Buckley Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:42:06 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:42:06 +0000 Subject: [Koha-bugs] [Bug 18629] Translatability: Fix problems with web installer 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18629 --- Comment #27 from Jonathan Druart --- Created attachment 66649 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66649&action=edit Bug 18629: (followup) Plain text "Continue..." instead of BLOCK Remove [% BLOCK txt_continue %]Continue to the next step[% END %] ...and restore original text See comment #19 and comment #20 Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:48:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:48:39 +0000 Subject: [Koha-bugs] [Bug 18869] Patron clubs and templates tables look strange when empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18869 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:48:44 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:48:44 +0000 Subject: [Koha-bugs] [Bug 18869] Patron clubs and templates tables look strange when empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18869 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #65443|0 |1 is obsolete| | Attachment #65444|0 |1 is obsolete| | Attachment #65445|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart --- Created attachment 66650 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66650&action=edit Bug 18869: Fixing display of patron clubs tables This patch 1) Hides the club templates table if there are no club templates, shows an appropriate message 2) Hides the clubs table if there are no clubs. Shows an appropriate message for whether templates exist 3) Puts the actions in one column, or a dropdown menu Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:48:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:48:47 +0000 Subject: [Koha-bugs] [Bug 18869] Patron clubs and templates tables look strange when empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18869 --- Comment #10 from Jonathan Druart --- Created attachment 66651 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66651&action=edit Bug 18869: [FOLLOW-UP] Make page reload after club or template delete If deleting the last club or template in a table, the row is deleted from the webpage by ajax so the nice blue bubble message does not show. This patch forces the page to reload so the blue bubble message shows instead of the empty table. To test: Confirm that the blue message shows when tables are empty. Add a template and a club, then delete a club. Confirm the page reloads and the message shows. Test with template Sponsored-by: Catalyst IT Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:48:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:48:51 +0000 Subject: [Koha-bugs] [Bug 18869] Patron clubs and templates tables look strange when empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18869 --- Comment #11 from Jonathan Druart --- Created attachment 66652 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66652&action=edit Bug 18869: [FOLLOW-UP] Show enrollments as disabled link if club has no enrolled patrons Signed-off-by: Mark Tompsett Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:52:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:52:01 +0000 Subject: [Koha-bugs] [Bug 19208] Pay select option doesn't pay the selected fine In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19208 Andreas Hedstr?m Mace changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:52:04 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:52:04 +0000 Subject: [Koha-bugs] [Bug 19208] Pay select option doesn't pay the selected fine In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19208 Andreas Hedstr?m Mace changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66618|0 |1 is obsolete| | --- Comment #2 from Andreas Hedstr?m Mace --- Created attachment 66653 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66653&action=edit Bug 19208 [Master] - Pay select option doesn't pay the selected fine The "Pay selected" option on the Fines tab in the borrower account page doesn't work as intended. The fine on top of the list gets the amount deducted, even if another fine is choosen from the list. Test Plan: 1) Create two or three fines, using the Create manual invoice function. 2) Choose one of the fines (not the one on the top) and click Pay selected 3) Pay a partial amount 4) Go back to the Pay fines tab an notice that the fine you selected has not changed. Instead, either the top fine or the total (see attachment) has ben affected. 5) Apply this patch 6) Repeat steps 1-3 7) Note the correct fine is paid Signed-off-by: Andreas Hedstr?m Mace -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:54:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:54:39 +0000 Subject: [Koha-bugs] [Bug 18860] OPAC Messaging Settings table is not styled with In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18860 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:54:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:54:43 +0000 Subject: [Koha-bugs] [Bug 18860] OPAC Messaging Settings table is not styled with In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18860 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64852|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart --- Created attachment 66654 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66654&action=edit Bug 18860: Adding thead tags to OPAC messaging settings table So that it can be styled alongside other tables in the OPAC. To test: 1) Log into staff side 2) Find OPACUserCSS syspref and add the following CSS: thead { color: red; } 3) Log into the OPAC 4) Go to your fines, your search history, your reading history etc - notice all of these table's headings are styled with red text 5) Go to your messaging. Notice this table's headings are not styled with red text 6) Apply patch and refresh page 7) Your messaging table should now have red headings. (You can delete the CSS from OPACUserCSS if you'd like.) Sponsored-by: Catalyst IT Signed-off-by: Jesse Maseto Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:55:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:55:12 +0000 Subject: [Koha-bugs] [Bug 18871] It is unclear how to view a patron list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18871 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:55:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:55:15 +0000 Subject: [Koha-bugs] [Bug 18871] It is unclear how to view a patron list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18871 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #64701|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 66655 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66655&action=edit Bug 18871: Make patron list name a link to view contents of list The link is the same as the 'Add patrons' button in Actions dropdown, but requires one less click, and makes finding the contents of the list more obvious. To test: 1) Go to Tools -> Patron lists 2) Create a patron list if you haven't already 3) Confirm that clicking the name of the list takes you to the correct list and shows the expected content. Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:57:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:57:09 +0000 Subject: [Koha-bugs] [Bug 17807] Use XSLT_Handler in oai.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17807 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #24 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:57:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:57:24 +0000 Subject: [Koha-bugs] [Bug 17969] Refactor the way <> is generated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17969 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #10 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:57:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:57:45 +0000 Subject: [Koha-bugs] [Bug 18537] Update Ukrainian installer sample files for 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18537 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #20 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:58:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:58:00 +0000 Subject: [Koha-bugs] [Bug 18629] Translatability: Fix problems with web installer 17.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18629 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #28 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:58:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:58:16 +0000 Subject: [Koha-bugs] [Bug 18649] Translatability: Get rid of tt directive in translation for admin/ categories.tt and onboardingstep2.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18649 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #34 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:58:32 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:58:32 +0000 Subject: [Koha-bugs] [Bug 18652] Translatability: Get rid of tt directive in translation for uncertainprice.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18652 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #12 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:59:03 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:59:03 +0000 Subject: [Koha-bugs] [Bug 18660] Translatability: Get rid of template directives [ %% in translation for patroncards-errors.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18660 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #10 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:58:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:58:48 +0000 Subject: [Koha-bugs] [Bug 18654] Translatability: Get rid of tt directives starting with [ %% in translation for itemsearch.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18654 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #10 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:59:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:59:19 +0000 Subject: [Koha-bugs] [Bug 18687] Translatability: abbr tag should not contain lang attribute In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18687 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #5 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:59:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:59:35 +0000 Subject: [Koha-bugs] [Bug 18754] Translatability: Get rid of exposed tt directives in opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18754 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #13 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 21:59:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 19:59:51 +0000 Subject: [Koha-bugs] [Bug 18776] Translatability: Get rid of exposed tt directives in opac-advsearch.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18776 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #5 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 22:00:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 20:00:07 +0000 Subject: [Koha-bugs] [Bug 18777] Translatability: Get rid of exposed tt directives in opac-memberentry.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18777 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 22:00:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 20:00:23 +0000 Subject: [Koha-bugs] [Bug 18778] Translatability: Get rid of tt directive in translation for item-status.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18778 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 22:00:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 20:00:39 +0000 Subject: [Koha-bugs] [Bug 18779] Translatability: Get rid of exposed tt directives in authorities-search-results.inc (OPAC) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18779 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 22:00:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 20:00:55 +0000 Subject: [Koha-bugs] [Bug 18780] Translatability: Get rid of exposed tt directive in masthead-langmenu.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18780 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 22:01:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 20:01:11 +0000 Subject: [Koha-bugs] [Bug 18781] Translatability: Get rid of exposed tt directives in openlibrary-readapi.inc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18781 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 22:01:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 20:01:27 +0000 Subject: [Koha-bugs] [Bug 18860] OPAC Messaging Settings table is not styled with In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18860 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #5 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 22:01:59 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 20:01:59 +0000 Subject: [Koha-bugs] [Bug 18871] It is unclear how to view a patron list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18871 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 22:01:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 20:01:43 +0000 Subject: [Koha-bugs] [Bug 18869] Patron clubs and templates tables look strange when empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18869 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #12 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 22:02:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 20:02:15 +0000 Subject: [Koha-bugs] [Bug 19025] Move C4::Reserves::GetReserveInfo to Koha::Holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19025 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #6 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 22:02:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 20:02:31 +0000 Subject: [Koha-bugs] [Bug 19088] plugins-upload.pl causes uninitialized value noise In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19088 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #8 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 22:02:50 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 20:02:50 +0000 Subject: [Koha-bugs] [Bug 19205] Pay selected fine generates 500 error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19205 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Jonathan Druart --- Pushed to master for 17.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 23:00:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 21:00:21 +0000 Subject: [Koha-bugs] [Bug 19209] Koha::Objects should provide ->is_paged method In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19209 --- Comment #6 from Tom?s Cohen Arazi --- (In reply to Kyle M Hall from comment #5) > Created attachment 66633 [details] [review] > Bug 19209 [Followup] - Ensure checkouts don't prevent deleting patrons > > Signed-off-by: Kyle M Hall Thanks for the followup! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 23:35:09 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 21:35:09 +0000 Subject: [Koha-bugs] [Bug 19211] New: Error when trying to link an authority that has nothing entered under the 'Heading' tag (Tab 1) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19211 Bug ID: 19211 Summary: Error when trying to link an authority that has nothing entered under the 'Heading' tag (Tab 1) Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl To reproduce 1) Go to Authorities -> Make a new authority. Save all the automatically filled answers by clicking the Save button, don't add anything under tab 1 2) Edit a record 3) Go to tab 1, go to the Main Entry for whichever authority type you created (i.e. personal name or corporate name) and click on the Tag Editor icon for that field 4) Search for your authority. You do not have to enter any search terms 5) Your authority should show up in the results. Click Choose 6) Notice software error. What suggestions do we have towards a fix for this? I think a good one would be to ensure that at least the 11_a field is filled (the authority name or jurisdiction name for entry element) by making it a required field. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Aug 30 23:48:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 21:48:47 +0000 Subject: [Koha-bugs] [Bug 19176] Dates comparison fails on slow server In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19176 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com --- Comment #5 from Tom?s Cohen Arazi --- (In reply to Marc V?ron from comment #2) > Hi Jonathan > > The patch minifies that false positives happen, but IMO the test will still > arbitrarely fail with e.g. following dates: > > got: '2017-08-10T20:53:59' > expected: '2017-08-10T20:54:00' > > Wouldn't it be safer to calculate the delta and pass the test OK if delta > <60 sec? > (Or even introduce a param for the precision that defaults to 60.) > > Marc The datetime should be mocked IMO. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:04:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:04:14 +0000 Subject: [Koha-bugs] [Bug 19196] Add pagination helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66610|0 |1 is obsolete| | --- Comment #8 from Tom?s Cohen Arazi --- Created attachment 66657 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66657&action=edit Bug 19196: Add Koha::REST::Plugin::Pagination This patch introduces a Mojolicious plugin to be used on the REST api. It adds a helper method: add_pagination_headers ====================== When used, it adds a _Link_ header to the reponse with the calculated values for pagination, and X-Total-Count containing the total results like this: my $params = $c->validation->output; my $patrons = Koha::Patrons->search; my $count = $patrons->count; $c->add_pagination_headers({ total => $count, page => $params->{page}, per_page => $params->{per_page} }); To test: - Run: $ sudo koha-shell kohadev k$ cd kohaclone k$ prove t/Koha/REST/Plugin/Pagination.t => SUCCESS: Tests pass! - Sign off :-D Sponsored-by: ByWater solutions Sponsored-by: Camden County lib -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:04:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:04:20 +0000 Subject: [Koha-bugs] [Bug 19196] Add pagination helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66611|0 |1 is obsolete| | --- Comment #9 from Tom?s Cohen Arazi --- Created attachment 66658 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66658&action=edit Bug 19196: Make plugin available to endpoints This patch just initializes the plugin on the main controller class so it is available for all endpoints to use. As it is not used, in order to test just restart plack and make sure the endpoints work (run the t/db_dependent/api/v1 tests). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:04:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:04:08 +0000 Subject: [Koha-bugs] [Bug 19196] Add pagination helpers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66609|0 |1 is obsolete| | --- Comment #7 from Tom?s Cohen Arazi --- Created attachment 66656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66656&action=edit Bug 19196: Unit tests This patch adds unit tests for the new pagination Mojo plugin. Sponsored-by: ByWater Solutions Sponsored-by: Camden County -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:30:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:30:15 +0000 Subject: [Koha-bugs] [Bug 16463] OPAC discharge page should warn the user about checkouts before they request In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16463 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:30:18 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:30:18 +0000 Subject: [Koha-bugs] [Bug 16463] OPAC discharge page should warn the user about checkouts before they request In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16463 --- Comment #1 from Aleisha Amohia --- Created attachment 66659 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66659&action=edit Bug 16463: Replace discharge link with error message if user has checked out items To test: 1) Ensure the useDischarge syspref is enabled 2) Check out an item to a borrower 3) Log in to the OPAC as this borrower 4) Click the 'ask for a discharge' link in the nav 5) Click the 'Ask for a discharge' link 6) Notice you cannot be discharged because you have checkouts 7) Apply the patch, click the 'ask for a discharge' link in the nav 8) Notice the link has been replaced with an appropriate error message 9) Attempt to force the discharge URL: /cgi-bin/koha/opac-discharge?op=request 10) Notice the message and you cannot be discharged. 11) Confirm that when you check in your item, the discharge link shows again and works as expected. Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:30:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:30:46 +0000 Subject: [Koha-bugs] [Bug 16463] OPAC discharge page should warn the user about checkouts before they request In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16463 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleisha at catalyst.net.nz Change sponsored?|--- |Sponsored Assignee|oleonard at myacpl.org |aleisha at catalyst.net.nz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:35:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:35:46 +0000 Subject: [Koha-bugs] [Bug 19212] New: Warns when asking for a discharge OPAC Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19212 Bug ID: 19212 Summary: Warns when asking for a discharge OPAC Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org To reproduce: 1) Ensure the useDischarge syspref is enabled 2) Log in to OPAC 3) Go to 'ask for a discharge' 4) Notice warns: Use of uninitialized value $op in string eq at /home/vagrant/kohaclone/opac/opac-discharge.pl line 50. Use of uninitialized value $op in string eq at /home/vagrant/kohaclone/opac/opac-discharge.pl line 62. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:36:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:36:48 +0000 Subject: [Koha-bugs] [Bug 19212] Warns when asking for a discharge OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19212 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:36:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:36:51 +0000 Subject: [Koha-bugs] [Bug 19212] Warns when asking for a discharge OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19212 --- Comment #1 from Aleisha Amohia --- Created attachment 66660 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66660&action=edit Bug 19212: Preventing warns when asking for discharge To test: 1) Ensure the useDischarge syspref is enabled 2) Log in to OPAC 3) Go to 'ask for a discharge' 4) Notice warns 5) Apply patch and refresh page 6) Notice warns are gone Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:37:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:37:02 +0000 Subject: [Koha-bugs] [Bug 19212] Warns when asking for a discharge OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19212 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |aleisha at catalyst.net.nz Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:46:41 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:46:41 +0000 Subject: [Koha-bugs] [Bug 19213] New: No documentation or online help available for Patron clubs Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19213 Bug ID: 19213 Summary: No documentation or online help available for Patron clubs Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:50:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:50:57 +0000 Subject: [Koha-bugs] [Bug 19214] New: Patron clubs: Template process failed: undef error - Cannot use "->find" in list context Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19214 Bug ID: 19214 Summary: Patron clubs: Template process failed: undef error - Cannot use "->find" in list context Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com To reproduce: 1) Create a club template and a club. 2) Add a user to the club 3) Log in to the OPAC as that user 4) Go to 'your summary' and click the Clubs tab 5) Notice clubs do not load and a warn shows: Template process failed: undef error - Cannot use "->find" in list context at /home/vagrant/kohaclone/Koha/Club/Enrollment.pm line 62. 6) Go to the staff side and go to the member page of that user 7) Go to 'details' and click the Clubs tab 8) Notice clubs do not load and a warn shows: Template process failed: undef error - Cannot use "->find" in list context at /home/vagrant/kohaclone/Koha/Club/Enrollment.pm line 71. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:56:31 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:56:31 +0000 Subject: [Koha-bugs] [Bug 19214] Patron clubs: Template process failed: undef error - Cannot use "->find" in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19214 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:56:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:56:34 +0000 Subject: [Koha-bugs] [Bug 19214] Patron clubs: Template process failed: undef error - Cannot use "->find" in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19214 --- Comment #1 from Aleisha Amohia --- Created attachment 66661 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66661&action=edit Bug 19214: Prevent error for patron clubs To test: 1) Create a club template and a club. 2) Add a user to the club 3) Log in to the OPAC as that user 4) Go to 'your summary' and click the Clubs tab 5) Notice clubs do not load and a warn shows: Template process failed: undef error - Cannot use "->find" in list context at /home/vagrant/kohaclone/Koha/Club/Enrollment.pm line 62. 6) Go to the staff side and go to the member page of that user 7) Go to 'details' and click the Clubs tab 8) Notice clubs do not load and a warn shows: Template process failed: undef error - Cannot use "->find" in list context at /home/vagrant/kohaclone/Koha/Club/Enrollment.pm line 71. 9) Apply patch 1) Repeat steps 4-7, confirming the errors do not show and clubs info loads correctly Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 01:56:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 30 Aug 2017 23:56:47 +0000 Subject: [Koha-bugs] [Bug 19214] Patron clubs: Template process failed: undef error - Cannot use "->find" in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19214 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored Assignee|koha-bugs at lists.koha-commun |aleisha at catalyst.net.nz |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 02:01:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 00:01:49 +0000 Subject: [Koha-bugs] [Bug 19215] New: Typo in URL when editing a patron club template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19215 Bug ID: 19215 Summary: Typo in URL when editing a patron club template Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com To reproduce 1) Go to Tools -> Clubs 2) Create a new club template if you do not already have one 3) Edit the template 4) Notice the URL is incorrect and the page is not found -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 02:03:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 00:03:00 +0000 Subject: [Koha-bugs] [Bug 19215] Typo in URL when editing a patron club template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19215 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 02:03:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 00:03:02 +0000 Subject: [Koha-bugs] [Bug 19215] Typo in URL when editing a patron club template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19215 --- Comment #1 from Aleisha Amohia --- Created attachment 66662 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66662&action=edit Bug 19215: Fixing typo in URL for patron clubs To test: 1) Go to Tools -> Clubs 2) Create a new club template if you do not already have one 3) Edit the template 4) Notice the URL is incorrect and the page is not found 5) Apply patch and go back to Clubs 6) Click edit button 7) Link should work as expected Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 02:03:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 00:03:51 +0000 Subject: [Koha-bugs] [Bug 19215] Typo in URL when editing a patron club template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19215 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |aleisha at catalyst.net.nz |ity.org | Severity|enhancement |minor Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 02:04:16 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 00:04:16 +0000 Subject: [Koha-bugs] [Bug 19214] Patron clubs: Template process failed: undef error - Cannot use "->find" in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19214 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 02:04:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 00:04:40 +0000 Subject: [Koha-bugs] [Bug 19194] Internal server error when receiving an order with no itemtype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19194 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |blocker -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 02:09:39 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 00:09:39 +0000 Subject: [Koha-bugs] [Bug 19216] New: Patron clubs table has an empty column in OPAC Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19216 Bug ID: 19216 Summary: Patron clubs table has an empty column in OPAC Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org To reproduce: 1) Create a club template that DOES NOT allow public enrollment 2) Create a club, enrol a user 3) Log in as that user to the OPAC 4) Go to 'your summary' and click the Clubs tab 5) Notice the broken table with empty column 6) Edit the club template to allow public enrollment 7) Notice the table is fixed - so this bug is just when the club does not allow public enrollment -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 02:18:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 00:18:53 +0000 Subject: [Koha-bugs] [Bug 19214] Patron clubs: Template process failed: undef error - Cannot use "->find" in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19214 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19216 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19216 [Bug 19216] Patron clubs table has an empty column in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 02:18:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 00:18:53 +0000 Subject: [Koha-bugs] [Bug 19216] Patron clubs table has an empty column in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19216 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Depends on| |19214, 19215 Patch complexity|--- |Small patch Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19214 [Bug 19214] Patron clubs: Template process failed: undef error - Cannot use "->find" in list context https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19215 [Bug 19215] Typo in URL when editing a patron club template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 02:18:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 00:18:57 +0000 Subject: [Koha-bugs] [Bug 19216] Patron clubs table has an empty column in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19216 --- Comment #1 from Aleisha Amohia --- Created attachment 66663 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66663&action=edit Bug 19216: Fix broken table in OPAC for when club doesn't allow public enrolment To test: 1) Apply bug 19214 and bug 19215 to fix other issues with patron clubs 2) Create a club template that DOES NOT allow public enrollment 3) Create a club, enrol a user 4) Log in as that user to the OPAC 5) Go to 'your summary' and click the Clubs tab 6) Notice the broken table with empty column 7) Edit the club template to allow public enrollment 8) Notice the table is fixed - so this bug is just when the club does not allow public enrollment 9) Apply the patch 10) Edit the club template to NOT ALLOW public enrollment 11) Confirm the table in the OPAC is now fixed and does not leave an empty column Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 02:18:53 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 00:18:53 +0000 Subject: [Koha-bugs] [Bug 19215] Typo in URL when editing a patron club template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19215 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19216 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19216 [Bug 19216] Patron clubs table has an empty column in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 02:19:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 00:19:12 +0000 Subject: [Koha-bugs] [Bug 19216] Patron clubs table has an empty column in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19216 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored Assignee|oleonard at myacpl.org |aleisha at catalyst.net.nz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 04:34:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 02:34:54 +0000 Subject: [Koha-bugs] [Bug 19217] New: sdf Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19217 Bug ID: 19217 Summary: sdf Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: koha-bugs at lists.koha-community.org Reporter: ownerhelpuser at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 66664 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66664&action=edit sdf dfs -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 04:36:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 02:36:28 +0000 Subject: [Koha-bugs] [Bug 19218] New: sdf Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19218 Bug ID: 19218 Summary: sdf Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: koha-bugs at lists.koha-community.org Reporter: ownerhelpuser at gmail.com QA Contact: testopia at bugs.koha-community.org dfs -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 08:09:37 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 06:09:37 +0000 Subject: [Koha-bugs] [Bug 19218] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19218 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com Summary|sdf |SPAM -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 10:53:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 08:53:22 +0000 Subject: [Koha-bugs] [Bug 19220] New: Allow XSLT procsessing for Z39.50 authority targets like for bibliographic targets Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19220 Bug ID: 19220 Summary: Allow XSLT procsessing for Z39.50 authority targets like for bibliographic targets Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Z39.50 / SRU / OpenSearch Servers Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl When configuring a bibliographic Z39.50 targets it's possible to list XSL scripts that change the record on import. While the option is also offered when adding authority Z39.50 targets, it doesn't work/hasn't been implemented. It would be great if this feature was available for both types of targets. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 10:53:22 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 08:53:22 +0000 Subject: [Koha-bugs] [Bug 6536] Z3950 Search Enhancements: SRU targets and additional XSLT processing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6536 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=19220 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 11:10:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 09:10:07 +0000 Subject: [Koha-bugs] [Bug 14598] itemtype is not set on statistics by C4::Circulation:: AddReturn In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14598 Andreas Hedstr?m Mace changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.hedstrom.mace at sub.s | |u.se --- Comment #142 from Andreas Hedstr?m Mace --- Has anything more been done about this? The last comment by Gwendal doesn't sound promising, and will make updates difficult for any library with a large database. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 12:19:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 10:19:45 +0000 Subject: [Koha-bugs] [Bug 19221] New: Onboarding tool says user needs to be made superlibrarian Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19221 Bug ID: 19221 Summary: Onboarding tool says user needs to be made superlibrarian Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Keywords: Academy Severity: trivial Priority: P5 - low Component: Staff Client Assignee: koha-bugs at lists.koha-community.org Reporter: magnus at libriotech.no QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Depends on: 17855 Created attachment 66666 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66666&action=edit Screenshot from the onboarding tool See attached screesnhot. At the top of the page it says: "Now we will create a patron with superlibrarian permissions." At the bottom it says: "To give the new patron superlibrarian permissions go to: More ? Set permissions" The user is actually created with superlibrarian permissions, so the statement at the bottom of the page is misleading. (The onboarding tool is awesome, BTW!) Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855 [Bug 17855] New onboarding tool feature to guide users through setting up Koha, and minor web installer UI improvements -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 12:19:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 10:19:45 +0000 Subject: [Koha-bugs] [Bug 17855] New onboarding tool feature to guide users through setting up Koha, and minor web installer UI improvements In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17855 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19221 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19221 [Bug 19221] Onboarding tool says user needs to be made superlibrarian -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 12:25:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 10:25:07 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 --- Comment #136 from Alex Arnaud --- (In reply to Brendan Gallagher from comment #135) > The "use" button for grabbing a report from the search results of the mana > reports - did not work. It works for me. Can you check you have the column saved_sql.mana_id ? It may be an updatedatabase issue. > > when creating a new serial subscription it was not able to complete - it > threw an error. Patch is coming. > > Searching serials in mana did not return any results. just a blank status > code. Patch is coming. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 12:26:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 10:26:57 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 --- Comment #137 from Alex Arnaud --- Created attachment 66667 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66667&action=edit Bug 17047 - Fix an error when cretaing subscription -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 12:27:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 10:27:07 +0000 Subject: [Koha-bugs] [Bug 17047] Mana Knowledge Base : share data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17047 --- Comment #138 from Alex Arnaud --- Created attachment 66668 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66668&action=edit Bug 17047 - Fix mana search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 12:27:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 10:27:20 +0000 Subject: [Koha-bugs] [Bug 12747] Add extra column in Z3950 search result In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12747 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hagud at orex.es Status|Needs Signoff |Signed Off --- Comment #47 from Hugo Agud --- I have applied the patch to kohadevbox and proceed with test plan and It works according the expected -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 12:31:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 10:31:29 +0000 Subject: [Koha-bugs] [Bug 19194] Internal server error when receiving an order with no itemtype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19194 Hugo Agud changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hagud at orex.es --- Comment #2 from Hugo Agud --- I am going to check this patch, just one quick question.. when you say itemtype you refer to items.itype right? itemtype If I am not wrong refers to tag 942$c of the bibliografic according the text I guess you're refereing to itype, please may you confirm? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 14:11:00 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 12:11:00 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Status|Signed Off |Failed QA --- Comment #13 from Tom?s Cohen Arazi --- Can we have tests for this one please? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 14:11:07 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 12:11:07 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 14:36:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 12:36:05 +0000 Subject: [Koha-bugs] [Bug 19222] New: Why does dt_from_string not understand yyyy-mm-ddThh:mm: ss ? Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19222 Bug ID: 19222 Summary: Why does dt_from_string not understand yyyy-mm-ddThh:mm:ss ? Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org dt_from_string disregards the time part when there is a T before it. But note that if you print a datetime it actually prints that T. Like: 2017-08-31T13:32:37 A small regex adjustment could be helpful. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 14:46:08 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 12:46:08 +0000 Subject: [Koha-bugs] [Bug 19222] Why does dt_from_string not understand yyyy-mm-ddThh:mm:ss ? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19222 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 14:49:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 12:49:19 +0000 Subject: [Koha-bugs] [Bug 19222] Why does dt_from_string not understand yyyy-mm-ddThh:mm:ss ? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19222 --- Comment #1 from Marcel de Rooy --- Created attachment 66669 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66669&action=edit Bug 19222: Why does dt_from_string not understand yyyy-mm-ddThh:mm:ss? dt_from_string disregards the time part when there is a T before it. But note that if you print a datetime it actually prints that T. Like: 2017-08-31T13:32:37 A small regex adjustment could be helpful. Test plan: Run t/DateUtils.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 14:49:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 12:49:17 +0000 Subject: [Koha-bugs] [Bug 19222] Why does dt_from_string not understand yyyy-mm-ddThh:mm:ss ? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19222 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 14:50:35 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 12:50:35 +0000 Subject: [Koha-bugs] [Bug 19222] Why does dt_from_string not understand yyyy-mm-ddThh:mm:ss ? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19222 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:02:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:02:43 +0000 Subject: [Koha-bugs] [Bug 19218] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19218 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Group|Koha security | QA Contact| |testopia at bugs.koha-communit | |y.org Product|Koha security |Koha Component|Koha |Architecture, internals, | |and plumbing Assignee|chris at bigballofwax.co.nz |koha-bugs at lists.koha-commun | |ity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:04:10 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:04:10 +0000 Subject: [Koha-bugs] [Bug 19219] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19219 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Koha security |Koha Resolution|--- |INVALID Assignee|chris at bigballofwax.co.nz |koha-bugs at lists.koha-commun | |ity.org QA Contact| |testopia at bugs.koha-communit | |y.org Component|Koha |Architecture, internals, | |and plumbing Summary|sdf |SPAM Group|Koha security | Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:06:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:06:23 +0000 Subject: [Koha-bugs] [Bug 18503] Confusing hold and transfer dialog In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18503 Sally Healey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:07:57 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:07:57 +0000 Subject: [Koha-bugs] [Bug 19116] Holds not set to waiting when "Confirm" is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19116 Sally Healey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:13:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:13:38 +0000 Subject: [Koha-bugs] [Bug 19221] Onboarding tool says user needs to be made superlibrarian In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19221 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexbuckley at catalyst.net.nz | |, | |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart --- Read: To create another patron, go to Patrons > New patron To give the new patron superlibrarian permissions go to... It's for the permissions of new patrons you are going to create manually. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:17:21 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:17:21 +0000 Subject: [Koha-bugs] [Bug 19222] Why does dt_from_string not understand yyyy-mm-ddThh:mm:ss ? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19222 --- Comment #2 from Marcel de Rooy --- Use case: I get values like 2017-08-31T13:32:37 from outside xml and want to call dt_from_string on them when importing in a plugin. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:20:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:20:48 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |veron at veron.ch |ity.org | CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:21:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:21:14 +0000 Subject: [Koha-bugs] [Bug 17827] Untranslatable "by" in MARC21slim2intranetResults.xsl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17827 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |dubyk at ukr.net |ity.org | CC| |jonathan.druart at bugs.koha-c | |ommunity.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:21:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:21:24 +0000 Subject: [Koha-bugs] [Bug 17827] Untranslatable "by" in MARC21slim2intranetResults.xsl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17827 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:22:19 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:22:19 +0000 Subject: [Koha-bugs] [Bug 19135] AllowHoldsOnPatronsPossessions is not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19135 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |kyle at bywatersolutions.com |ity.org | CC| |jonathan.druart at bugs.koha-c | |ommunity.org Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:23:38 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:23:38 +0000 Subject: [Koha-bugs] [Bug 19198] Renewal as issue causes too many error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19198 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66584|0 |1 is obsolete| | --- Comment #3 from Lee Jamison --- Created attachment 66670 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66670&action=edit Bug 19198 - Unit tests Signed-off-by: Lee Jamison -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:23:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:23:36 +0000 Subject: [Koha-bugs] [Bug 19198] Renewal as issue causes too many error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19198 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:23:47 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:23:47 +0000 Subject: [Koha-bugs] [Bug 19198] Renewal as issue causes too many error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19198 --- Comment #4 from Lee Jamison --- Created attachment 66671 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66671&action=edit Bug 19198 - Renewal as issue causes too many error This patch moves some code and prevents checking for too many checkouts when performing a renewal via checkout To test: 1 - Set a rule to limit checkouts to a single issue, allowing renewal 2 - Issue an item to a patron 3 - Issue the same item 4 - In staff client you get a confirm to renew and a notice of Too Many checkouts, don't confirm 5 - VIA Sip - you get a renewal response, but in logs the renewal fails as a 'too 6 - Apply patch 7 - Via staff client you shoudl get renewal confirm with no too many error 8 - SIP checkout should renew Signed-off-by: Lee Jamison -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:26:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:26:48 +0000 Subject: [Koha-bugs] [Bug 19223] New: Problem with plugins and encodings Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19223 Bug ID: 19223 Summary: Problem with plugins and encodings Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Staff Client Assignee: koha-bugs at lists.koha-community.org Reporter: magnus at libriotech.no QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle at bywatersolutions.com I have created a couple of plugins for Koha: https://github.com/Libriotech/koha-plugin-overview which queries the Koha database and reports things like number og biblio, items, patrons etc. https://github.com/Libriotech/koha-plugin-btj which receives data from an outside source, saves it to the database, creates records and items and displays some of the data to users. The second one does not show any encoding problems, but the first one does. When I look at /cgi-bin/koha/plugins/run.pl?class=Koha::Plugin::No::Libriotech::Overview&method=report&detail=items and have the language set to Norwegian, there are problems with the output from the plugin as well as the other parts of the page, such as the main menu at the very top of the page. I can't see that I have done anything very different in those two plugins, and yet they behave differently. Anyone got a clue if this is a problem with my code or with the plugin system? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 15:46:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 13:46:29 +0000 Subject: [Koha-bugs] [Bug 19224] New: Cardnumber is not auto calculating during new borrower registration Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19224 Bug ID: 19224 Summary: Cardnumber is not auto calculating during new borrower registration Change sponsored?: --- Product: Koha Version: 17.05 Hardware: PC OS: Linux Status: NEW Severity: minor Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: jlamb at lcsdnv.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Created attachment 66672 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66672&action=edit Card Number is blank but field is required. When adding a new patron, I leave the Card Number field blank so that Koha can auto-generate a new card number. However, when pressing save the card number is not filled in an a warning "This field is required" comes up. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:07:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:07:14 +0000 Subject: [Koha-bugs] [Bug 19224] Cardnumber is not auto calculating during new borrower registration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19224 Joseph Lamb changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Joseph Lamb --- removed "cardnumber" from the system preference 'BorrowerMandatoryField' -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:23:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:23:25 +0000 Subject: [Koha-bugs] [Bug 19224] Cardnumber is not auto calculating during new borrower registration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19224 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|INVALID |DUPLICATE CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #2 from Jonathan Druart --- It is actually a duplicate of bug 18636 *** This bug has been marked as a duplicate of bug 18636 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:23:25 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:23:25 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jlamb at lcsdnv.com --- Comment #7 from Jonathan Druart --- *** Bug 19224 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:24:15 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:24:15 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 --- Comment #8 from Jonathan Druart --- What about a warning on the about page? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:30:02 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:30:02 +0000 Subject: [Koha-bugs] [Bug 19135] AllowHoldsOnPatronsPossessions is not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19135 --- Comment #3 from Jonathan Druart --- Please update the commit message with something more meaningful (what the patch does?) Why do not you just remove the superfluous line? I will make the diff easier to read and backport. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:36:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:36:34 +0000 Subject: [Koha-bugs] [Bug 19226] New: Show card number changes in logs Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19226 Bug ID: 19226 Summary: Show card number changes in logs Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Would like the MODIFY action in the logs to specifically show card number changes. Like "Card changed from XXXXXXX to YYYYYYY." -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:36:28 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:36:28 +0000 Subject: [Koha-bugs] [Bug 19225] New: Warn on About page regarding sysprefs autoMemberNum and BorrowerMandatoryField Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19225 Bug ID: 19225 Summary: Warn on About page regarding sysprefs autoMemberNum and BorrowerMandatoryField Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff Client Assignee: koha-bugs at lists.koha-community.org Reporter: veron at veron.ch QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Display a warning on the About page if system preference automembernum is on and BorrowerMandatoryFields contains cardnumber. See Bug 18636 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636#c8 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:36:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:36:55 +0000 Subject: [Koha-bugs] [Bug 19225] Warn on About page regarding sysprefs autoMemberNum and BorrowerMandatoryField In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19225 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |18636 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 [Bug 18636] Can not save new patron on fresh install (Conflict between autoMemberNum and BorrowerMandatoryField) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:36:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:36:55 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |19225 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19225 [Bug 19225] Warn on About page regarding sysprefs autoMemberNum and BorrowerMandatoryField -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:39:48 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:39:48 +0000 Subject: [Koha-bugs] [Bug 18636] Can not save new patron on fresh install ( Conflict between autoMemberNum and BorrowerMandatoryField) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18636 --- Comment #9 from Marc V?ron --- (In reply to Jonathan Druart from comment #8) > What about a warning on the about page? See Bug 19225 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:47:01 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:47:01 +0000 Subject: [Koha-bugs] [Bug 19227] New: 00-merge-conflict-markers.t launches too many tests Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19227 Bug ID: 19227 Summary: 00-merge-conflict-markers.t launches too many tests Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Test Suite Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org QA Contact: testopia at bugs.koha-community.org The number of tests on jenkins is sometimes confusing: https://jenkins.koha-community.org/job/Koha_Master_D8/lastCompletedBuild/testReport/(root)/t_00_merge_conflict_markers_t/ shows that 00-merge-conflict-markers.t ran 10,751 tests, 124 less than the previous run. However 124 files have not been removed from the codebase! I suggest to count only 1 test for all files. Moreover files from blib and cover_db are counted, they should be excluded. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:48:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:48:43 +0000 Subject: [Koha-bugs] [Bug 19227] 00-merge-conflict-markers.t launches too many tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19227 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:48:46 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:48:46 +0000 Subject: [Koha-bugs] [Bug 19227] 00-merge-conflict-markers.t launches too many tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19227 --- Comment #1 from Jonathan Druart --- Created attachment 66673 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66673&action=edit Bug 19227: Reduce the number of tests run by 00-merge-conflict-markers.t The number of tests on jenkins is sometimes confusing: https://jenkins.koha-community.org/job/Koha_Master_D8/lastCompletedBuild/testReport/(root)/t_00_merge_conflict_markers_t/ shows that 00-merge-conflict-markers.t ran 10,751 tests, 124 less than the previous run. However 124 files have not been removed from the codebase! I suggest to count only 1 test for all files. Moreover files from blib and cover_db are counted, they should be excluded. Test plan: prove t/00-merge-conflict-markers.t must return green echo ">>>>>>>" >> mainpage.pl and run the test again It should now fail -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 16:50:30 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 14:50:30 +0000 Subject: [Koha-bugs] [Bug 19227] 00-merge-conflict-markers.t launches too many tests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19227 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 17:05:56 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 15:05:56 +0000 Subject: [Koha-bugs] [Bug 19226] Show card number changes in logs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19226 --- Comment #1 from Owen Leonard --- Duplicate of Bug 18626? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 17:08:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 15:08:49 +0000 Subject: [Koha-bugs] [Bug 19226] Show card number changes in logs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19226 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Christopher Brannon --- *** This bug has been marked as a duplicate of bug 18626 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 17:08:49 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 15:08:49 +0000 Subject: [Koha-bugs] [Bug 18626] Add ability to track cardnumber changes for patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18626 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon at cdalibrary.org --- Comment #3 from Christopher Brannon --- *** Bug 19226 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 17:09:33 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 15:09:33 +0000 Subject: [Koha-bugs] [Bug 18626] Add ability to track cardnumber changes for patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18626 --- Comment #4 from Christopher Brannon --- (In reply to Christopher Brannon from comment #3) > *** Bug 19226 has been marked as a duplicate of this bug. *** Thanks for catching this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 17:27:34 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 15:27:34 +0000 Subject: [Koha-bugs] [Bug 18993] Bump libtest-simple-perl to 1.302075 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18993 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #10 from Jonathan Druart --- Marcel, I do not understand. This bug report is about Test::Simple. 0.8 is old instead, but why do we need to fix it now? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 17:44:05 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 15:44:05 +0000 Subject: [Koha-bugs] [Bug 19198] Renewal as issue causes too many error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19198 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66585|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 17:58:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 15:58:54 +0000 Subject: [Koha-bugs] [Bug 7317] Add an Interlibrary Loan Module to Circulation and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7317 S?verine Queune changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |severine.queune at bulac.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 18:07:11 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 16:07:11 +0000 Subject: [Koha-bugs] [Bug 19194] Internal server error when receiving an order with no itemtype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19194 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 18:07:13 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 16:07:13 +0000 Subject: [Koha-bugs] [Bug 19194] Internal server error when receiving an order with no itemtype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19194 Lee Jamison changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #66573|0 |1 is obsolete| | --- Comment #3 from Lee Jamison --- Created attachment 66674 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66674&action=edit Bug 19194: Check itemtype is defined when receiving an order To test: 1) Find a record with an item that has no itemtype (or remove the itemtype of an item) 2) Go to Acquisitions -> Find a vendor or make a new one -> create a new basket 3) Add the record from Step 1 to your basket 4) Close the basket 5) Go back to the vendor and click 'Receive shipments' 6) Put in an invoice number, click Next 7) Click the Receive link for your item 8) Confirm you see an internal server error 9) Apply the patch and refresh the page 10) The error should be gone and behaviour should continue as expected Sponsored-by: Catalyst IT Signed-off-by: Lee Jamison -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 18:37:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 16:37:20 +0000 Subject: [Koha-bugs] [Bug 15173] SubfieldsToAllowForRestrictedEditing not working properly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15173 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #4 from Jonathan Druart --- It works for me, please try again, you must be logged with a non-superlibrarian users and have editcatalogue => edit_items_restricted -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 20:35:40 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 18:35:40 +0000 Subject: [Koha-bugs] [Bug 18547] On shelf holds allowed > "If all unavailable" ignores default hold policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18547 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 20:35:45 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 18:35:45 +0000 Subject: [Koha-bugs] [Bug 18547] On shelf holds allowed > "If all unavailable" ignores default hold policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18547 --- Comment #11 from Jonathan Druart --- Created attachment 66675 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66675&action=edit Add tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 20:36:27 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 18:36:27 +0000 Subject: [Koha-bugs] [Bug 18547] On shelf holds allowed > "If all unavailable" ignores default hold policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18547 --- Comment #12 from Jonathan Druart --- (In reply to Jonathan Druart from comment #11) > Created attachment 66675 [details] [review] > Add tests Make sure these tests make sense! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 22:24:55 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 20:24:55 +0000 Subject: [Koha-bugs] [Bug 19213] No documentation or online help available for Patron clubs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19213 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Component|Patrons |Documentation Keywords| |Manual -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 22:40:23 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 20:40:23 +0000 Subject: [Koha-bugs] [Bug 19194] Internal server error when receiving an order with no itemtype In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19194 --- Comment #4 from Aleisha Amohia --- (In reply to Hugo Agud from comment #2) > I am going to check this patch, just one quick question.. when you say > itemtype you refer to items.itype right? itemtype If I am not wrong refers > to tag 942$c of the bibliografic > > according the text I guess you're refereing to itype, please may you confirm? I did mean itemtype as in tag 942c -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 23:18:14 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 21:18:14 +0000 Subject: [Koha-bugs] [Bug 19228] New: Confirm delete doesn' t show when deleting an item from course Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19228 Bug ID: 19228 Summary: Confirm delete doesn't show when deleting an item from course Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Course reserves Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org The code is there but the confirm box isn't popping up! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 23:21:51 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 21:21:51 +0000 Subject: [Koha-bugs] [Bug 19228] Confirm delete doesn't show when deleting an item from course In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19228 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 23:21:54 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 21:21:54 +0000 Subject: [Koha-bugs] [Bug 19228] Confirm delete doesn't show when deleting an item from course In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19228 --- Comment #1 from Aleisha Amohia --- Created attachment 66676 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66676&action=edit Bug 19228: Trigger confirm delete when removing item from course To test: 1) Enable UseCourseReserves syspref 2) Go to Course Reserves 3) Add a new course if you don't already have one 4) Add an item to the course 5) Click 'remove' to delete the item from the course 6) Notice the item deletes straight away with no confirmation prompt 7) Apply the patch 8) Repeat steps 4 and 5 9) Confirm the confirmation box pops up and works as expected Sponsored-by: Catalyst IT -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 23:22:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 21:22:24 +0000 Subject: [Koha-bugs] [Bug 19228] Confirm delete doesn't show when deleting an item from course In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19228 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored Assignee|koha-bugs at lists.koha-commun |aleisha at catalyst.net.nz |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 23:24:12 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 21:24:12 +0000 Subject: [Koha-bugs] [Bug 19229] New: Clicking Cancel when editing course doesn' t take you back to the course Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19229 Bug ID: 19229 Summary: Clicking Cancel when editing course doesn't take you back to the course Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Course reserves Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org Instead it takes you back to the courses home page, which feels like the unexpected behaviour. I would expect to click on a course, click Edit, then click Cancel and be returned to the course. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 23:27:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 21:27:20 +0000 Subject: [Koha-bugs] [Bug 19229] Clicking Cancel when editing course doesn' t take you back to the course In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19229 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 23:27:24 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 21:27:24 +0000 Subject: [Koha-bugs] [Bug 19229] Clicking Cancel when editing course doesn' t take you back to the course In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19229 --- Comment #1 from Aleisha Amohia --- Created attachment 66677 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66677&action=edit Bug 19229: Return to course when cancelling out of edit form To test: 1) Ensure UseCourseReserves is enabled 2) Go to Course Reserves, create a course 3) Edit course 4) Click Cancel 5) Notice you are returned to the courses home page rather than returned to the course 6) Apply patch 7) Go to edit course and click cancel again 8) Confirm you are returned to the course and that this feels like the natural expectation. Sponsored-by: Catalyst IT -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 23:28:43 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 21:28:43 +0000 Subject: [Koha-bugs] [Bug 19229] Clicking Cancel when editing course doesn' t take you back to the course In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19229 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |aleisha at catalyst.net.nz |ity.org | Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 23:40:36 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 21:40:36 +0000 Subject: [Koha-bugs] [Bug 19230] New: Warn when deleting a course in course reserves Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19230 Bug ID: 19230 Summary: Warn when deleting a course in course reserves Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Course reserves Assignee: koha-bugs at lists.koha-community.org Reporter: aleisha at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org To reproduce: 1) Ensure UseCourseReserves is enabled 2) Go to Course Reserves, create a course 3) Delete course 4) Notice warn CGI::param called in list context from package CGI::Compile::ROOT::home_vagrant_kohaclone_course_reserves_mod_course_2epl line 43, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 436. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 23:49:17 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 21:49:17 +0000 Subject: [Koha-bugs] [Bug 19230] Warn when deleting a course in course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19230 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 23:49:20 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 21:49:20 +0000 Subject: [Koha-bugs] [Bug 19230] Warn when deleting a course in course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19230 --- Comment #1 from Aleisha Amohia --- Created attachment 66678 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=66678&action=edit Bug 19230: Preventing warn when deleting course To test: 1) Ensure UseCourseReserves is enabled 2) Go to Course Reserves, create a course 3) Delete course 4) Notice warn 5) Apply patch 6) Create a course again and delete it 7) Notice no warn Sponsored-by: Catalyst IT -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Aug 31 23:49:29 2017 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 31 Aug 2017 21:49:29 +0000 Subject: [Koha-bugs] [Bug 19230] Warn when deleting a course in course reserves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19230 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |aleisha at catalyst.net.nz |ity.org | Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.