From bugzilla-daemon at bugs.koha-community.org Sun May 1 00:17:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 30 Apr 2016 22:17:08 +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 --- Comment #131 from Benjamin Daeuber --- Quick feedback on a few quirks. I don't know if any of these would prevent closing this and pushing it to master, but nonetheless: In Circ Client 1. It appears staff can place item level holds when this feature is on, regardless of whether item level holds are allowed. We tested on Wednesday, and it appears Nicole has already identified this. 2. The holds to place count (up to three) is set to 3. Select one barcode, set ?holds to place? dropdown to 3, and it only does one hold on the item. This seems to be unexpected, but we don?t really know why that dropdown box is there or what it is for. 3. Put three items on hold on one record. Once you check in one of the three items you placed on hold, and it is now ?waiting? for the patron, you can place the fourth hold. You don?t need to check it out to the patron before being able to place the fourth hold. Is this expected behavior? In the OPAC 1. Related to point 1 above, this does not appear to affect the OPAC. Users are blocked from placing item level holds if they are not allowed. In both 1. Item level holds seem to be disregarded by the hold limit. So if you have a limit of 10, with 9 items on hold, you can still place 2 item level holds. We haven?t tested this in more detail. 2. A patron can?t place a bib level and item level hold for the same item. I?m actually struggling to think what scenario this might be used in, but we?re nothing if not thorough. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 1 00:26:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 30 Apr 2016 22:26:11 +0000 Subject: [Koha-bugs] [Bug 16330] REST API: add routes to add, update and delete patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50889|0 |1 is obsolete| | --- Comment #7 from Benjamin Rokseth --- Created attachment 51066 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51066&action=edit Bug 16330 - REST API: add routes to add, update and delete patrons This patch adds support for add, edit and delete patrons via REST API. GET /api/v1/patrons Get patron list from params GET /api/v1/patrons/ Get single patron POST /api/v1/patrons Create a new patron PUT /api/v1/patrons/ Update data about patron DEL /api/v1/patrons/ Delete a patron Test plan: 1) Apply this patch (on top of dependent bug 15126) 2) Run tests perl t/db_dependent/api/v1/patrons.t 3) Add a user with proper rights to use the REST API 4) play with your favourite REST client (curl/httpie, etc.): Authenticate with the user created above and get a CGISESSION id. Use the CGISESSION to add, edit and delete patrons via the API. Please note there is no validation of body input in PUT/POST other than branchcode,category,userid,cardnumber. -- You are receiving 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 May 1 00:31:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 30 Apr 2016 22:31:33 +0000 Subject: [Koha-bugs] [Bug 16330] REST API: add routes to add, update and delete patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330 --- Comment #8 from Benjamin Rokseth --- > GET /api/v1/patrons Get patron list from params > GET /api/v1/patrons/ Get single patron Added possibiblity to search for patrons by any patron properties. e.g. GET /api/v1/patrons?cardnumber= GET /api/v1/patrons?branchcode=&categorycode=S should give an array of matching patrons or empty array if none. -- You are receiving 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 May 1 11:14:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 May 2016 09:14:49 +0000 Subject: [Koha-bugs] [Bug 16383] Making Local Use sysprefs actions buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16383 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50973|0 |1 is obsolete| | --- Comment #2 from Marc V?ron --- Created attachment 51067 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51067&action=edit Bug 16383: Making Local Use sysprefs actions buttons To test: 1) Go to Admin -> System Preferences -> Local Use tab 2) Confirm buttons show as font awesome buttons and work as expected 3) Confirm buttons do not wrap on a narrower browser Sponsored-by: Catalyst IT 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 May 1 11:15:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 01 May 2016 09:15:12 +0000 Subject: [Koha-bugs] [Bug 16383] Making Local Use sysprefs actions buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16383 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch 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 May 2 02:18:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 00:18:17 +0000 Subject: [Koha-bugs] [Bug 15303] Letsencrypt option for Debian package installations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15303 --- Comment #61 from David Cook --- Woo! Hurray Mirko! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 02:31:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 00:31:40 +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 --- Comment #38 from David Cook --- (In reply to Marcel de Rooy from comment #37) > I would agree with you that is not necessary to test string concatenation. I disagree. I think it is important to test string concatenation, as the query is just a string, and it's possible that concatenation could mess up the query. > We should be pragmatic in this regard. > I guess the point here is not if you can concatenate strings but if you add > this stuff to the query, will we still have results? Can you predict what > will happen in a test case? > This will be hard because we probably do not like to query external sources > in a unit test. > I once added some stuff in t/db_dependent/Breeding.t in order to start some > testing of this module. Spot on! Alternatives to querying an external source would be parsing the query. We might be able to use the ZOOM modules for that. Example: $q = new ZOOM::Query::PQF('@attr 1=4 dinosaur'); "Creates a new query object, compiling the query passed as its argument according to the rules of the particular query-type being instantiated. If compilation fails, an exception is thrown. Otherwise, the query may be passed to the Connection method search()." http://search.cpan.org/~mirk/Net-Z3950-ZOOM/lib/ZOOM.pod#ZOOM::Query BOOM! Surely that should work? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 04:43:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 02:43:36 +0000 Subject: [Koha-bugs] [Bug 16409] New: Remove redundant 'koha-tmpl/opac-tmpl/lib/famfamfam' dir Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16409 Bug ID: 16409 Summary: Remove redundant 'koha-tmpl/opac-tmpl/lib/famfamfam' dir 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: mtj at kohaaloha.com QA Contact: testopia at bugs.koha-community.org Remove redundant 'koha-tmpl/opac-tmpl/lib/famfamfam' dir, from Koha repo patch to come... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 04:43:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 02:43:47 +0000 Subject: [Koha-bugs] [Bug 16409] Remove redundant 'koha-tmpl/opac-tmpl/lib/famfamfam' dir In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16409 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |mtj at kohaaloha.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 08:02:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:02:47 +0000 Subject: [Koha-bugs] [Bug 16397] Unable to delete audio alerts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16397 Katrin Fischer 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 May 2 08:02:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:02:50 +0000 Subject: [Koha-bugs] [Bug 16397] Unable to delete audio alerts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16397 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51047|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 51068 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51068&action=edit [PASSED QA] Bug 16397 - Unable to delete audio alerts This patch corrects a JavaScript error which has arisen due to the jQuery upgrade. This should have been included in Bug 16321. To test, apply the patch and go to Administration -> Audio alerts. - In the list of existing audio alerts, check one or more checkboxes. The "Delete selected" button should become enabled. - Uncheck all checkboxes and check that the "Delete selected" button is now disabled. - Confirm that deletions are completed correctly. Signed-off-by: Marc V?ron 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 Mon May 2 08:10:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:10:21 +0000 Subject: [Koha-bugs] [Bug 16363] Use floating toolbar on advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16363 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16398 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16398 [Bug 16398] Keep expanded view after clearing the search form -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 08:10:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:10:21 +0000 Subject: [Koha-bugs] [Bug 16398] Keep expanded view after clearing the search form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16398 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16363 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16363 [Bug 16363] Use floating toolbar on advanced search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 08:12:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:12:02 +0000 Subject: [Koha-bugs] [Bug 16363] Use floating toolbar on advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16363 --- Comment #13 from Katrin Fischer --- Confused - I don't see the floating toolbar in master? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 08:13:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:13:29 +0000 Subject: [Koha-bugs] [Bug 16363] Use floating toolbar on advanced search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16363 --- Comment #14 from Katrin Fischer --- Never mind - a problem with my branch not being as current as I had thought. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 08:16:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:16:03 +0000 Subject: [Koha-bugs] [Bug 16398] Keep expanded view after clearing the search form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16398 Katrin Fischer 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 May 2 08:16:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:16:06 +0000 Subject: [Koha-bugs] [Bug 16398] Keep expanded view after clearing the search form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16398 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51048|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 51069 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51069&action=edit [PASSED QA] Bug 16398: Keep the expanded view after clearing the search form On the advanced search form, the "Clear fields" button should pass expanded_options param to preserve the view we use. Test plan: - Click on more options - Fill some fields - Click on "Clear fields" => Without this patch you get the "fewer options" view => With this patch, you will keep the "more options" view Signed-off-by: Marc V?ron 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 Mon May 2 08:21:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:21:07 +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 Katrin Fischer 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 Mon May 2 08:21:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:21:13 +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 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51056|0 |1 is obsolete| | --- Comment #298 from Katrin Fischer --- Created attachment 51070 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51070&action=edit [PASSED QA] Bug 7143: Moving about to 16.05. Hurray. Any suggestions to highlight the version number more prominently or elegantly are welcome. Just add a follow-up. Test plan: Go to About. Check Koha team. Hover over the version number. Signed-off-by: Bernardo Gonzalez Kriegel 16.05, Yeah! No errors 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 Mon May 2 08:22:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:22:30 +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 #299 from Katrin Fischer --- Hm, history.txt ends in December last year: December 26 2015 Koha 3.20.7.1 released releases New bug or fix that here? -- You are receiving 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 May 2 08:58:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:58:03 +0000 Subject: [Koha-bugs] [Bug 16410] New: koha-remove should optionally remove an instance's database and db-user Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16410 Bug ID: 16410 Summary: koha-remove should optionally remove an instance's database and db-user Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: gmcharlt at gmail.com Reporter: mtj at kohaaloha.com QA Contact: testopia at bugs.koha-community.org CC: robin at catalyst.net.nz It would be useful if koha-remove optionally removed an instance's database and db-user more info to come... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 08:58:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:58:13 +0000 Subject: [Koha-bugs] [Bug 16410] koha-remove should optionally remove an instance's database and db-user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16410 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |mtj at kohaaloha.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 08:59:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:59:21 +0000 Subject: [Koha-bugs] [Bug 6416] koha-remove fails when dropping user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6416 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16410 -- 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 May 2 08:59:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 06:59:21 +0000 Subject: [Koha-bugs] [Bug 16410] koha-remove should optionally remove an instance's database and db-user In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16410 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=6416 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 09:00:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 07:00:13 +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 #300 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #299) > Hm, history.txt ends in December last year: > December 26 2015 Koha 3.20.7.1 released releases > New bug or fix that here? Chris regularly updated that one until now. -- You are receiving 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 May 2 09:01:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 07:01:34 +0000 Subject: [Koha-bugs] [Bug 16405] Fix Circulation/NoIssuesChargeGuarantees.t test 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405 --- Comment #3 from Marcel de Rooy --- (In reply to Bernardo Gonzalez Kriegel from comment #2) > Signed-off-by: Bernardo Gonzalez Kriegel Thx for your signoffs, Bernardo. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 10:11:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 08:11:34 +0000 Subject: [Koha-bugs] [Bug 16411] New: Make Hold.t not depend on two existing branches Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16411 Bug ID: 16411 Summary: Make Hold.t not depend on two existing branches 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: gmcharlt at gmail.com If you do not have two branches, this test will fail. Can't call method "branchcode" on an undefined value at t/db_dependent/Hold.t line 60. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 10:13:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 08:13:26 +0000 Subject: [Koha-bugs] [Bug 16411] Make Hold.t not depend on two existing branches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16411 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 Mon May 2 10:13:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 08:13:29 +0000 Subject: [Koha-bugs] [Bug 16411] Make Hold.t not depend on two existing branches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16411 --- Comment #1 from Marcel de Rooy --- Created attachment 51071 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51071&action=edit Bug 16411: Make Hold.t not depend on two existing branches If you do not have two branches, this test will fail. Can't call method "branchcode" on an undefined value. This patch adds a borrower and two branches with TestBuilder. Test plan: Run the test. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 10:13:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 08:13:42 +0000 Subject: [Koha-bugs] [Bug 16411] Make Hold.t not depend on two existing branches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16411 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 Mon May 2 11:04:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:04:45 +0000 Subject: [Koha-bugs] [Bug 11088] Patron entry page should use floating toolbar like cataloging interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11088 --- Comment #24 from Jonathan Druart --- (In reply to Owen Leonard from comment #23) > (In reply to Jonathan Druart from comment #22) > > When saving a patron, it will be at the bottom right. > > Should not we keep a consistency? > > Aleisha and I both tried to implement the floating toolbar for this bug in > the same way that it is implemented elsewhere, but the hidden form fields in > the search header make it difficult to implement the fixfloat() > functionality correctly (See Comment 2). I think I have managed to fix the issue on bug 16400, please have a look. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 11:06:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:06:10 +0000 Subject: [Koha-bugs] [Bug 16167] Remove prefs to drive authorised value images In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16167 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16408 See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16408 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16408 [Bug 16408] Fix UsageStats.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 11:06:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:06:10 +0000 Subject: [Koha-bugs] [Bug 16408] Fix UsageStats.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16408 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Depends on| |16167 See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16167 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16167 [Bug 16167] Remove prefs to drive authorised value images -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 11:07:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:07:04 +0000 Subject: [Koha-bugs] [Bug 16408] Fix UsageStats.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16408 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51059|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51072 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51072&action=edit Bug 16408: Fix UsageStats.t Bug 16167 removed some prefs. This impacts the number of tests. Test plan: Run the test. Signed-off-by: Bernardo Gonzalez Kriegel Test pass No errors 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 May 2 11:07:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:07:02 +0000 Subject: [Koha-bugs] [Bug 16408] Fix UsageStats.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16408 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 May 2 11:31:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:31:53 +0000 Subject: [Koha-bugs] [Bug 16403] Fix Holds.t (tests 9 and 39) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16403 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 May 2 11:31:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:31:56 +0000 Subject: [Koha-bugs] [Bug 16403] Fix Holds.t (tests 9 and 39) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16403 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51054|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart --- Created attachment 51073 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51073&action=edit Bug 16403: Fix holds.t (tests 9 and 39) Resolves this: Failed test 'GetReservesFromItemnumber should return a valid borrowernumber' at t/db_dependent/Holds.t line 97. got: '2000001890' expected: '2000001889' Failed test 'Test AlterPriority(), move to bottom' at t/db_dependent/Holds.t line 220. got: '4' expected: '5' Test plan: Run the test before and after applying this patch. 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 Mon May 2 11:32:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:32:00 +0000 Subject: [Koha-bugs] [Bug 16403] Fix Holds.t (tests 9 and 39) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16403 --- Comment #5 from Jonathan Druart --- Created attachment 51074 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51074&action=edit Bug 16403: Remove unnecessary undef param 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 May 2 11:34:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:34:15 +0000 Subject: [Koha-bugs] [Bug 15534] Add the ability to prevent a patron from placing a hold on a record with available items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15534 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16404 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16404 [Bug 16404] Fix Circulation/Branch.t (tests 8-11) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 11:34:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:34:15 +0000 Subject: [Koha-bugs] [Bug 16404] Fix Circulation/Branch.t (tests 8-11) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16404 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15534 CC| |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15534 [Bug 15534] Add the ability to prevent a patron from placing a hold on a record with available items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 11:36:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:36:07 +0000 Subject: [Koha-bugs] [Bug 16404] Fix Circulation/Branch.t (tests 8-11) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16404 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51052|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51075 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51075&action=edit Bug 16404: Fix Circulation/Branch.t (tests 8-11) Resolves: Failed test 'GetBranchitem returns holdallowed and return branch' at t/db_dependent/Circulation/Branch.t line 226. Structures begin differing at: $got->{hold_fulfillment_policy} = 'any' $expected->{hold_fulfillment_policy} = Does not exist Failed test 'Without parameters GetBranchItemRule returns the values in default_circ_rules' at t/db_dependent/Circulation/Branch.t line 234. Structures begin differing at: $got->{hold_fulfillment_policy} = 'any' $expected->{hold_fulfillment_policy} = Does not exist Failed test 'With only a branchcode GetBranchItemRule returns values in default_branch_circ_rules' at t/db_dependent/Circulation/Branch.t line 239. Structures begin differing at: $got->{hold_fulfillment_policy} = 'any' $expected->{hold_fulfillment_policy} = Does not exist Failed test 'With only one parametern GetBranchItemRule returns default values' at t/db_dependent/Circulation/Branch.t line 244. Structures begin differing at: $got->{hold_fulfillment_policy} = 'any' $expected->{hold_fulfillment_policy} = Does not exist Test plan: Run test before and after applying this patch. Signed-off-by: Marc V?ron Signed-off-by: Jonathan Druart Note: I do not see the usefulness of the lazy_any variable, I don't think it make things easier to read. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 11:36:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:36:03 +0000 Subject: [Koha-bugs] [Bug 16404] Fix Circulation/Branch.t (tests 8-11) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16404 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 May 2 11:38:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:38:57 +0000 Subject: [Koha-bugs] [Bug 16405] Fix Circulation/NoIssuesChargeGuarantees.t test 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |14577 CC| |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14577 [Bug 14577] Allow restriction of checkouts based on fines of guarantor/guarantee -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 11:38:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:38:57 +0000 Subject: [Koha-bugs] [Bug 14577] Allow restriction of checkouts based on fines of guarantor/guarantee In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14577 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16405 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405 [Bug 16405] Fix Circulation/NoIssuesChargeGuarantees.t test 2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 11:41:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:41:20 +0000 Subject: [Koha-bugs] [Bug 16405] Fix Circulation/NoIssuesChargeGuarantees.t test 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405 --- Comment #4 from Jonathan Druart --- Created attachment 51076 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51076&action=edit [ALTERNATIVE-PATCH] Bug 16405: Fix Circulation/NoIssuesChargeGuarantees.t test 2 Resolves: Failed test 'Patron cannot check out item due to debt for guarantee' at t/db_dependent/Circulation/NoIssuesChargeGuarantees.t line 63. got: '10' expected: '10.00' Test plan: Run the test again. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 11:41:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:41:57 +0000 Subject: [Koha-bugs] [Bug 16405] Fix Circulation/NoIssuesChargeGuarantees.t test 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff --- Comment #5 from Jonathan Druart --- Marcel, I think it's better to keep `is`, could you have a look at my alternative patch please? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 11:47:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:47:45 +0000 Subject: [Koha-bugs] [Bug 16407] Fix Koha_borrower_modifications.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16407 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 May 2 11:47:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:47:48 +0000 Subject: [Koha-bugs] [Bug 16407] Fix Koha_borrower_modifications.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16407 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51060|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51077 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51077&action=edit Bug 16407: Fix Koha_borrower_modifications.t This test was using hardcoded borrower number, assuming they should be present. Now we use TestBuilder. Test plan: Run the test. Signed-off-by: Bernardo Gonzalez Kriegel Test pass before and after patch. No errors 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 May 2 11:48:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:48:10 +0000 Subject: [Koha-bugs] [Bug 16407] Fix Koha_borrower_modifications.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16407 --- Comment #4 from Jonathan Druart --- Created attachment 51078 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51078&action=edit Bug 16407: Simplify comments 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 May 2 11:56:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:56:07 +0000 Subject: [Koha-bugs] [Bug 16104] Warnings "used only once: possible typo" should be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 --- Comment #11 from Jonathan Druart --- (In reply to Jonathan Druart from comment #10) > @RM please revert this patch ping! Above all, it fails 2 tests in t/db_dependent/Context.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 11:58:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:58:38 +0000 Subject: [Koha-bugs] [Bug 16406] Fix Context.t tests 27, 37 and sysprefs.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16406 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #3 from Jonathan Druart --- It's a specific case, maybe we should skip the caching tests if no cache is enabled. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 11:59:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 09:59:57 +0000 Subject: [Koha-bugs] [Bug 16384] When canceling 'edit basket', return to basket summary if you came from there In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16384 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |katrin.fischer at bsz-bw.de |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 Mon May 2 12:08:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:08:47 +0000 Subject: [Koha-bugs] [Bug 16104] Warnings "used only once: possible typo" should be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 --- Comment #12 from Jonathan Druart --- (In reply to Jonathan Druart from comment #11) > (In reply to Jonathan Druart from comment #10) > > @RM please revert this patch > > ping! > > Above all, it fails 2 tests in t/db_dependent/Context.t And t/db_dependent/sysprefs.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:10:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:10:45 +0000 Subject: [Koha-bugs] [Bug 16104] Warnings "used only once: possible typo" should be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 --- Comment #13 from Julian Maurice --- Patch reverted in 3.22.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:11:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:11:11 +0000 Subject: [Koha-bugs] [Bug 16405] Fix Circulation/NoIssuesChargeGuarantees.t test 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405 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 Mon May 2 12:11:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:11:13 +0000 Subject: [Koha-bugs] [Bug 16405] Fix Circulation/NoIssuesChargeGuarantees.t test 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51061|0 |1 is obsolete| | Attachment #51076|0 |1 is obsolete| | --- Comment #6 from Marcel de Rooy --- Created attachment 51079 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51079&action=edit Bug 16405: Fix Circulation/NoIssuesChargeGuarantees.t test 2 Resolves: Failed test 'Patron cannot check out item due to debt for guarantee' at t/db_dependent/Circulation/NoIssuesChargeGuarantees.t line 63. got: '10' expected: '10.00' 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 Mon May 2 12:11:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:11:27 +0000 Subject: [Koha-bugs] [Bug 13321] Tax and prices calculation need to be fixed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13321 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48867|0 |1 is obsolete| | --- Comment #48 from Julian Maurice --- Created attachment 51080 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51080&action=edit Bug 13321: Rename variables This patch renames the variable according to the new DB column names * gste => tax_excluded * gsti => tax_included * gstrate => tax_rate * gstvalue => tax_value This patch also modify the ModReceiveOrder subroutine: * Edit vendor note on receiving is not possible, so the code should not permit that. * Update ModReceiveOrder to pass a hashref And that's all! git grep on gste, gsti, gstrate and gstvalue should not return any code that can be executed. Signed-off-by: Laurence Rault Signed-off-by: Francois Charbonnier Signed-off-by: Sonia Bouis -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:11:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:11:31 +0000 Subject: [Koha-bugs] [Bug 13321] Tax and prices calculation need to be fixed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13321 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48868|0 |1 is obsolete| | --- Comment #49 from Julian Maurice --- Created attachment 51081 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51081&action=edit Bug 13321: use the populate_with_prices where needed Now we need to calculate the prices (ecost, rrp, unitprice) and tax (tax_rate, tax_value) when the price is set for an order. This only appends in the 3 files impacted by this patch. addorder*.pl on ordering finishreceive.pl on receiving Signed-off-by: Laurence Rault Signed-off-by: Francois Charbonnier Signed-off-by: Sonia Bouis -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:11:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:11:35 +0000 Subject: [Koha-bugs] [Bug 13321] Tax and prices calculation need to be fixed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13321 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48869|0 |1 is obsolete| | --- Comment #50 from Julian Maurice --- Created attachment 51082 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51082&action=edit Bug 13321: Fix the prices calculation method Well, we have finally arrived here \o/ The method where the prices are calculated uses the equations listed on the wiki page (http://wiki.koha-community.org/wiki/GST_Rewrite_RFC). The ecost is calculated from the rrp (using the discount and the tax rate). That's why we removed the ability to edit this value. That's why we remove the ability to edit the ecost on ordering in a previous commit (bug 12840). The total is now calculated in the scripts. That's why this patch removes lines in the test file. In C4::Acquisition::populate_order_with_prices, the calculation on receiving must depend on the 'invoiceincgst' supplier parameter, and not listincgst (which is used on ordering). It also removes the rounding errors, now we store "exact" values in DB (10^-6). The values will be displayed using the Price TT plugin it will round the values for us. Signed-off-by: Laurence Rault Signed-off-by: Francois Charbonnier Signed-off-by: Sonia Bouis -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:11:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:11:39 +0000 Subject: [Koha-bugs] [Bug 13321] Tax and prices calculation need to be fixed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13321 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48870|0 |1 is obsolete| | --- Comment #51 from Julian Maurice --- Created attachment 51083 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51083&action=edit Bug 13321: Tax and prices calculation - DB Changes This patch adds 7 columns to the aqorders table: * unitprice_tax_excluded * unitprice_tax_included * rrp_tax_excluded * rrp_tax_included * ecost_tax_excluded * ecost_tax_included * tax_value It also renames: * aqorders.gstrate with aqorders.tax_rate * aqbooksellers.gstrate with aqbooksellers.tax_rate The new columns are filled with the previous calculation method. Signed-off-by: Laurence Rault Signed-off-by: Francois Charbonnier Signed-off-by: Sonia Bouis -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:11:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:11:43 +0000 Subject: [Koha-bugs] [Bug 13321] Tax and prices calculation need to be fixed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13321 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48871|0 |1 is obsolete| | --- Comment #52 from Julian Maurice --- Created attachment 51084 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51084&action=edit Bug 13321: Csv export - Display rrp and ecost with and without taxes If a basketgroup is exported as a CSV file, both prices should be displayed to avoid confusion. Signed-off-by: Laurence Rault Signed-off-by: Francois Charbonnier Signed-off-by: Sonia Bouis -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:11:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:11:47 +0000 Subject: [Koha-bugs] [Bug 13321] Tax and prices calculation need to be fixed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13321 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48872|0 |1 is obsolete| | --- Comment #53 from Julian Maurice --- Created attachment 51085 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51085&action=edit Bug 13321: Fix unitprice rounding We need to display the rounded value, but insert the exact value. The unit price can be change on receiving, so the input value can be modified. But if it's not, we must insert the exact (not rounded) unit price, which is the ecost value. Signed-off-by: Laurence Rault Signed-off-by: Francois Charbonnier Signed-off-by: Sonia Bouis -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:14:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:14:24 +0000 Subject: [Koha-bugs] [Bug 16405] Fix Circulation/NoIssuesChargeGuarantees.t test 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405 --- Comment #7 from Marcel de Rooy --- No problem. is( $issuingimpossible->{DEBT_GUARANTEES} == 10.00 , 1, '') and is( $issuingimpossible->{DEBT_GUARANTEES} + 0, '10.00' + 0, '') look the same to me btw -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:14:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:14:32 +0000 Subject: [Koha-bugs] [Bug 13321] Tax and prices calculation need to be fixed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13321 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #54 from Julian Maurice --- Patches rebased on master + 1st patch amended to use $order->{ordernumber} instead of $ordernumber -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:14:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:14:41 +0000 Subject: [Koha-bugs] [Bug 16405] Fix Circulation/NoIssuesChargeGuarantees.t test 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|m.de.rooy at rijksmuseum.nl |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 May 2 12:24:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:24:27 +0000 Subject: [Koha-bugs] [Bug 16104] Warnings "used only once: possible typo" should be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16406 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:24:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:24:27 +0000 Subject: [Koha-bugs] [Bug 16406] Fix Context.t tests 27, 37 and sysprefs.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16406 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16104 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:30:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:30:05 +0000 Subject: [Koha-bugs] [Bug 16412] New: Cache undef in L1 only Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 Bug ID: 16412 Summary: Cache undef in L1 only Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt at gmail.com Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org No need to cache undef in L2. Prevent numerous warnings like: Use of uninitialized value in subroutine entry at /usr/share/koha/masterclone/Koha/Cache.pm line 284 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:31:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:31:20 +0000 Subject: [Koha-bugs] [Bug 16412] Cache undef in L1 only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 Marcel de Rooy 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 Mon May 2 12:31:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:31:23 +0000 Subject: [Koha-bugs] [Bug 16412] Cache undef in L1 only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 --- Comment #1 from Marcel de Rooy --- Created attachment 51086 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51086&action=edit Bug 16412: Cache undef in L1 only No need to cache undef in L2. Prevent numerous warnings like: Use of uninitialized value in subroutine entry at /usr/share/koha/masterclone/Koha/Cache.pm line 284 Test plan: Run t/Cache.t Run t/db_dependent/sysprefs.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:31:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:31:31 +0000 Subject: [Koha-bugs] [Bug 16412] Cache undef in L1 only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |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 May 2 12:36:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:36:34 +0000 Subject: [Koha-bugs] [Bug 16403] Fix Holds.t (tests 9 and 39) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16403 --- Comment #6 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #5) > Created attachment 51074 [details] [review] > Bug 16403: Remove unnecessary undef param > > Signed-off-by: Jonathan Druart I explicitly added the undef to *show* that the date is not defined -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 12:59:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 10:59:07 +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 --- Comment #132 from Kyle M Hall --- (In reply to Benjamin Daeuber from comment #131) > Quick feedback on a few quirks. I don't know if any of these would prevent > closing this and pushing it to master, but nonetheless: > > In Circ Client > > 1. It appears staff can place item level holds when this feature is on, > regardless of whether item level holds are allowed. We tested on Wednesday, > and it appears Nicole has already identified this. I'll look into this! > > 2. The holds to place count (up to three) is set to 3. Select one barcode, > set ?holds to place? dropdown to 3, and it only does one hold on the item. > This seems to be unexpected, but we don?t really know why that dropdown box > is there or what it is for. The "Holds to place" does not do anything when placing item specific holds. The last patch in this series should hide that pulldown when the record-level hold checkbox is unchecked. > > 3. Put three items on hold on one record. Once you check in one of the three > items you placed on hold, and it is now ?waiting? for the patron, you can > place the fourth hold. You don?t need to check it out to the patron before > being able to place the fourth hold. Is this expected behavior? Yes. That is standard Koha behavior. > > In the OPAC > > 1. Related to point 1 above, this does not appear to affect the OPAC. Users > are blocked from placing item level holds if they are not allowed. > > In both > > 1. Item level holds seem to be disregarded by the hold limit. So if you have > a limit of 10, with 9 items on hold, you can still place 2 item level holds. > We haven?t tested this in more detail. This is also standard Koha behavior. If you want more accurate hold limits, you need to add a record level itemtype to each record so that Koha will have a fallback itemtype to check if the hold is a record level hold and not item level. > > 2. A patron can?t place a bib level and item level hold for the same item. > I?m actually struggling to think what scenario this might be used in, but > we?re nothing if not thorough. That is also intentional and expected behavior. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 13:03:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:03:58 +0000 Subject: [Koha-bugs] [Bug 15581] Add a circ rule to limit the auto renewals given a delay In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15581 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #21 from Kyle M Hall --- (In reply to Jonathan Druart from comment #20) > (In reply to Kyle M Hall from comment #19) > > Would you please update the code to pass the object instead of the keys? It > > makes sense to avoid fetching all this data multiple times when there is no > > need to do so. > > Kyle, > I have written GetLatestAutoRenewDate following the same pattern as > GetSoonestRenewDate. I have noticed the inconsistencies in this part of code > but opted to keep it as it instead of making the code diverge. > If you agree I'd prefer to fix the two subroutines on another bug report, > instead of adding a follow-up on this one. That sounds like a good plan to me! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 13:14:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:14:30 +0000 Subject: [Koha-bugs] [Bug 16104] Warnings "used only once: possible typo" should be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 --- Comment #14 from Jonathan Druart --- Created attachment 51087 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51087&action=edit Revert "Bug 16104: Remove warnings "used only once: possible typo"" This reverts commit 6b319a2d487257e8a08bc26af9c6b2e7fa2ece2c. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 13:14:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:14:38 +0000 Subject: [Koha-bugs] [Bug 16406] Fix Context.t tests 27, 37 and sysprefs.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16406 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #4 from Marcel de Rooy --- The revert on bug 16104 will resolve this issue too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 13:16:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:16:19 +0000 Subject: [Koha-bugs] [Bug 16104] Warnings "used only once: possible typo" should be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 13:16:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:16:25 +0000 Subject: [Koha-bugs] [Bug 16104] Warnings "used only once: possible typo" should be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 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 May 2 13:16:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:16:32 +0000 Subject: [Koha-bugs] [Bug 16104] Warnings "used only once: possible typo" should be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 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 Mon May 2 13:22:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:22:48 +0000 Subject: [Koha-bugs] [Bug 16104] Warnings "used only once: possible typo" should be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 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 Mon May 2 13:22:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:22:51 +0000 Subject: [Koha-bugs] [Bug 16104] Warnings "used only once: possible typo" should be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49827|0 |1 is obsolete| | Attachment #51087|0 |1 is obsolete| | --- Comment #15 from Marcel de Rooy --- Created attachment 51088 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51088&action=edit Revert "Bug 16104: Remove warnings "used only once: possible typo"" This reverts commit 6b319a2d487257e8a08bc26af9c6b2e7fa2ece2c. Signed-off-by: Marcel de Rooy Tested with memcached and without MEMCACHED_SERVERS. Cache.t, Context.t and sysprefs.t pass now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 13:44:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:44:17 +0000 Subject: [Koha-bugs] [Bug 16412] Cache undef in L1 only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 Jonathan Druart 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 May 2 13:44:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:44:20 +0000 Subject: [Koha-bugs] [Bug 16412] Cache undef in L1 only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 --- Comment #2 from Jonathan Druart --- Created attachment 51089 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51089&action=edit Bug 16412: Make sure Koha::Cache->set_in_cache will not warn anymore 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 May 2 13:44:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:44:31 +0000 Subject: [Koha-bugs] [Bug 16412] Cache undef in L1 only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51086|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51090 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51090&action=edit Bug 16412: Cache undef in L1 only No need to cache undef in L2. Prevent numerous warnings like: Use of uninitialized value in subroutine entry at /usr/share/koha/masterclone/Koha/Cache.pm line 284 Test plan: Run t/Cache.t Run t/db_dependent/sysprefs.t Signed-off-by: Jonathan Druart Amended patch: remove trailing space char and replace 'you' with 'we' to match existing wordings. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 13:47:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:47:09 +0000 Subject: [Koha-bugs] [Bug 16412] Cache undef in L1 only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 --- Comment #4 from Marcel de Rooy --- Thanks, Jonathan. Just to clarify for QA: If you use memcached, this patch will remove numerous warnings like: Use of uninitialized value in subroutine entry at /usr/share/koha/masterclone/Koha/Cache.pm line 284 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 13:52:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:52:48 +0000 Subject: [Koha-bugs] [Bug 16384] When canceling 'edit basket', return to basket summary if you came from there In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16384 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 May 2 13:52:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:52:51 +0000 Subject: [Koha-bugs] [Bug 16384] When canceling 'edit basket', return to basket summary if you came from there In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16384 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50994|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51091 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51091&action=edit Bug 16384: Fix cancel link for 'Edit basket' When you edit the basket from the basket summary page, saving the change brings you back to the basket summary page, but cancelling brings you to the baskets page of the vendor. To test: - Add a basket in acq - Test cancel link returns to baskets page of vendor - Add a basket and save - Edit this basket - Test cancel link now returns to basket summary page 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 Mon May 2 13:55:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:55:35 +0000 Subject: [Koha-bugs] [Bug 16390] Accounts.t does not need MPL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16390 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Depends on| |14878, 14402 --- Comment #3 from Jonathan Druart --- Fix a regression of bug 14878 introduced by bug 14402. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14402 [Bug 14402] Add --fees option to cleanup_database.pl to purge all 0 balance fees and payments older than the given number of days https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14878 [Bug 14878] Tests - Create the branchcodes if needed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 13:55:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:55:35 +0000 Subject: [Koha-bugs] [Bug 14402] Add --fees option to cleanup_database.pl to purge all 0 balance fees and payments older than the given number of days In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14402 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16390 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16390 [Bug 16390] Accounts.t does not need MPL -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 13:55:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:55:35 +0000 Subject: [Koha-bugs] [Bug 14878] Tests - Create the branchcodes if needed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14878 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16390 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16390 [Bug 16390] Accounts.t does not need MPL -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 13:56:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:56:33 +0000 Subject: [Koha-bugs] [Bug 16390] Accounts.t does not need MPL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16390 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 May 2 13:56:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 11:56:36 +0000 Subject: [Koha-bugs] [Bug 16390] Accounts.t does not need MPL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16390 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51049|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart --- Created attachment 51092 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51092&action=edit Bug 16390: Accounts.t does not need MPL This test fails if you do not have a MPL branch, but a closer look shows that we only need to replace one occurrence. Test plan: Run Accounts.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 Mon May 2 14:08:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:08:15 +0000 Subject: [Koha-bugs] [Bug 16369] Clean up and improve plugins template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16369 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 May 2 14:08:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:08:18 +0000 Subject: [Koha-bugs] [Bug 16369] Clean up and improve plugins template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16369 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50910|0 |1 is obsolete| | --- Comment #8 from Jonathan Druart --- Created attachment 51093 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51093&action=edit Bug 16369 - Clean up and improve plugins template This patch makes multiple changes to the plugins home page template to bring it up to date with current interface patterns. Test the following changes: - Breacrumb links have been corrected to include "Tools" in the path. Verify that this link is correct. - A toolbar has been added for an "Upload plugin" button. Uploading is an action, not a view, so it should be displayed in a toolbar. Verify that the button works correctly. - Messages are now formatted as messages rather than as headings. To test, trigger a message by, for instance, uninstalling all plugins or passing an invalid "method" parameter with the URL. - Incorrect capitalization corrected. - Plugin actions are moved to a single "Actions" dropdown menu. This includes 'Run report,' 'Run tool,' 'Configure,' and 'Uninstall.' Test that all these menu options work correctly. - The standard "Tools" sidebar menu has been added. - An "onclick" attribute has been removed in favor of defining the event in JavaScript. Test by choosing the 'Uninstall' menu item for a plugin. Test both confirm and cancel actions. Also changed: - Corrected capitalization on the tools home page. - Adding missing plugins link to the tools sidebar menu. 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 May 2 14:08:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:08:35 +0000 Subject: [Koha-bugs] [Bug 16411] Make Hold.t not depend on two existing branches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16411 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51071|0 |1 is obsolete| | --- Comment #2 from Marc V?ron --- Created attachment 51094 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51094&action=edit Bug 16411: Make Hold.t not depend on two existing branches If you do not have two branches, this test will fail. Can't call method "branchcode" on an undefined value. This patch adds a borrower and two branches with TestBuilder. Test plan: Run the test. 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 May 2 14:08:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:08:44 +0000 Subject: [Koha-bugs] [Bug 16411] Make Hold.t not depend on two existing branches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16411 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 Mon May 2 14:09:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:09:23 +0000 Subject: [Koha-bugs] [Bug 16369] Clean up and improve plugins template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16369 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Severity|enhancement |normal --- Comment #9 from Jonathan Druart --- I'd consider this patch as a bugfix. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 14:10:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:10:45 +0000 Subject: [Koha-bugs] [Bug 16383] Making Local Use sysprefs actions buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16383 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 May 2 14:10:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:10:48 +0000 Subject: [Koha-bugs] [Bug 16383] Making Local Use sysprefs actions buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16383 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51067|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51095 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51095&action=edit Bug 16383: Making Local Use sysprefs actions buttons To test: 1) Go to Admin -> System Preferences -> Local Use tab 2) Confirm buttons show as font awesome buttons and work as expected 3) Confirm buttons do not wrap on a narrower browser Sponsored-by: Catalyst IT 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 Mon May 2 14:13:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:13:47 +0000 Subject: [Koha-bugs] [Bug 11089] Item edit screen should use floating toolbar like cataloging interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11089 --- Comment #5 from Jonathan Druart --- Please see bug 16400 before QAing this patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 14:18:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:18:30 +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 #41 from Kyle M Hall --- (In reply to Jesse Weaver from comment #40) > I think that may be a devbox-specific problem, Kyle; this works for me, at > least in a single-site (OPAC/intranet) git installation. > > Though note that I used koha-multi.psgi, after adding: > > use Koha::Handler::Plack::CGI; Excellent! Do you think you can sign off on the patch set? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 14:22:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:22:22 +0000 Subject: [Koha-bugs] [Bug 10459] borrowers should have a timestamp In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10459 --- Comment #35 from Kyle M Hall --- (In reply to Katrin Fischer from comment #33) > It looks like we have a 'ton' of timestamp in the database. Apart from that > there seems to be no existing other schema for timestamps columns that I > could spot. I am not opposed to changing it - I think that's what Marcel > wanted to do? Indeed! I think we should standardize on a single format. I think "updated_on" for timestamps that are set on each update and "created_on" for timestamps that are only set at the time of creation would be appropriate. We could have a vote at the next dev meeting to formalize this ( or another proposed format ) and add it to the coding guidelines. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 14:33:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:33:27 +0000 Subject: [Koha-bugs] [Bug 10459] borrowers should have a timestamp In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10459 --- Comment #36 from M. Tompsett --- (In reply to Kyle M Hall from comment #35) > I think we should standardize on a single format. +1 > I think "updated_on" for timestamps that are set on each update > and "created_on" for timestamps ... only set at the time of creation +1 > We could have a vote at the next dev meeting to formalize this ( or another > proposed format ) and add it to the coding guidelines. +1 -- Just incase I don't make it to the next dev meeting. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 14:39:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:39:32 +0000 Subject: [Koha-bugs] [Bug 16170] Pseudo foreign key in Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16170 --- Comment #16 from Kyle M Hall --- > Kyle: You most probably did not. If I do, these test pass with me. Note that > Holds.t does not pass (in current master). And a fix is in PQA for > ILSDI_Services.t. > See comment 12, giving you an q-a-d alternative too for running > update_dbix_class_files.pl (for testing only). Indeed, that was my issue! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 14:41:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:41:09 +0000 Subject: [Koha-bugs] [Bug 10459] borrowers should have a timestamp In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10459 --- Comment #37 from Marc V?ron --- (In reply to Kyle M Hall from comment #35) > (In reply to Katrin Fischer from comment #33) > > It looks like we have a 'ton' of timestamp in the database. Apart from that > > there seems to be no existing other schema for timestamps columns that I > > could spot. I am not opposed to changing it - I think that's what Marcel > > wanted to do? > > Indeed! I think we should standardize on a single format. I think > "updated_on" for timestamps that are set on each update and "created_on" for > timestamps that are only set at the time of creation would be appropriate. > We could have a vote at the next dev meeting to formalize this ( or another > proposed format ) and add it to the coding guidelines. +1 for standardizing, "created_on", "updated_on" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 14:46:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:46:08 +0000 Subject: [Koha-bugs] [Bug 14395] Two different ways to calculate 'No renewal before' (days or hours) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14395 --- Comment #50 from bondiurbano --- (In reply to Holger Mei?ner from comment #44) > Don't worry, bondiurbano. Everything is okay. We're just waiting to pass QA. > The QA team also has to check a lot of other bugs, so this may take some > time. That's all. Holger, please look at bug #15581 by Jonathan Druart -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 14:52:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:52:17 +0000 Subject: [Koha-bugs] [Bug 16170] Pseudo foreign key in Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16170 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 Mon May 2 14:52:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:52:19 +0000 Subject: [Koha-bugs] [Bug 16170] Pseudo foreign key in Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16170 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49723|0 |1 is obsolete| | Attachment #49724|0 |1 is obsolete| | Attachment #49771|0 |1 is obsolete| | Attachment #49772|0 |1 is obsolete| | --- Comment #17 from Kyle M Hall --- Created attachment 51096 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51096&action=edit Bug 16170: Pseudo foreign key in Items While many of us would like to get rid of biblioitems one day, the current scheme includes a biblioitemnumber and a biblionumber in Items. (Which is not so great..) But also note that biblionumber is NOT defined as a foreign key in Items, although a belongs_to relation has been added to the DBIx scheme! This inconsistency should be resolved. The "remove biblioitem table" operation is a large one, but in the meantime we better make biblionumber a regular FK not a 'pseudo' one. Note: If in an (very) exceptional case biblionumbers are found in items, that do not exist in biblio, this patch prints a warning at upgrade time and does not add the constraint. @RM: Please update the DBIx scheme accordingly. Test plan: [1] Run the upgrade. Check if the FK constraint has been added. [2] Remove the FK constraint. Change the biblionumber of one item to an unexisting record. Run the upgrade again. Notice the warning. Signed-off-by: Marcel de Rooy Tested both cases: constraint added as well as warning printed. Signed-off-by: Mark Tompsett 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 Mon May 2 14:52:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:52:29 +0000 Subject: [Koha-bugs] [Bug 16170] Pseudo foreign key in Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16170 --- Comment #18 from Kyle M Hall --- Created attachment 51097 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51097&action=edit Bug 16170 - Corrected to make work more smoothly Signed-off-by: Mark Tompsett Signed-off-by: Marcel de Rooy 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 Mon May 2 14:52:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:52:31 +0000 Subject: [Koha-bugs] [Bug 16170] Pseudo foreign key in Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16170 --- Comment #19 from Kyle M Hall --- Created attachment 51098 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51098&action=edit Bug 16170: [QA Follow-up] Adjust Items.t Items.t inserts an item via biblioitem not correctly linked to biblio. The new foreign key constraint does not allow that. Actually, we should be choosing to either remove biblioitems from Koha or remove biblionumber from items. Note: This seems to be the only case where an item is added this way. Test plan: Run Items.t Signed-off-by: Marcel de Rooy 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 Mon May 2 14:52:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 12:52:34 +0000 Subject: [Koha-bugs] [Bug 16170] Pseudo foreign key in Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16170 --- Comment #20 from Kyle M Hall --- Created attachment 51099 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51099&action=edit Bug 16170: [QA Follow-up] Fix embeded typos Just noticed this typo three times here. Signed-off-by: Marcel de Rooy 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 Mon May 2 15:09:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 13:09:38 +0000 Subject: [Koha-bugs] [Bug 14530] 856$u URL checker ( check-url.pl ) complains about ftp based URLs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14530 Jesse Lambertson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jesse at meta21st.com --- Comment #7 from Jesse Lambertson --- This is mostly a question about URL checking in general. This script checks for good links in 856 $ u? Cab it be run anywhere while logged into the server, or does it need to be run from a specific part in the file system? Just want to make sure. Thank you, Jesse -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 15:39:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 13:39:57 +0000 Subject: [Koha-bugs] [Bug 12509] Untranslatable "Restriction added by overdues process" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12509 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 May 2 15:49:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 13:49:53 +0000 Subject: [Koha-bugs] [Bug 16413] New: Prototype for GetLatestAutoRenewDate and GetSoonestRenewDate should be changed Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16413 Bug ID: 16413 Summary: Prototype for GetLatestAutoRenewDate and GetSoonestRenewDate should be changed 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: 16344 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. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16344 [Bug 16344] Add a circ rule to limit the auto renewals given a specific date -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 15:49:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 13:49:53 +0000 Subject: [Koha-bugs] [Bug 16344] Add a circ rule to limit the auto renewals given a specific date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16344 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16413 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16413 [Bug 16413] Prototype for GetLatestAutoRenewDate and GetSoonestRenewDate should be changed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 15:53:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 13:53:13 +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 #1 from Jonathan Druart --- Created attachment 51100 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51100&action=edit Bug 16413: Change prototype 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. Test plan: Make sure this change does not introduce regressions on bug 15581 and bug 16344. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 15:53:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 13:53:10 +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 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 May 2 15:53:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 13:53:17 +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 #2 from Jonathan Druart --- Created attachment 51101 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51101&action=edit Bug 16413: Change prototype of GetSoonestRenewDate Same change as previous patch for the GetSoonestRenewDate subroutine. Test plan: Make sure this change does not introduce regressions on bug 7413. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 15:53:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 13:53:47 +0000 Subject: [Koha-bugs] [Bug 15581] Add a circ rule to limit the auto renewals given a delay In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15581 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16413 --- Comment #22 from Jonathan Druart --- (In reply to Kyle M Hall from comment #21) > (In reply to Jonathan Druart from comment #20) > > (In reply to Kyle M Hall from comment #19) > > > Would you please update the code to pass the object instead of the keys? It > > > makes sense to avoid fetching all this data multiple times when there is no > > > need to do so. > > > > Kyle, > > I have written GetLatestAutoRenewDate following the same pattern as > > GetSoonestRenewDate. I have noticed the inconsistencies in this part of code > > but opted to keep it as it instead of making the code diverge. > > If you agree I'd prefer to fix the two subroutines on another bug report, > > instead of adding a follow-up on this one. > > That sounds like a good plan to me! Patches submitted on bug 16413. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 15:53:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 13:53:47 +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 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=15581 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:01:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:01:24 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=14637 CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart --- Hello Gopalakrishna, Please try to comment the sql_mode=STRICT_TRANS_TABLES line in your MySQL/MariaDB config file. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:01:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:01:24 +0000 Subject: [Koha-bugs] [Bug 14637] Add patron category fails with MySQL 5.6.26 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14637 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16402 -- You are receiving 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 May 2 16:03:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:03:36 +0000 Subject: [Koha-bugs] [Bug 16414] New: aqorders.budgetgroup_id has never been used and can be removed Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16414 Bug ID: 16414 Summary: aqorders.budgetgroup_id has never been used and can be removed Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Acquisitions Assignee: jonathan.druart at bugs.koha-community.org Reporter: jonathan.druart at bugs.koha-community.org 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 May 2 16:03:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:03:55 +0000 Subject: [Koha-bugs] [Bug 16414] aqorders.budgetgroup_id has never been used and can be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16414 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=13669 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:03:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:03:55 +0000 Subject: [Koha-bugs] [Bug 13669] Webinstaller fails on MySQL 5.6 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13669 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16414 --- Comment #7 from Jonathan Druart --- (In reply to Jonathan Druart from comment #6) > (In reply to Humberto Blanco from comment #5) > > Tom?s, > > I have similar problem with mysql enterprise end i need to modify the > > database structure.so: > > > > ALTER TABLE aqorders ALTER COLUMN budgetgroup_id SET DEFAULT 0; > > This column does not seem to be used and could be removed. > In the meanwhile it would be better to set it to NULL (and remove the NOT > NULL constraint) instead of set it to 0 (which does not make sense). See bug 16414. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:07:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:07:48 +0000 Subject: [Koha-bugs] [Bug 16415] New: Layout problem on staff client detail page if local cover images are enabled Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16415 Bug ID: 16415 Summary: Layout problem on staff client detail page if local cover images are enabled Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/catalogue/detail.pl?biblionumber=X OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Created attachment 51102 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51102&action=edit Screenshot showing layout problem If you have local cover images enabled in the staff client but not Amazon images, local covers are not displayed in a column on the right like they should be. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:16:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:16:16 +0000 Subject: [Koha-bugs] [Bug 16415] Layout problem on staff client detail page if local cover images are enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16415 Owen Leonard 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 Mon May 2 16:16:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:16:18 +0000 Subject: [Koha-bugs] [Bug 16415] Layout problem on staff client detail page if local cover images are enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16415 --- Comment #1 from Owen Leonard --- Created attachment 51103 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51103&action=edit Bug 16415 - Layout problem on staff client detail page if local cover images are enabled This patch fixes a layout problem which appears on the staff client bibliographic detail page if local covers are enabled but Amazon covers are not. To test, apply the patch and turn off AmazonCoverImages. - Enable the LocalCoverImages system preference and locate or create a record which has a local cover image associated with it. - View the bibliographic detail page. The bibliographic details should display in two columns, with text on the left and local cover image on the right. - Test with AmazonCoverImages and LocalCoverImages enabled. - Test with AmazonCoverImages enabled and LocalCoverImages disabled. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:22:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:22:13 +0000 Subject: [Koha-bugs] [Bug 16416] New: insecure connection for bug report search Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16416 Bug ID: 16416 Summary: insecure connection for bug report search Change sponsored?: --- Product: Project Infrastructure Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Project website Assignee: wizzyrea at gmail.com Reporter: wosch at freebsd.org On the page https://koha-community.org/support/search-bugs/ I searched for a bug report. I put in the string "boston" and pressed the submit button. In Firefox and Safari I get a popup warning from the browser: "The information you have entered on this page will be sent over an insecure connection and could be read by a third party. Are you sure you want to send this information?" In the source code I see:
the protocol "http" should be replaced with "https" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:24:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:24:05 +0000 Subject: [Koha-bugs] [Bug 16417] New: Koha Calendar Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16417 Bug ID: 16417 Summary: Koha Calendar Change sponsored?: --- Product: Project Infrastructure Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Project website Assignee: wizzyrea at gmail.com Reporter: wosch at freebsd.org On the Koha web site is a link "Calendar" https://koha-community.org/calendar/ There are only entries for "Koha Bugfix Release" I miss the KohaConf, Koha Hackfest, IRC meeting etc... I'm wondering if the calendar is still maintained? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:33:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:33:18 +0000 Subject: [Koha-bugs] [Bug 16418] New: EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418 Bug ID: 16418 Summary: EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql 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 Depends on: 12528 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528 [Bug 12528] Enable staff to deny message setting access to patrons on the OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:33:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:33:18 +0000 Subject: [Koha-bugs] [Bug 12528] Enable staff to deny message setting access to patrons on the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12528 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16418 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418 [Bug 16418] EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:34:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:34:07 +0000 Subject: [Koha-bugs] [Bug 16418] EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418 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 May 2 16:34:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:34:10 +0000 Subject: [Koha-bugs] [Bug 16418] EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418 --- Comment #1 from Jonathan Druart --- Created attachment 51104 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51104&action=edit Bug 16418: Remove duplicate of EnhancedMessagingPreferencesOPAC Test plan: mysql < installer/data/mysql/sysprefs.sql should work -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:40:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:40:57 +0000 Subject: [Koha-bugs] [Bug 16419] New: Tests of t/db_dependent/Acquisition.t do not pass Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16419 Bug ID: 16419 Summary: Tests of t/db_dependent/Acquisition.t do not pass 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 Depends on: 11371 The tests added by bug 11371 have been put after the rollback statement. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11371 [Bug 11371] Add a new report : Orders by budget -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:40:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:40:57 +0000 Subject: [Koha-bugs] [Bug 11371] Add a new report : Orders by budget In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11371 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16419 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16419 [Bug 16419] Tests of t/db_dependent/Acquisition.t do not pass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:41:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:41:15 +0000 Subject: [Koha-bugs] [Bug 11371] Add a new report : Orders by budget In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11371 --- Comment #50 from Jonathan Druart --- The tests in t/db_dependent/Acquisition.t are broken, see bug 16419. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:41:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:41:37 +0000 Subject: [Koha-bugs] [Bug 16419] Tests of t/db_dependent/Acquisition.t do not pass In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16419 --- Comment #1 from Jonathan Druart --- % prove t/db_dependent/Acquisition.t t/db_dependent/Acquisition.t .. 63/91 # Failed test 'GetBudgetReport OK' # at t/db_dependent/Acquisition.t line 950. # Failed test 'GetBudgetsReport(1) OK' # at t/db_dependent/Acquisition.t line 953. # Looks like you failed 2 tests of 91. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:42:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:42:48 +0000 Subject: [Koha-bugs] [Bug 16419] Tests of t/db_dependent/Acquisition.t do not pass In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16419 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 May 2 16:42:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:42:51 +0000 Subject: [Koha-bugs] [Bug 16419] Tests of t/db_dependent/Acquisition.t do not pass In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16419 --- Comment #2 from Jonathan Druart --- Created attachment 51105 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51105&action=edit Bug 16419: follow-up of bug 11371 - Fix t/db_dependent/Acquisition.t The tests added by bug 11371 have been put after the rollback statement. Test plan: prove t/db_dependent/Acquisition.t should return green -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:48:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:48:35 +0000 Subject: [Koha-bugs] [Bug 16418] EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418 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 Mon May 2 16:48:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:48:37 +0000 Subject: [Koha-bugs] [Bug 16418] EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51104|0 |1 is obsolete| | --- Comment #2 from Tom?s Cohen Arazi --- Created attachment 51106 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51106&action=edit Bug 16418: Remove duplicate of EnhancedMessagingPreferencesOPAC Test plan: mysql < installer/data/mysql/sysprefs.sql should work 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 May 2 16:51:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:51:53 +0000 Subject: [Koha-bugs] [Bug 16419] Tests of t/db_dependent/Acquisition.t do not pass In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16419 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51105|0 |1 is obsolete| | --- Comment #3 from Marc V?ron --- Created attachment 51107 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51107&action=edit Bug 16419: follow-up of bug 11371 - Fix t/db_dependent/Acquisition.t The tests added by bug 11371 have been put after the rollback statement. Test plan: prove t/db_dependent/Acquisition.t should return green 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 May 2 16:52:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:52:49 +0000 Subject: [Koha-bugs] [Bug 16419] Tests of t/db_dependent/Acquisition.t do not pass In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16419 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch 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 Mon May 2 16:56:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:56:33 +0000 Subject: [Koha-bugs] [Bug 16414] aqorders.budgetgroup_id has never been used and can be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16414 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 May 2 16:56:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:56:36 +0000 Subject: [Koha-bugs] [Bug 16414] aqorders.budgetgroup_id has never been used and can be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16414 --- Comment #1 from Jonathan Druart --- Created attachment 51108 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51108&action=edit Bug 16414: Drop aqorders.budgetgroup_id This column has never been used and can be removed. Test plan: 1/ update the schema 2/ prove t/db_dependent/Acquisition.t should return green -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 16:59:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 14:59:27 +0000 Subject: [Koha-bugs] [Bug 16370] Set the record encoding to UTF8 when TransformHtmlToMarc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16370 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart --- Hi C?dric, Please have a look at the following wiki patch to know how to correctly format a patch: https://wiki.koha-community.org/wiki/SubmitingAPatch It would be also good to provide a test plan to reproduce the issue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 17:00:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 15:00:26 +0000 Subject: [Koha-bugs] [Bug 16358] Rancor - Deleting records when Rancor is enabled just opens them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16358 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart --- Jesse, do you plan to provide a patch (if so, please switch the status to assigned). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 17:08:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 15:08:41 +0000 Subject: [Koha-bugs] [Bug 16353] Serials Claims Filters should allow for combining multiple filters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16353 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart --- Are you talking about master? Since bug 10855, there are only 2 date filters on the top of the page, then there are filters at the bottom of each column. They seem to work as expected. -- You are receiving 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 May 2 17:09:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 15:09:32 +0000 Subject: [Koha-bugs] [Bug 16415] Layout problem on staff client detail page if local cover images are enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16415 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51103|0 |1 is obsolete| | --- Comment #2 from Marc V?ron --- Created attachment 51109 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51109&action=edit Bug 16415 - Layout problem on staff client detail page if local cover images are enabled This patch fixes a layout problem which appears on the staff client bibliographic detail page if local covers are enabled but Amazon covers are not. To test, apply the patch and turn off AmazonCoverImages. - Enable the LocalCoverImages system preference and locate or create a record which has a local cover image associated with it. - View the bibliographic detail page. The bibliographic details should display in two columns, with text on the left and local cover image on the right. - Test with AmazonCoverImages and LocalCoverImages enabled. - Test with AmazonCoverImages enabled and LocalCoverImages disabled. All combinations are OK. 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 May 2 17:10:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 15:10:21 +0000 Subject: [Koha-bugs] [Bug 16415] Layout problem on staff client detail page if local cover images are enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16415 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 Mon May 2 17:10:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 15:10:26 +0000 Subject: [Koha-bugs] [Bug 16419] Tests of t/db_dependent/Acquisition.t do not pass In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16419 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 May 2 17:10:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 15:10:28 +0000 Subject: [Koha-bugs] [Bug 16419] Tests of t/db_dependent/Acquisition.t do not pass In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16419 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51107|0 |1 is obsolete| | --- Comment #4 from Tom?s Cohen Arazi --- Created attachment 51110 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51110&action=edit Bug 16419: follow-up of bug 11371 - Fix t/db_dependent/Acquisition.t The tests added by bug 11371 have been put after the rollback statement. Test plan: prove t/db_dependent/Acquisition.t should return green Signed-off-by: Marc V?ron Signed-off-by: Tomas Cohen Arazi Tests fail before the patch, and pass with it. QA scripts like the patch too. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 17:14:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 15:14:59 +0000 Subject: [Koha-bugs] [Bug 16342] Placks breaks Baker and Taylor cover images In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16342 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart --- Nick, this comes certainly from the scope of $user and $pass. Try making it a clean OO module, or use subroutines to retrieve the user and password infos. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 17:29:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 15:29:48 +0000 Subject: [Koha-bugs] [Bug 16104] Warnings "used only once: possible typo" should be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #16 from Kyle M Hall --- Revert pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 19:52:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 17:52:29 +0000 Subject: [Koha-bugs] [Bug 13438] Convert normarc framework plugins to new style (see also 10480) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13438 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com --- Comment #8 from Bernardo Gonzalez Kriegel --- Hi, testing loading no-NB frameworks. Leader and 007 seems right, 007 gives warnings on log file. Buy 008 does not save, only resets the value. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 20:33:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 18:33:27 +0000 Subject: [Koha-bugs] [Bug 16420] New: Buttons inconsistent between "Hold found" and "Hold found (waiting)" dialogs in checkin Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16420 Bug ID: 16420 Summary: Buttons inconsistent between "Hold found" and "Hold found (waiting)" dialogs in checkin 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: jweaver at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com "Hold found": "Confirm hold", "Print slip and confirm" and "Ignore" "Hold found (item is already waiting)": "Confirm", "Cancel hold", "Print and confirm" We should settle on one ordering and wording; the current approach is both bad for translators and confusing for librarians. It's all too easy to reach for the middle button out of muscle memory and cancel a hold! I would argue that the wording and ordering of the "Hold found" dialog is more natural, so the waiting dialog should be changed to the following: "Confirm hold", "Print slip and confirm", "Cancel hold" -- You are receiving 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 May 2 20:38:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 18:38:35 +0000 Subject: [Koha-bugs] [Bug 16421] New: Move hold edit actions into dropdown menu Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16421 Bug ID: 16421 Summary: Move hold edit actions into dropdown menu Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/reserve/request.pl OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Created attachment 51111 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51111&action=edit Screenshot showing proposed interface change I propose that we re-work the way existing holds are displayed in the staff client so that many of the actions associated with a hold are moved into a dropdown menu. I would also add some additional information about the status of a hold into the "details" column. This change would accomplish a few things: - Make the display more compact - Make clearer some information which may not be clear. For instance, that a hold is suspended until a particular date, or that a hold is set to lowest priority. - Make clearer the meaning of the hold priority icons. Using text labels with icons, the meaning of each is explicit. Unfortunately Font Awesome doesn't have the equivalent of the "move to top" or "move to bottom" icon, so I've tried to fake it with a border. It's not perfect buy may be passable. See attached screenshot. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 20:41:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 18:41:56 +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 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org 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 Mon May 2 20:50:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 18:50:31 +0000 Subject: [Koha-bugs] [Bug 10171] Add a header in Advanced Search (staff interface) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10171 --- Comment #12 from Tom?s Cohen Arazi --- Created attachment 51112 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51112&action=edit Bug 10171: (QA followup) Make search tests use the right form This bug removed the search tab from the main search box, so the tests that use /cgi-bin/koha/catalogue/search.pl for searching, should use the advanced search box instead. To test: - Run $ prove t/db_dependent/www/search_utf8.t => FAIL: Several tests related to searching on the intranet interface fail. - Apply the patch - Run $ prove t/db_dependent/www/search_utf8.t => SUCCESS: Tests pass - Be happy 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 May 2 20:51:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 18:51:06 +0000 Subject: [Koha-bugs] [Bug 10171] Add a header in Advanced Search (staff interface) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10171 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |ASSIGNED 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 May 2 20:51:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 18:51:13 +0000 Subject: [Koha-bugs] [Bug 10171] Add a header in Advanced Search (staff interface) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10171 Tom?s Cohen Arazi 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 May 2 20:51:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 18:51:21 +0000 Subject: [Koha-bugs] [Bug 10171] Add a header in Advanced Search (staff interface) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10171 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 Mon May 2 20:51:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 18:51:50 +0000 Subject: [Koha-bugs] [Bug 10171] Add a header in Advanced Search (staff interface) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10171 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #13 from Tom?s Cohen Arazi --- @RM, please push the last followup to adjust tests to the new page layout. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 21:01:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:01:57 +0000 Subject: [Koha-bugs] [Bug 16393] mysql error 1171 in Web installer Step 3 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16393 g.meyer at esgbonn.de changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal 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 May 2 21:05:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:05:19 +0000 Subject: [Koha-bugs] [Bug 15254] Koha/Plack runs in endless loop if mysql is down In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15254 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org, | |tomascohen at gmail.com --- Comment #1 from Jonathan Druart --- I cannot recreate the issue, Tomas could you confirm that on your side? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 21:18:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:18:07 +0000 Subject: [Koha-bugs] [Bug 16405] Fix Circulation/NoIssuesChargeGuarantees.t test 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405 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 May 2 21:18:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:18:10 +0000 Subject: [Koha-bugs] [Bug 16405] Fix Circulation/NoIssuesChargeGuarantees.t test 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51079|0 |1 is obsolete| | --- Comment #8 from Tom?s Cohen Arazi --- Created attachment 51113 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51113&action=edit Bug 16405: Fix Circulation/NoIssuesChargeGuarantees.t test 2 Resolves: Failed test 'Patron cannot check out item due to debt for guarantee' at t/db_dependent/Circulation/NoIssuesChargeGuarantees.t line 63. got: '10' expected: '10.00' Test plan: Run the test again. Signed-off-by: Marcel de Rooy 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 May 2 21:22:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:22:04 +0000 Subject: [Koha-bugs] [Bug 15919] Batch checkout should show due date in list of checked-out items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15919 --- Comment #1 from Jonathan Druart --- Created attachment 51114 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51114&action=edit Bug 15919: Batch checkout - Display the due date When an item has been checked out in a batch, the due date will now be displayed in the information column. Test plan: Use the batch checkout to check some items out Confirm that the due date is displayed if the items have been checked out. -- You are receiving 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 May 2 21:22:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:22:21 +0000 Subject: [Koha-bugs] [Bug 16422] New: moremember.pl should show warning if lost status is changed on a checked out item. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16422 Bug ID: 16422 Summary: moremember.pl should show warning if lost status is changed on a checked out item. 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: barton at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Changing lost status for checked out items, then wondering why the replacement price is not refunded is a common user error, and a source of a lot of trouble tickets. Checking to see if an item is checked out, and displaying a warning if so, like "It looks like you're trying to change the lost status on a checked out item -- this will not allow the replacement price to be refunded -- Do you wish to proceed? (Yes/No)" Would cut down confusion and reduce work-flow issues. -- You are receiving 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 May 2 21:22:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:22:28 +0000 Subject: [Koha-bugs] [Bug 15919] Batch checkout should show due date in list of checked-out items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15919 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff 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 May 2 21:25:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:25:22 +0000 Subject: [Koha-bugs] [Bug 16422] moremember.pl should show warning if lost status is changed on a checked out item. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16422 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- 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 May 2 21:28:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:28:34 +0000 Subject: [Koha-bugs] [Bug 15919] Batch checkout should show due date in list of checked-out items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15919 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51114|0 |1 is obsolete| | --- Comment #2 from Marc V?ron --- Created attachment 51115 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51115&action=edit Bug 15919: Batch checkout - Display the due date When an item has been checked out in a batch, the due date will now be displayed in the information column. Test plan: Use the batch checkout to check some items out Confirm that the due date is displayed if the items have been checked out. 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 May 2 21:28:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:28:53 +0000 Subject: [Koha-bugs] [Bug 15919] Batch checkout should show due date in list of checked-out items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15919 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch 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 May 2 21:33:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:33:37 +0000 Subject: [Koha-bugs] [Bug 16290] "Name of Season" description in numbering pattern erases everything ahead of it in numbering formula In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16290 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart --- Karl, It seems to work (using master): TEST Spring 0 03/05/2016 TEST Summer 0 03/05/2016 TEST Fall 0 04/05/2016 TEST Winter 0 04/05/2016 TEST Spring 1 05/05/2016 TEST Summer 1 05/05/2016 TEST Fall 1 06/05/2016 TEST Winter 1 06/05/2016 On which version of Koha are you testing? -- You are receiving 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 May 2 21:43:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:43:38 +0000 Subject: [Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz, | |katrin.fischer at bsz-bw.de, | |kyle at bywatersolutions.com, | |martin.renvoize at ptfs-europe | |.com, | |pianohacker at gmail.com, | |tomascohen at gmail.com --- Comment #5 from Jonathan Druart --- I think we need to talk more about comment 3, CCing other fellows. I personally think that we cannot support all the configurations and that Koha will only be usable with Plack and a caching system enabled. If it's not what everybody has in mind, we should discuss all together about that. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 21:47:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:47:40 +0000 Subject: [Koha-bugs] [Bug 16156] Do not ensure the dbh is connected all the time In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16156 --- Comment #3 from Jonathan Druart --- And? Is this stupid? Any thoughts? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 21:49:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 19:49:43 +0000 Subject: [Koha-bugs] [Bug 15782] Paging on comments moderation broken In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15782 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #5 from Jonathan Druart --- Is this fixed? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 22:01:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 20:01:23 +0000 Subject: [Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 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 Mon May 2 22:06:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 20:06:36 +0000 Subject: [Koha-bugs] [Bug 16290] "Name of Season" description in numbering pattern erases everything ahead of it in numbering formula In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16290 --- Comment #2 from Karl Holten --- I first noticed it on our institution's install of Koha, which is 3.20. I've tested it just now on ByWater's demo site at intranet.bywatersolutions.com and it also seems to hold true there too. Finally, I've tested it on our test server, which is on master. It also occurs there, though I'm not entirely confident that the test server is set up completely 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 Mon May 2 22:30:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 20:30:29 +0000 Subject: [Koha-bugs] [Bug 16423] New: Fix t/db_dependent/www/batch.t so it matches new layout Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 Bug ID: 16423 Summary: Fix t/db_dependent/www/batch.t so it matches new layout 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: tomascohen at gmail.com QA Contact: gmcharlt at gmail.com To reproduce: - Run $ prove t/db_dependent/www/batch.t => FAIL: Several tests fail due to page layout/information problems. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 22:30:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 20:30:36 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|chris at bigballofwax.co.nz |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 May 2 22:45:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 20:45:14 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 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 Mon May 2 22:45:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 20:45:16 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 51116 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51116&action=edit Bug 16423: Fix t/db_dependent/www/batch.t so it matches new layout This patch adjusts batch.t so it matches the use of datatables on the 'Manage staged records' page, and small layout changes already fixed on search_utf8.t. The tests are slightly modified so they actually test interesting stuff. Some were passing only because an undefined value was passed. To test: - On master, run $ prove t/db_dependent/www/batch.t => FAIL: Tests fail notably - Apply the patch - Run: $ prove t/db_dependent/www/batch.t => SUCCESS: Notice tests now pass. - Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 22:45:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 20:45:22 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 --- Comment #2 from Tom?s Cohen Arazi --- Created attachment 51117 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51117&action=edit Bug 16423: (followup) Add more tests On fixing this tests, we retrieved the JSON data for the datatable used on the 'Manage staged records' page. It would be cool to check the data it carries makes sense. To test: - Run t/db_dependent/www/batch.t => SUCCESS: Tests pass - Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 22:46:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 20:46:49 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|gmcharlt at gmail.com |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 May 2 23:17:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 21:17:04 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50950|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 May 2 23:18:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 21:18:40 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 --- Comment #6 from H?ctor Eduardo Castro Avalos --- Created attachment 51118 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51118&action=edit Two MARC21 records to test with multiples 7XX fields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 23:25:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 21:25:37 +0000 Subject: [Koha-bugs] [Bug 16424] New: Advanced editor reverts records back to Default framework Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16424 Bug ID: 16424 Summary: Advanced editor reverts records back to Default framework Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Cataloging Assignee: gmcharlt at gmail.com Reporter: verolencinas at yahoo.com.ar QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl If you use the new advanced editor in the cataloging module, all records lose their framework information and revert to the Default framework. Since frameworks permit to change vocabulary and presence of fields/subfields in the OPAC, this should be fixed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 23:29:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 21:29:08 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 H?ctor Eduardo Castro Avalos 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 May 2 23:29:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 21:29:11 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51045|0 |1 is obsolete| | --- Comment #7 from H?ctor Eduardo Castro Avalos --- Created attachment 51119 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51119&action=edit Bug 16343: 7XX XSLT subfields displaying out of order This patch respect previous css classes .authordates and .relatorcode but also include .titleportion .authordates {display: none;} .titleportion {display: none;} .relatorcode {display: none;} To test: - Stage the two record attached wit titles: - Surface & coatings technology. - Women crime writers - Reindex zebra (necessary to Opac and Itranet results) - Leave empty the OPACUserCSS and IntranetUserCSS sysprefs - Go to the new records in OPAC and Intranet detail page - Look the wrong display of dates - Apply patch and refresh the page - Test in OPACUserCSS and IntranetUserCSS the css stated before - Play deleting or adding the classes - Test with multiple records with 700 (with and without dates, etc; 710 and 711) NOTE: dates in 710 and 711 can be hidden with .titleportion class dates in this kind of heading go with another data for example: Catholic Church. Plenary Council of Baltimore (2nd : 1866) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 23:33:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 21:33:55 +0000 Subject: [Koha-bugs] [Bug 16425] New: Advanced editor should be able to search, link and add authority records Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16425 Bug ID: 16425 Summary: Advanced editor should be able to search, link and add authority records Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: gmcharlt at gmail.com Reporter: verolencinas at yahoo.com.ar QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl The advanced editor in the cataloging module does not permit to search, link and add new authority records. You can link fields to authority records through the $9 subfield but that means searching for each authority record in a separated browser tab or window to retrieve the record id. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 23:35:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 21:35:26 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 --- Comment #8 from H?ctor Eduardo Castro Avalos --- (In reply to Danielle Elder from comment #5) > Thanks for the quick response, H?ctor. Hi Danielle I attach a new patch with more changes, I've included new things to the patch, fix some mistake and also added the changes to Intranet and OPAC results. There is a new marc file with two records, staged for test purposes. Tanks for you test and sign-off Regards -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 23:36:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 21:36:48 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 --- Comment #9 from H?ctor Eduardo Castro Avalos --- (In reply to H?ctor Eduardo Castro Avalos from comment #8) > > Tanks for you test and sign-off Please re-test and re-sing-off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 2 23:42:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 21:42:54 +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 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 Mon May 2 23:59:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 21:59:38 +0000 Subject: [Koha-bugs] [Bug 16417] Koha Calendar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16417 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |liz at catalyst.net.nz Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Liz Rea --- The calendar depends on people putting things into it, and/or letting me know to do so. You are right that KohaCon should probably be in there, I will add it. Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:01:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:01:51 +0000 Subject: [Koha-bugs] [Bug 16416] insecure connection for bug report search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16416 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |liz at catalyst.net.nz Status|NEW |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:03:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:03:34 +0000 Subject: [Koha-bugs] [Bug 15452] Website: Get Involved: Community Resources: Link to Oloh outdated (Name) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15452 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |liz at catalyst.net.nz Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:04:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:04:34 +0000 Subject: [Koha-bugs] [Bug 15457] HEA : Display of charts is cut on Koha community statistics website In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15457 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |liz at catalyst.net.nz Assignee|wizzyrea at gmail.com |paul.poulain at biblibre.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:06:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:06:43 +0000 Subject: [Koha-bugs] [Bug 16318] the "Download Koha" page is outdated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16318 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |liz at catalyst.net.nz Resolution|--- |WORKSFORME --- Comment #1 from Liz Rea --- I'm not seeing this, possibly it has been fixed already. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:08:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:08:00 +0000 Subject: [Koha-bugs] [Bug 16319] the "Release Schedule" page looks stale In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16319 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |liz at catalyst.net.nz Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Liz Rea --- I have removed the version numbering for now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:10:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:10:43 +0000 Subject: [Koha-bugs] [Bug 16345] Spam in comments In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16345 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |liz at catalyst.net.nz --- Comment #1 from Liz Rea --- Spam tidied. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:13:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:13:11 +0000 Subject: [Koha-bugs] [Bug 16346] Website should be translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16346 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |liz at catalyst.net.nz --- Comment #1 from Liz Rea --- We had one of these for a while, then the solution was found to have a horrible security problem, so we removed it. I'll investigate again. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:14:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:14:23 +0000 Subject: [Koha-bugs] [Bug 16348] Kohacon 2012 is not on the website In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16348 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |liz at catalyst.net.nz Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #1 from Liz Rea --- https://koha-community.org/kohacon/ Edinburgh is listed here, but no link, presumably because the website for it doesn't exist anymore. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:15:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:15:03 +0000 Subject: [Koha-bugs] [Bug 16349] Indicate what branches of Koha are supported In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16349 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion CC| |liz at catalyst.net.nz --- Comment #1 from Liz Rea --- Hi, Where were you thinking of putting this information? Cheers, Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:22:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:22:17 +0000 Subject: [Koha-bugs] [Bug 16350] Koha version history In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16350 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |liz at catalyst.net.nz Status|NEW |ASSIGNED --- Comment #1 from Liz Rea --- Keen for this, let me see if I can find a way to generate this automagically. Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:27:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:27:52 +0000 Subject: [Koha-bugs] [Bug 16392] Tips & Tricks? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16392 Liz Rea changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion CC| |liz at catalyst.net.nz --- Comment #1 from Liz Rea --- I think the thinking here is that the newsletters often have tips and tricks in them. Categories are assigned by the person writing the post. I don't necessarily disagree with the way it's been done, but possibly tags would be better. Not sure how to resolve this one, but I thank you for raising it as a possible issue. I can't seem to recruit anybody to write tips and tricks posts for the community website. (sort of) Rightfully, they tend to put them on their own company websites. Liz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:48:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:48:35 +0000 Subject: [Koha-bugs] [Bug 16426] New: Import borrowers tool warns for blank and/or existing userids Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Bug ID: 16426 Summary: Import borrowers tool warns for blank and/or existing userids Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Tools Assignee: gmcharlt at gmail.com Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org Bug 15840 added warns for existing userids, however these warning are now triggering when borrowers are imported with: 1 - no userid 2 - existing userids even if they belong to the matching user To recreate: Find a borrower with a userid in your system Create an import file with that patron and a new patron with no user id Try to import and match on userid Errors are generated and no patrons are updated or imported Added comments From IRC: if there is no userid, we should ignore it. or optionally create one -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:49:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:49:01 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P3 CC| |nick at bywatersolutions.com, | |wizzyrea at gmail.com See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=15840 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 00:49:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 22:49:01 +0000 Subject: [Koha-bugs] [Bug 15840] Import borrowers tool explodes if userid already exists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15840 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16426 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 01:14:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 23:14:27 +0000 Subject: [Koha-bugs] [Bug 16427] New: Direct link to authority records missing in record detail view Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16427 Bug ID: 16427 Summary: Direct link to authority records missing in record detail view Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Staff Client Assignee: koha-bugs at lists.koha-community.org Reporter: verolencinas at yahoo.com.ar QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com In previous versions of Koha you could see next to a controlled access point with link to an authority record a magnifying glass icon that linked to the authority record with or without the default XSLT enabled (XSLTDetailsDisplay). In the OPAC the icon is visible and usable. -- You are receiving 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 May 3 01:37:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 23:37:53 +0000 Subject: [Koha-bugs] [Bug 16414] aqorders.budgetgroup_id has never been used and can be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16414 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51108|0 |1 is obsolete| | --- Comment #2 from Bernardo Gonzalez Kriegel --- Created attachment 51120 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51120&action=edit [SIGNED.OFF] Bug 16414: Drop aqorders.budgetgroup_id This column has never been used and can be removed. Test plan: 1/ update the schema 2/ prove t/db_dependent/Acquisition.t should return green Signed-off-by: Bernardo Gonzalez Kriegel Test green pre & post patch No errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 01:37:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 23:37:50 +0000 Subject: [Koha-bugs] [Bug 16414] aqorders.budgetgroup_id has never been used and can be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16414 Bernardo Gonzalez Kriegel 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 May 3 01:41:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 23:41:34 +0000 Subject: [Koha-bugs] [Bug 15823] Can still access patron discharge slip without having the syspref on - Permissions breach In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823 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 Tue May 3 01:41:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 23:41:37 +0000 Subject: [Koha-bugs] [Bug 15823] Can still access patron discharge slip without having the syspref on - Permissions breach In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50771|0 |1 is obsolete| | --- Comment #15 from Aleisha Amohia --- Created attachment 51121 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51121&action=edit Bug 15823: Can still access patron discharge slip without having the syspref on EDIT: Fix for OPAC side EDIT: Comment 10 EDIT: Merge conflicts To test: 1) Ensure syspref useDischarge is disabled 2) Go to /cgi-bin/koha/members/discharge.pl?borrowernumber=X&discharge=1 3) Validate that you are still able to generate a discharge slip for this patron 4) Apply patch and refresh page 5) Confirm that you are redirected to the circulation.pl page for the user and that an error message is there. OPAC SIDE 6) Go to the OPAC 7) Go to /cgi-bin/koha/opac-discharge.pl 8) Confirm you get a message saying discharges are disabled 9) Go to /cgi-bin/koha/opac-discharge.pl?op=request 10) Confirm you see same message Sponsored-by: Catalyst IT Followed test plan, works as expected (both staff client and OPAC). 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 May 3 01:56:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 23:56:50 +0000 Subject: [Koha-bugs] [Bug 16353] Serials Claims Filters should allow for combining multiple filters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16353 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #2 from Nick Clemens --- Nope, I wasn't talking about master, but I should have been :-) *** This bug has been marked as a duplicate of bug 10855 *** -- You are receiving 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 May 3 01:56:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 02 May 2016 23:56:50 +0000 Subject: [Koha-bugs] [Bug 10855] Custom fields for subscriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10855 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com --- Comment #246 from Nick Clemens --- *** Bug 16353 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 May 3 06:27:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 04:27:45 +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 #82 from Florent Mara --- Created attachment 51122 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51122&action=edit Bug 12598 - Refactoring Koha::Patrons::Import includes bug fixed for critical date types and header column parsing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 06:38:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 04:38:15 +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 #83 from Florent Mara --- The latest patch includes the following: (1) Further refactoring and regression tests in Koha::Patrons::Import module. (2) A minor bug fix for header row parser by which it was possible to fail the header row parsing (status equal to 0) yet call on Text::CSV->field() which would create an undef entry in both the @csvcolumns and %csvkeycol variables. (3) A more important bug fix related to dateofbirth, dateenrolled and dateexpiry imports by which the failure to format the dates would see these being silently ignored/replaced with default dates. This defect was caused by the @missing_criticals being populated but ignored in the remainder of the loop. This defect is still present in master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 08:22:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 06:22:47 +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 #84 from Katrin Fischer --- Hi Florent, please be careful not to let this grow too big on a single bug report, might be got so split issues out into several bugs at some point :) We will also need a test plan for the testers. Is the status correct? (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 May 3 08:24:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 06:24:58 +0000 Subject: [Koha-bugs] [Bug 16427] Direct link to authority records missing in record detail view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16427 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.22 |master Severity|minor |enhancement CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- I think this wasn't implemented for the staff side in the past - I have taken a look recently as one of our libraries has also asked for this (3.18). One problem is that there is no 'nice' authority view page in staff, so the link would have to go to the standard MARC view. -- You are receiving 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 May 3 08:26:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 06:26:18 +0000 Subject: [Koha-bugs] [Bug 16290] "Name of Season" description in numbering pattern erases everything ahead of it in numbering formula In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16290 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- Maybe bug 13877 very recently pushed to master fixed this? It could explain the difference you see in testing. -- You are receiving 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 May 3 08:27:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 06:27:00 +0000 Subject: [Koha-bugs] [Bug 16424] Advanced editor reverts records back to Default framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16424 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jweaver at bywatersolutions.co | |m, 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 May 3 08:28:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 06:28:08 +0000 Subject: [Koha-bugs] [Bug 16425] Advanced editor should be able to search, link and add authority records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16425 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jweaver at bywatersolutions.co | |m, katrin.fischer at bsz-bw.de Version|3.22 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 08:35:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 06:35:26 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- Agreed, no userid in the import file should be ignored. Sorry to have missed this in testing! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 09:14:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 07:14:13 +0000 Subject: [Koha-bugs] [Bug 16290] "Name of Season" description in numbering pattern erases everything ahead of it in numbering formula In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16290 --- Comment #4 from Jonathan Druart --- (In reply to Katrin Fischer from comment #3) > Maybe bug 13877 very recently pushed to master fixed this? It could explain > the difference you see in testing. Good catch Katrin, you must be 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 Tue May 3 10:06:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 08:06:47 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 --- Comment #2 from Jonathan Druart --- Created attachment 51123 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51123&action=edit Bug 16426: Add tests for ModMember - do not update userid -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 10:06:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 08:06:44 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 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 Tue May 3 10:06:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 08:06:52 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 --- Comment #3 from Jonathan Druart --- Created attachment 51124 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51124&action=edit Bug 16426: follow-up of bug 15840 - correctly manage userid while inserting patrons Bug 15840 tried to fix a bug but makes things more complicated than it was before. If an userid is not provided for 1 or more rows of the csv file, it should not be updated. However, if a userid is provided and it already used by an other patron, the import should fail for this row (but not crash!). Test plan: 0/ Create a patron with a userid=your_userid 1/ Use the import patron tool to update this userid => userid should have been updated 2/ Update another data and do not provide the userid => data should have been updated and not the userid 3/ Update another data and provide the userid, but set it to an empty string, or '0' => data should have been updated and not the userid 4/ Update another patron, and set userid=your_userid => Update should fail and an error whouls be displayed ("already used by another patron") -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 10:08:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 08:08:38 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |jonathan.druart at bugs.koha-c | |ommunity.org CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #4 from Jonathan Druart --- Important note: this patch assumes that borrowers.userid should not be undef, 0, or ''. If everybody agrees with that, we will have to add an updatedb entry to check if there are no rows in the DB matching that, otherwise an update of a patron without userid will fail. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 10:10:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 08:10:06 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15840 See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=15840 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15840 [Bug 15840] Import borrowers tool explodes if userid already exists -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 10:10:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 08:10:06 +0000 Subject: [Koha-bugs] [Bug 15840] Import borrowers tool explodes if userid already exists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15840 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16426 See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16426 | --- Comment #28 from Jonathan Druart --- (In reply to Nick Clemens from comment #27) > I think I am seeing a problem here, that error trips whenever there is no > username or the username exists. > > 1 - We should be able to import files with no username, > 2 - Username existence should also check that the existing name doesn't > belong to the matching patron Fr?d?ric & Julian, I have submited a patch on bug 16426 to fix this issue, stay tuned for the backport! Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 [Bug 16426] Import borrowers tool warns for blank and/or existing userids -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 10:28:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 08:28:41 +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 --- Comment #3 from Arslan Farooq --- Hmm, then at least we should make heading of this page /cgi-bin/koha/plugins/plugins-home.pl?method=report to be "Report Plugins", and the heading of this /cgi-bin/koha/plugins/plugins-home.pl?method=tools should be "Tool Plugins". Right now for both it's "Plugins". Which is confusing. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 11:07:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 09:07:10 +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 --- Comment #4 from Katrin Fischer --- (In reply to Arslan Farooq from comment #3) > Hmm, then at least we should make heading of this page > /cgi-bin/koha/plugins/plugins-home.pl?method=report to be "Report Plugins", > and the heading of this /cgi-bin/koha/plugins/plugins-home.pl?method=tools > should be "Tool Plugins". > > Right now for both it's "Plugins". Which is confusing. +1 I was also wondering: we now got import plugins and OPAC plugins too - I am not sue if they are a new type or not and how you get to display them. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:03:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:03:18 +0000 Subject: [Koha-bugs] [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 Jonathan Druart 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 May 3 12:03:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:03:22 +0000 Subject: [Koha-bugs] [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16428 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 [Bug 16428] The framework is not checked to know if a field is mapped -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:03:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:03:22 +0000 Subject: [Koha-bugs] [Bug 16428] New: The framework is not checked to know if a field is mapped Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 Bug ID: 16428 Summary: The framework is not checked to know if a field is mapped 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 Depends on: 12874 Blocks: 13074 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12874 [Bug 12874] On editing an item, some fields can be set to NULL https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:03:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:03:22 +0000 Subject: [Koha-bugs] [Bug 12874] On editing an item, some fields can be set to NULL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12874 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16428 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 [Bug 16428] The framework is not checked to know if a field is mapped -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:08:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:08:13 +0000 Subject: [Koha-bugs] [Bug 16428] The framework is not checked to know if a field is mapped In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 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 Tue May 3 12:08:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:08:16 +0000 Subject: [Koha-bugs] [Bug 16428] The framework is not checked to know if a field is mapped In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 --- Comment #1 from Jonathan Druart --- Created attachment 51125 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51125&action=edit Bug 16428: Use the biblio framework to know if a field is mapped The subroutine _build_default_values_for_mod_marc takes the frameworkcode in parameter, but ModItemFromMarc did not pass it. It uses it to know if a field is mapped or not to a Koha field (C4::Koha::IsKohaFieldLinked). Consequently the default framework ("") was always used. This bug has been found working on bug 13074 and has been put on a separate bug report to ease the backport. Test plan: Without this change, the tests added by bug 16428 won't pass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:15:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:15: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 --- Comment #85 from Florent Mara --- I agree 100% Katrin. Being merge master at work, I know the pain and have debated the options several times. It was already a bit patch when I found it, only made it bigger ... Overall, I doubt more than 30 lines of 'working' code has been added so far. Most of my contributions are tests + bug fixes. ~95% of my refactoring is taking chunks of existing code from the main script and putting it in methods. Then adding pedantic tests to validate equivalence of output. The other 5% are defect fixes. I thought of stopping last week then found a defect so kept going (I intended to create a specific bug report for the dates defect but ran out of time today). Then a second - minor - defect while at it today. Ultimately, none of my work is intended to change code behavior - unless defect. This refactoring + tests work is in preparation for my task of improving the importer performance which is hardly possible while working on a 300 lines untested script. For test plan, I use the 1000 entries file from the importer performance bug, would it be worth giving more details here? I loaded plenty of patrons today, it would be good for someone else to give it a try and update the status. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:15:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:15:44 +0000 Subject: [Koha-bugs] [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 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 Tue May 3 12:15:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:15:47 +0000 Subject: [Koha-bugs] [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 --- Comment #1 from Jonathan Druart --- Created attachment 51126 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51126&action=edit Bug 13074: Use Koha::Cache to cache the defaults values of a MARC record With the global %default_values_for_mod_from_marc variable, the changes made to the marc_subfield_structure table and especially the links between MARC and DB fields are not safe and might be outdated (if a field is linked/unlinked) Test plan: Under Plack: - Link the barcode field, edit a record and set a barcode. - Remove the mapping for the barcode field and then update again the barcode of the record. The items.barcode DB field must not have been updated. Without this patch, the field should have been updated. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:19:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:19:23 +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 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:19:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:19:32 +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 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 Tue May 3 12:26:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:26:52 +0000 Subject: [Koha-bugs] [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7172 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 [Bug 7172] Omnibus for Plack variable scoping problems -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:26:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:26:52 +0000 Subject: [Koha-bugs] [Bug 7172] Omnibus for Plack variable scoping problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |13074 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:28:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:28:39 +0000 Subject: [Koha-bugs] [Bug 16429] New: Going to circulation from notice triggers may change logged in branch Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Bug ID: 16429 Summary: Going to circulation from notice triggers may change logged in branch Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt at gmail.com Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org If you edit notice triggers and then use the "Checko out" tab from the top bar, you may change your logged in library by accident! To reproduce: 1) Disable the system preference CircAutocompl 2) Go to the notice triggers 3) Select the triggers for a library other than the one you logged in as 4) Use the "Check out" tab at the top to check out to a patron 5) Note your logged in branch has changed ( you'll need to refresh the page if the check out search took you directly to one patron ). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:30:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:30:25 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:30:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:30:54 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=12598 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:30:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:30:54 +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 ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16426 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:49:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:49:18 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 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 Tue May 3 12:49:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:49:21 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 --- Comment #1 from Kyle M Hall --- Created attachment 51127 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51127&action=edit Bug 16429 - Going to circulation from notice triggers may change logged in branch If you edit notice triggers and then use the "Checko out" tab from the top bar, you may change your logged in library by accident! Test Plan: 1) Disable the system preference CircAutocompl 2) Go to the notice triggers 3) Select the triggers for a library other than the one you logged in as 4) Use the "Check out" tab at the top to check out to a patron 5) Note your logged in branch has changed ( you'll need to refresh the page if the check out search took you directly to one patron ). 6) Apply this patch 7) Repeat steps 2-4 8) Note the branch no longer changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:49:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:49:28 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 --- Comment #2 from Kyle M Hall --- Created attachment 51128 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51128&action=edit Bug 16429 - Fix root problem The root of this issue is old code in circulation.pl that is no longer needed and leaves the affected scripts open to future regressions. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:51:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:51:40 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51128|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall --- Created attachment 51129 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51129&action=edit Bug 16429 - Fix root problem The root of this issue is old code in circulation.pl that is no longer needed and leaves the affected scripts open to future regressions. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:53:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:53:34 +0000 Subject: [Koha-bugs] [Bug 11779] Unexpected change in logged in branch when changing overdue notice triggers In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11779 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16429 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:53:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:53:34 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=11779 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:56:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:56:36 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51129|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall --- Created attachment 51130 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51130&action=edit Bug 16429 - Fix root problem The root of this issue is old code in circulation.pl that is no longer needed and leaves the affected scripts open to future regressions. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 12:59:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 10:59:43 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com --- Comment #3 from Bernardo Gonzalez Kriegel --- Before patch I found not ok 7 - upload succeeded and this message malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "\n\x{0a} https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51131&action=edit [SIGNED-OFF] Bug 16330: REST API: add routes to add, update and delete patrons This patch adds support for add, edit and delete patrons via REST API. GET /api/v1/patrons Get patron list from params GET /api/v1/patrons/ Get single patron POST /api/v1/patrons Create a new patron PUT /api/v1/patrons/ Update data about patron DEL /api/v1/patrons/ Delete a patron Test plan: 1) Apply this patch (on top of dependent bug 15126) 2) Run tests perl t/db_dependent/api/v1/patrons.t 3) Add a user with proper rights to use the REST API 4) play with your favourite REST client (curl/httpie, etc.): Authenticate with the user created above and get a CGISESSION id. Use the CGISESSION to add, edit and delete patrons via the API. Please note there is no validation of body input in PUT/POST other than branchcode,category,userid,cardnumber. Signed-off-by: Bernardo Gonzalez Kriegel On top of 15126 Tested using postman, first try with the api GET, POST, PUT and DELETE works, i.e. list, add, update, search and delete. Small errors fixed in followup. -- You are receiving 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 May 3 13:36:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 11:36:35 +0000 Subject: [Koha-bugs] [Bug 16330] REST API: add routes to add, update and delete patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330 --- Comment #10 from Bernardo Gonzalez Kriegel --- Created attachment 51132 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51132&action=edit Bug 16330: (followup) fix spelling and number of tests Signed-off-by: Bernardo Gonzalez Kriegel -- You are receiving 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 May 3 13:48:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 11:48:27 +0000 Subject: [Koha-bugs] [Bug 14748] REST API Testing framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14748 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #7 from Bernardo Gonzalez Kriegel --- (In reply to Olli-Antti Kivilahti from comment #6) > Hi! > > This depends on the authentication system of the REST API which was under > much scrutiny last time I checked. > Bug 13920 That is in discussion, but not listed as dependency. Anyway, more qa fails now FAIL t/lib/RESTTest.pm FAIL t/db_dependent/Api/V1/Borrowers.pm FAIL t/db_dependent/Api/V1/testREST.pl FAIL t/lib/Swagger2TestRunner.pm and still the message "Can't locate Koha/ApiKeys.pm in @INC" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 13:49:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 11:49:05 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 --- Comment #4 from Tom?s Cohen Arazi --- Is that on current master?? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 13:54:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 11:54:06 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 --- Comment #5 from Bernardo Gonzalez Kriegel --- (In reply to Tom?s Cohen Arazi from comment #4) > Is that on current master?? Yes. a7446eb Bug 16423: (followup) Add more tests c802f5b Bug 16423: Fix t/db_dependent/www/batch.t so it matches new layout 4d0d52e Revert "Bug 16104: Remove warnings "used only once: possible typo"" b20ba02 Bug 15533 - DBRev - Update OldReserve schema file to match database schema 68dbe84 Bug 14632: Add Copyright for the Koha Dev Team .... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 13:54:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 11:54:25 +0000 Subject: [Koha-bugs] [Bug 13438] Convert normarc framework plugins to new style (see also 10480) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13438 --- Comment #9 from Marcel de Rooy --- (In reply to Bernardo Gonzalez Kriegel from comment #8) > Hi, > testing loading no-NB frameworks. > > Leader and 007 seems right, 007 gives warnings on log file. > Buy 008 does not save, only resets the value. Thx for testing. I have the same problem with 008 (as noted on the commit message), but it is not related to this patch. You have the same problem before this patch. Perhaps Magnus can clarify or open a new report for it ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 14:01:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:01:39 +0000 Subject: [Koha-bugs] [Bug 16392] Tips & Tricks? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16392 --- Comment #2 from Mirko Tietgen --- (In reply to Liz Rea from comment #1) > I can't seem to recruit anybody to write tips and tricks posts for the > community website. Ha, that would be fun! :) But no, if there is no new content in that category, old content in that category can't be found and is probably outdated, and the category itself is not linked anywhere from the menu, should we get rid of it then? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 14:05:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:05:34 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 --- Comment #6 from Marcel de Rooy --- Passes with me (one warning): 1..24 Use of uninitialized value $opac in substitution (s///) at t/db_dependent/www/batch.t line 55. ok 1 - connect to intranet ok 2 - login to staff client ok 3 - load main page ok 4 - open tools module ok 5 - go to stage MARC ok 6 - uploaded file ok 7 - upload succeeded ok 8 - reopen stage MARC page ok 9 - stage MARC ok 10 - have job ID ok 11 - job was completed ok 12 - reopen stage MARC page at end of upload ok 13 - stage MARC ok 14 - view batch ok 15 - get the datatable for the new batch id ok 16 - found book ok 17 - record marked as staged ok 18 - record has no matches ok 19 - imported records into catalog ok 20 - record marked as imported ok 21 - revert import ok 22 - getting reverted bib ok 23 - bib is gone ok 24 - record marked as reverted -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 14:11:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:11:35 +0000 Subject: [Koha-bugs] [Bug 16348] Kohacon 2012 is not on the website In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16348 Mirko Tietgen changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |--- Status|RESOLVED |REOPENED --- Comment #2 from Mirko Tietgen --- https://koha-community.org/kohacon12/ at least leads to this: https://koha-community.org/kohacon12-attendees/ There was more on k-c.org at some point, with the schedule, their fancy logo and all. I think they actually did not have a separate website but only used the official one. Why did it get deleted? That's strange. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 14:15:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:15:58 +0000 Subject: [Koha-bugs] [Bug 16348] Kohacon 2012 is not on the website In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16348 --- Comment #3 from Mirko Tietgen --- See also https://web.archive.org/web/20160121052908/https://koha-community.org/kohacon/kohacon12/ and the programme here https://web.archive.org/web/20160121025923/https://koha-community.org/kohacon/kohacon12/program/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 14:20:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:20:00 +0000 Subject: [Koha-bugs] [Bug 13438] Convert normarc framework plugins to new style (see also 10480) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13438 --- Comment #10 from Bernardo Gonzalez Kriegel --- (In reply to Marcel de Rooy from comment #9) > I have the same problem with 008 (as noted on the commit message), but it is > not related to this patch. You have the same problem before this patch. Not exactly the same, it fails to load current values but can save new ones. With patch clicking Save does nothing, for me of course (i'm having doubts about my testing env) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 14:24:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:24:55 +0000 Subject: [Koha-bugs] [Bug 16342] Placks breaks Baker and Taylor cover images In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16342 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |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 Tue May 3 14:30:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:30:00 +0000 Subject: [Koha-bugs] [Bug 15823] Can still access patron discharge slip without having the syspref on - Permissions breach In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51121|0 |1 is obsolete| | --- Comment #16 from Marc V?ron --- Created attachment 51133 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51133&action=edit Bug 15823: Can still access patron discharge slip without having the syspref on EDIT: Fix for OPAC side EDIT: Comment 10 EDIT: Merge conflicts To test: 1) Ensure syspref useDischarge is disabled 2) Go to /cgi-bin/koha/members/discharge.pl?borrowernumber=X&discharge=1 3) Validate that you are still able to generate a discharge slip for this patron 4) Apply patch and refresh page 5) Confirm that you are redirected to the circulation.pl page for the user and that an error message is there. OPAC SIDE 6) Go to the OPAC 7) Go to /cgi-bin/koha/opac-discharge.pl 8) Confirm you get a message saying discharges are disabled 9) Go to /cgi-bin/koha/opac-discharge.pl?op=request 10) Confirm you see same message Sponsored-by: Catalyst IT Followed test plan, works as expected (both staff client and OPAC). Re-tested, works OK. 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 May 3 14:30:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:30:23 +0000 Subject: [Koha-bugs] [Bug 15823] Can still access patron discharge slip without having the syspref on - Permissions breach In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823 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 Tue May 3 14:34:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:34:38 +0000 Subject: [Koha-bugs] [Bug 16394] Fix formatting of review.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16394 --- Comment #1 from Owen Leonard --- The staff client templates are full of tab characters, so I don't think we should file bugs for each one. My understanding of the general practice regarding indentation is: - Always remove tab characters from lines which are changed by your patches. - If you want to make other changes to whitespace or indentation, submit a separate patch. Submitting whitespace fixes is always going to create merge problems for pending patches, so we should check http://splitter.koha-community.org for pending patches. It would be interesting if the splitter tool could show a list of templates which have /no/ patches in the queue. Those would be great candidates for whitespace fix patches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 14:43:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:43:36 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51127|0 |1 is obsolete| | --- Comment #5 from Marc V?ron --- Created attachment 51134 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51134&action=edit Bug 16429 - Going to circulation from notice triggers may change logged in branch If you edit notice triggers and then use the "Checko out" tab from the top bar, you may change your logged in library by accident! Test Plan: 1) Disable the system preference CircAutocompl 2) Go to the notice triggers 3) Select the triggers for a library other than the one you logged in as 4) Use the "Check out" tab at the top to check out to a patron 5) Note your logged in branch has changed ( you'll need to refresh the page if the check out search took you directly to one patron ). 6) Apply this patch 7) Repeat steps 2-4 8) Note the branch no longer changes Tested with both patches applied. 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 May 3 14:44:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:44:35 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51130|0 |1 is obsolete| | --- Comment #6 from Marc V?ron --- Created attachment 51135 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51135&action=edit Bug 16429 - Fix root problem The root of this issue is old code in circulation.pl that is no longer needed and leaves the affected scripts open to future regressions. 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 May 3 14:45:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:45:01 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch 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 May 3 14:49:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:49:43 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 --- Comment #5 from Nick Clemens --- This seems to be working well, two questions: 1 - If I am matching on userid, and import a patron with no userid in the file but the cardnumber is already used the warning says "Cardnumber ###### is not a valid cardnumber" It would be clearer if it said 'this cardnumber is already used' 2 - If I am mathching on cardnumber and include an existing username in the file I am not warned, but the username is replaced with a generated one (surname.firstname) - I think there should be a warning since the udername doesn't match the submitted data, or that line should fail -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 14:56:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:56:53 +0000 Subject: [Koha-bugs] [Bug 16430] New: Mainpage.pl dies if library is not set Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16430 Bug ID: 16430 Summary: Mainpage.pl dies if library is not set Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt at gmail.com Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org On a fresh install of Koha, logging in I was met with: Invalid dateformat parameter () at /home/vagrant/kohaclone/Koha/DateUtils.pm line 112. It appears that if the library is not set, you get this message on mainpage.pl. Needless to say, this adds difficulty in setting up a fresh install of Koha! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 14:58:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:58:50 +0000 Subject: [Koha-bugs] [Bug 16430] Mainpage.pl dies if library is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16430 --- Comment #1 from Kyle M Hall --- Created attachment 51136 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51136&action=edit Bug 16430 - Mainpage.pl dies if library is not set On a fresh install of Koha, logging in I was met with: Invalid dateformat parameter () at /home/vagrant/kohaclone/Koha/DateUtils.pm line 112. It appears that if the library is not set, you get this message on mainpage.pl. Needless to say, this adds difficulty in setting up a fresh install of Koha! Test Plan: 1) Check out master, start with a fresh empty database 2) Go through the installer, log in with the db user for the first time 3) Note the error 4) Apply this patch 5) Refresh the page, the error should be gone -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 14:59:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:59:07 +0000 Subject: [Koha-bugs] [Bug 16430] Mainpage.pl dies if library is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16430 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 14:59:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 12:59:04 +0000 Subject: [Koha-bugs] [Bug 16430] Mainpage.pl dies if library is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16430 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. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:04:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:04:58 +0000 Subject: [Koha-bugs] [Bug 16430] Mainpage.pl dies if library is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16430 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51136|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall --- Created attachment 51137 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51137&action=edit Bug 16430 - Mainpage.pl dies if library is not set On a fresh install of Koha, logging in I was met with: Invalid dateformat parameter () at /home/vagrant/kohaclone/Koha/DateUtils.pm line 112. It appears that if the library is not set, you get this message on mainpage.pl. Needless to say, this adds difficulty in setting up a fresh install of Koha! Test Plan: 1) Check out master, start with a fresh empty database 2) Go through the installer, install all default data, log in with the db user for the first time 3) Note the error 4) Apply this patch 5) Refresh the page, the error should be gone -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:07:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:07:51 +0000 Subject: [Koha-bugs] [Bug 16430] Mainpage.pl dies if library is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16430 --- Comment #3 from Kyle M Hall --- On further testing, I think this may be a much deeper problem than this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:10:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:10:37 +0000 Subject: [Koha-bugs] [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51126|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart --- Created attachment 51138 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51138&action=edit Bug 13074: Use Koha::Cache to cache the defaults values of a MARC record With the global %default_values_for_mod_from_marc variable, the changes made to the marc_subfield_structure table and especially the links between MARC and DB fields are not safe and might be outdated (if a field is linked/unlinked) Test plan: Under Plack: - Link the barcode field, edit a record and set a barcode. - Remove the mapping for the barcode field and then update again the barcode of the record. The items.barcode DB field must not have been updated. Without this patch, the field should have been updated. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:16:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:16:14 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 --- Comment #5 from Owen Leonard --- I'm having some problems with this patch: - It needs to be rebased (although I think I was able to correctly fix the merge problems for testing). - In my tests the toolbar doesn't "stick' to the top of the viewport because it has a margin on it. - When it is floating, the toolbar isn't styled like it is on other pages without this patch. There is a "floating" class which isn't getting added. - It breaks other instances of the floating toolbar. I'm getting a JS error on the cataloging page, for instance. I'm not sure why, but having only "save" and "cancel" in the toolbar doesn't feel right to me. But I agree that we need to be consistent, and I agree that this page really needs some form of always-visible save button. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:16:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:16:35 +0000 Subject: [Koha-bugs] [Bug 16430] Mainpage.pl dies if library is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16430 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |blocker --- Comment #4 from Kyle M Hall --- The root case is a change in dt_from_string: $date_format = C4::Context->preference('dateformat') unless $date_format; This line means that if the caller does not pass a format, the native preferred format is assumed. When not logged in, $date_format will be empty and cause an error. There are also many calls to dt_from_string where no format is passed which will cause other errors. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:16:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:16:46 +0000 Subject: [Koha-bugs] [Bug 16430] Mainpage.pl dies if library is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16430 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51137|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 May 3 15:17:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:17:00 +0000 Subject: [Koha-bugs] [Bug 16430] Mainpage.pl dies if library is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16430 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |ASSIGNED Assignee|kyle at bywatersolutions.com |gmcharlt at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:25:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:25:11 +0000 Subject: [Koha-bugs] [Bug 16430] Mainpage.pl dies if library is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16430 --- Comment #5 from Jonathan Druart --- I'd keep the die, to catch next issues of the same kind. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:32:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:32:23 +0000 Subject: [Koha-bugs] [Bug 8089] Use Koha::Cache everywhere In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8089 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |13074 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:32:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:32:23 +0000 Subject: [Koha-bugs] [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |8089 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8089 [Bug 8089] Use Koha::Cache everywhere -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:33:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:33:40 +0000 Subject: [Koha-bugs] [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16431 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431 [Bug 16431] Marc subfield structure should be cached using Koha::Cache -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:33:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:33:40 +0000 Subject: [Koha-bugs] [Bug 16431] New: Marc subfield structure should be cached using Koha::Cache Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431 Bug ID: 16431 Summary: Marc subfield structure should be cached using Koha::Cache 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 Depends on: 13074 Blocks: 7172, 8089 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 [Bug 7172] Omnibus for Plack variable scoping problems https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8089 [Bug 8089] Use Koha::Cache everywhere https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:33:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:33:40 +0000 Subject: [Koha-bugs] [Bug 7172] Omnibus for Plack variable scoping problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16431 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431 [Bug 16431] Marc subfield structure should be cached using Koha::Cache -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:33:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:33:40 +0000 Subject: [Koha-bugs] [Bug 8089] Use Koha::Cache everywhere In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8089 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16431 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431 [Bug 16431] Marc subfield structure should be cached using Koha::Cache -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:48:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:48:29 +0000 Subject: [Koha-bugs] [Bug 16315] OPAC Shelfbrowser doesn't display the full title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16315 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Status|NEW |ASSIGNED Version|3.22 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:53:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:53:01 +0000 Subject: [Koha-bugs] [Bug 16431] Marc subfield structure should be cached using Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431 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 Tue May 3 15:53:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:53:04 +0000 Subject: [Koha-bugs] [Bug 16431] Marc subfield structure should be cached using Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431 --- Comment #1 from Jonathan Druart --- Created attachment 51139 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51139&action=edit Bug 16431: Use Koha::Cache to cache marc subfield structure The marc subfield structure is currently cached using a global variable of C4::Context. The infos are retrieved every time a new context is created. This patch suggests to use Koha::Cache instead. To achieve this goal, a new subroutine is created C4::Biblio::GetMarcSubfieldStructure, it will be called from code which needs to get the marc subfield structure. GetMarcFromKohaField, GetMarcSubfieldStructureFromKohaField, TransformKohaToMarc and _get_inverted_marc_field_map are modified accordingly and the cache is cleared when the table is updated (from the 3 pl scripts modified by this patch). The caching done in C4::Context (marcfromkohafield) is removed. Test plan: Play with the marc subfield structure (in the administration module), then add and edit records and make sure everything went fine. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:53:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:53:22 +0000 Subject: [Koha-bugs] [Bug 16315] OPAC Shelfbrowser doesn't display the full title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16315 Owen Leonard 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 Tue May 3 15:53:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:53:24 +0000 Subject: [Koha-bugs] [Bug 16315] OPAC Shelfbrowser doesn't display the full title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16315 --- Comment #1 from Owen Leonard --- Created attachment 51140 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51140&action=edit Bug 16315 - OPAC Shelfbrowser doesn't display the full title This patch adds subtitle information to the display of titles in the OPAC's shelf browser. To test, apply the patch and make sure OPACShelfBrowser is enabled. - View the detail page for any title in the OPAC which has items. - Click the "Browse shelf" link next to any item in the holdings table. - The titles in the shelf browser should display with all subtitle information as defined in Keywords to MARC mapping. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 15:53:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 13:53:28 +0000 Subject: [Koha-bugs] [Bug 16431] Marc subfield structure should be cached using Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl, | |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 May 3 16:00:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:00:06 +0000 Subject: [Koha-bugs] [Bug 13438] Convert normarc framework plugins to new style (see also 10480) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13438 --- Comment #11 from Magnus Enger --- Yes, there is a problem with 008. My plan was to fix this here: Bug 10997 - Modernize value_builders for NORMARC but I have not found the time yet... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:00:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:00:21 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51134|0 |1 is obsolete| | --- Comment #7 from Nicole C. Engard --- Created attachment 51141 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51141&action=edit Bug 16429 - Going to circulation from notice triggers may change logged in branch If you edit notice triggers and then use the "Checko out" tab from the top bar, you may change your logged in library by accident! Test Plan: 1) Disable the system preference CircAutocompl 2) Go to the notice triggers 3) Select the triggers for a library other than the one you logged in as 4) Use the "Check out" tab at the top to check out to a patron 5) Note your logged in branch has changed ( you'll need to refresh the page if the check out search took you directly to one patron ). 6) Apply this patch 7) Repeat steps 2-4 8) Note the branch no longer changes Tested with both patches applied. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Heather Braum -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:00:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:00:27 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51135|0 |1 is obsolete| | --- Comment #8 from Nicole C. Engard --- Created attachment 51142 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51142&action=edit Bug 16429 - Fix root problem The root of this issue is old code in circulation.pl that is no longer needed and leaves the affected scripts open to future regressions. Signed-off-by: Marc V?ron Signed-off-by: Heather Braum -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:01:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:01:51 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |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 Tue May 3 16:01:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:01:53 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #45327|0 |1 is obsolete| | --- Comment #6 from Owen Leonard --- Created attachment 51143 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51143&action=edit Bug 15194 - Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar This patch changes the direction of the "actions" menu on the saved reports page so that it popup up instead of down. To test, apply the patch and go to Reports -> Saved reports. - Click the "Actions" menu for any report and confirm that the menu displays above the button instead of below it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:04:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:04:57 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51044|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart --- Created attachment 51144 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51144&action=edit Bug 16400: Let's hack the fixFloat plugin to fix our needs On comment bug 11088 comment 2, Owen explained the problem with the fixFloat toolbar. Since we have a hidden div, the plugin does not manage to place the toolbar correctly. In order to make it work, this patch adds some changes to the plugin to add the ability to define our own offset. When the div is extended (+, filteraction_on), the offset should be updated to move the toolbar. Same when the div is folded (-, filteraction_off) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:05:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:05:00 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 --- Comment #7 from Jonathan Druart --- Created attachment 51145 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51145&action=edit Bug 16400: Reintroduce the floating class -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:07:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:07:25 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 --- Comment #8 from Jonathan Druart --- (In reply to Owen Leonard from comment #5) > I'm having some problems with this patch: > > - It needs to be rebased (although I think I was able to correctly fix the > merge problems for testing). Done. > - In my tests the toolbar doesn't "stick' to the top of the viewport because > it has a margin on it. > - When it is floating, the toolbar isn't styled like it is on other pages > without this patch. There is a "floating" class which isn't getting added. Last patch reintroduces the floating class. > - It breaks other instances of the floating toolbar. I'm getting a JS error > on the cataloging page, for instance. Fixed, I have updated the second patch. > I'm not sure why, but having only "save" and "cancel" in the toolbar doesn't > feel right to me. But I agree that we need to be consistent, and I agree > that this page really needs some form of always-visible save button. As I said, the patches are here for discussion. I have understood from the discussion on bug 11088 that it's what you needed but you did not manage to implement it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:13:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:13:31 +0000 Subject: [Koha-bugs] [Bug 15254] Koha/Plack runs in endless loop if mysql is down In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15254 Wolfram Schneider changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Wolfram Schneider --- I upgraded koha-common to 3.22.06 and the endless loop is gone. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:29:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:29:42 +0000 Subject: [Koha-bugs] [Bug 16349] Indicate what branches of Koha are supported In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16349 --- Comment #2 from Mirko Tietgen --- Places that would make sense (I think) are 1. the main page, maybe under the "try it now" button, something like Introducing Koha 3.22 [Try it now] Currently supported branches: 3.22 (stable), latest version 3.22.x 3.20 (oldstable), latest version 3.20.x 3.18, latest version 3.18.x I don't know if we could automatically get the latest version from somewhere, because you probably don't want to change that manually every month, but it would be nice to display it. or 2. the download page, under "Get Koha", instead of the link to the wiki that does not really explain anything related to currently supported versions. What do you think? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:32:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:32:06 +0000 Subject: [Koha-bugs] [Bug 16430] Mainpage.pl dies if library is not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16430 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #6 from Jonathan Druart --- I do not recreate, did you fix the sysprefs.sql file before? See bug 16418 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:33:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:33:14 +0000 Subject: [Koha-bugs] [Bug 16365] Selectively introduce GetMarcStructure() "unsafe" variant for better performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16365 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16431 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:33:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:33:14 +0000 Subject: [Koha-bugs] [Bug 16431] Marc subfield structure should be cached using Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16365 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:38:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:38:37 +0000 Subject: [Koha-bugs] [Bug 11559] Professional cataloger's interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16424 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16424 [Bug 16424] Advanced editor reverts records back to Default framework -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:38:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:38:37 +0000 Subject: [Koha-bugs] [Bug 16424] Advanced editor reverts records back to Default framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16424 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.22 |unspecified CC| |jonathan.druart at bugs.koha-c | |ommunity.org Severity|minor |major Depends on| |11559 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11559 [Bug 11559] Professional cataloger's interface -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:40:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:40:55 +0000 Subject: [Koha-bugs] [Bug 16418] EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418 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 Tue May 3 16:40:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:40:57 +0000 Subject: [Koha-bugs] [Bug 16418] EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51106|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall --- Created attachment 51146 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51146&action=edit Bug 16418: Remove duplicate of EnhancedMessagingPreferencesOPAC Test plan: mysql < installer/data/mysql/sysprefs.sql should work 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 May 3 16:41:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:41:54 +0000 Subject: [Koha-bugs] [Bug 16418] EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #4 from Kyle M Hall --- Pushed to master for the 16.05 release! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:44:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:44:03 +0000 Subject: [Koha-bugs] [Bug 16418] EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418 --- Comment #5 from Kyle M Hall --- Pushed to master for the 16.05 release! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:44:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:44:07 +0000 Subject: [Koha-bugs] [Bug 15802] The system will not allow me to return any books In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15802 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- 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 Tue May 3 16:51:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:51:42 +0000 Subject: [Koha-bugs] [Bug 16432] New: When you delete an item type the system preference "item-level_itypes" is not considered Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16432 Bug ID: 16432 Summary: When you delete an item type the system preference "item-level_itypes" is not considered Change sponsored?: --- Product: Koha Version: 3.18 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: christophe.croullebois at biblibre.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com i.e if item-level_itypes is on "bibio record" and if you have in items.itype an item type you want to delete via itemtypes.pl you can't do that. And you can't change this via the interface. The better way would be that Koha do check only in the good table depending on the system preference to allow the delete. I will check if it is also in master. I will propose a patch. Thx. -- You are receiving 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 May 3 16:59:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:59:30 +0000 Subject: [Koha-bugs] [Bug 16397] Unable to delete audio alerts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16397 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #4 from Kyle M Hall --- Pushed to master for 16.05! Thanks Owen! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 16:59:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:59:31 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 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 May 3 16:59:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:59:33 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51123|0 |1 is obsolete| | --- Comment #6 from Nick Clemens --- Created attachment 51147 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51147&action=edit Bug 16426: Add tests for ModMember - do not update userid 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 May 3 16:59:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 14:59:39 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51124|0 |1 is obsolete| | --- Comment #7 from Nick Clemens --- Created attachment 51148 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51148&action=edit Bug 16426: follow-up of bug 15840 - correctly manage userid while inserting patrons Bug 15840 tried to fix a bug but makes things more complicated than it was before. If an userid is not provided for 1 or more rows of the csv file, it should not be updated. However, if a userid is provided and it already used by an other patron, the import should fail for this row (but not crash!). Test plan: 0/ Create a patron with a userid=your_userid 1/ Use the import patron tool to update this userid => userid should have been updated 2/ Update another data and do not provide the userid => data should have been updated and not the userid 3/ Update another data and provide the userid, but set it to an empty string, or '0' => data should have been updated and not the userid 4/ Update another patron, and set userid=your_userid => Update should fail and an error whouls be displayed ("already used by another patron") 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 May 3 17:00:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:00:58 +0000 Subject: [Koha-bugs] [Bug 16433] New: Patron import tool warning on duplicate card number is unclear Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16433 Bug ID: 16433 Summary: Patron import tool warning on duplicate card number is unclear Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Tools Assignee: gmcharlt at gmail.com Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org If I am matching on userid, and import a patron with no userid in the file but the cardnumber is already used the warning says "Cardnumber ###### is not a valid cardnumber" It would be clearer if it said 'this cardnumber is already used' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:01:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:01:24 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51116|0 |1 is obsolete| | --- Comment #7 from Bernardo Gonzalez Kriegel --- Created attachment 51149 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51149&action=edit [SIGNED-OFF] Bug 16423: Fix t/db_dependent/www/batch.t so it matches new layout This patch adjusts batch.t so it matches the use of datatables on the 'Manage staged records' page, and small layout changes already fixed on search_utf8.t. The tests are slightly modified so they actually test interesting stuff. Some were passing only because an undefined value was passed. To test: - On master, run $ prove t/db_dependent/www/batch.t => FAIL: Tests fail notably - Apply the patch - Run: $ prove t/db_dependent/www/batch.t => SUCCESS: Notice tests now pass. - Sign off :-D Signed-off-by: Bernardo Gonzalez Kriegel Test pass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:01:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:01:32 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51117|0 |1 is obsolete| | --- Comment #8 from Bernardo Gonzalez Kriegel --- Created attachment 51150 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51150&action=edit [SIGNED-OFF] Bug 16423: (followup) Add more tests On fixing this tests, we retrieved the JSON data for the datatable used on the 'Manage staged records' page. It would be cool to check the data it carries makes sense. To test: - Run t/db_dependent/www/batch.t => SUCCESS: Tests pass - Sign off :-D Signed-off-by: Bernardo Gonzalez Kriegel All test pass prove t/db_dependent/www/batch.t t/db_dependent/www/batch.t .. ok All tests successful. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:01:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:01:54 +0000 Subject: [Koha-bugs] [Bug 16434] New: Patron import tool does not warn when username exists and a new one is created Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16434 Bug ID: 16434 Summary: Patron import tool does not warn when username exists and a new one is created Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Tools Assignee: gmcharlt at gmail.com Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org If I am mathching on cardnumber and include an existing username in the file I am not warned, but the username is replaced with a generated one (surname.firstname) - I think there should be a warning since the username doesn't match the submitted data, or that line should fail -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:01:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:01:59 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 Bernardo Gonzalez Kriegel 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 May 3 17:02:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:02:56 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 --- Comment #8 from Nick Clemens --- (In reply to Nick Clemens from comment #5) > This seems to be working well, two questions: moving these to separate bug reports as they were present before 15840 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16433 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16434 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:05:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:05:29 +0000 Subject: [Koha-bugs] [Bug 16170] Pseudo foreign key in Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16170 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #21 from Kyle M Hall --- Pushed to master for Koha 16.04! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:06:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:06:18 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 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 Tue May 3 17:06:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:06:20 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51149|0 |1 is obsolete| | Attachment #51150|0 |1 is obsolete| | --- Comment #9 from Marcel de Rooy --- Created attachment 51151 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51151&action=edit Bug 16423: Fix t/db_dependent/www/batch.t so it matches new layout This patch adjusts batch.t so it matches the use of datatables on the 'Manage staged records' page, and small layout changes already fixed on search_utf8.t. The tests are slightly modified so they actually test interesting stuff. Some were passing only because an undefined value was passed. To test: - On master, run $ prove t/db_dependent/www/batch.t => FAIL: Tests fail notably - Apply the patch - Run: $ prove t/db_dependent/www/batch.t => SUCCESS: Notice tests now pass. - Sign off :-D Signed-off-by: Bernardo Gonzalez Kriegel Test pass 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 May 3 17:06:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:06:24 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 --- Comment #10 from Marcel de Rooy --- Created attachment 51152 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51152&action=edit Bug 16423: (followup) Add more tests On fixing this tests, we retrieved the JSON data for the datatable used on the 'Manage staged records' page. It would be cool to check the data it carries makes sense. To test: - Run t/db_dependent/www/batch.t => SUCCESS: Tests pass - Sign off :-D Signed-off-by: Bernardo Gonzalez Kriegel All test pass prove t/db_dependent/www/batch.t t/db_dependent/www/batch.t .. ok All tests successful. 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 May 3 17:06:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:06:35 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 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 Tue May 3 17:07:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:07:15 +0000 Subject: [Koha-bugs] [Bug 15399] MARCXML records larger than 1 MB (1048576 bytes) are not searchable. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15399 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |olli-antti.kivilahti at jns.fi --- Comment #5 from Olli-Antti Kivilahti --- (In reply to Barton Chittenden from comment #0) > Created attachment 45852 [details] > Test file for import. Thank you for providing a clear test plan. This bug is affecting us and will hit our serials department hard soon. I am looking forward to ElasticSearch as a fix, but maybe this can be circumvented simply by cutting "extra" marc subfields from items when indexing. Looks like we need to shift our priorities :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:16:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:16:53 +0000 Subject: [Koha-bugs] [Bug 16325] Suggestions: Tab "Status unknown" contains all suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325 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 Tue May 3 17:16:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:16:55 +0000 Subject: [Koha-bugs] [Bug 16325] Suggestions: Tab "Status unknown" contains all suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325 --- Comment #1 from Jonathan Druart --- Created attachment 51153 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51153&action=edit Bug 16325: Add a test for SearchSuggestions when searching for STATUS='' -- You are receiving 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 May 3 17:16:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:16:58 +0000 Subject: [Koha-bugs] [Bug 16325] Suggestions: Tab "Status unknown" contains all suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325 --- Comment #2 from Jonathan Druart --- Created attachment 51154 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51154&action=edit Bug 16325: Do not return all suggestions if search for STATUS='' This is a quick and dirty way to fix a bad bug in a messy area. The "unknown status" tab in the suggestions table display all the suggestions. It should only display suggestions with a STATUS='' Test plan: - Create some suggestions - Go to Home > Acquisitions > Suggestions management - Edit some suggestions and give them different status, e.g. accepted, rejected, pending. - Verify that they appear in the tabs as appropriate - Edit one suggestion, set "Mark selected as" to --Choose a status-- => Without this patch: New tab "Status unknown" containing all suggestions => With this patch: tab contains only suggestions with "Unknown status" -- You are receiving 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 May 3 17:17:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:17:16 +0000 Subject: [Koha-bugs] [Bug 16325] Suggestions: Tab "Status unknown" contains all suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org CC| |jonathan.druart at bugs.koha-c | |ommunity.org Depends on|16322 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16322 [Bug 16322] Translatability: "Unknown" in suggestion/suggestion.pl not translatable -- You are receiving 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 May 3 17:17:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:17:16 +0000 Subject: [Koha-bugs] [Bug 16322] Translatability: "Unknown" in suggestion/suggestion.pl not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16322 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|16325 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325 [Bug 16325] Suggestions: Tab "Status unknown" contains all suggestions -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:18:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:18:52 +0000 Subject: [Koha-bugs] [Bug 16369] Clean up and improve plugins template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16369 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #10 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Owen! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:20:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:20:23 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 --- Comment #11 from Marcel de Rooy --- Created attachment 51155 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51155&action=edit Bug 16423: [QA Follow-up] Remove $opac It is not used. And even may raise an uninitialized warnings. Signed-off-by: Marcel de Rooy Test still passes :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:22:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:22:23 +0000 Subject: [Koha-bugs] [Bug 16404] Fix Circulation/Branch.t (tests 8-11) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16404 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #4 from Kyle M Hall --- Pushed to master for Koha 16.05! Thanks Marcel! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:23:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:23:00 +0000 Subject: [Koha-bugs] [Bug 16273] Prevent selfregistration from printing the borrower password and filling the logging form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Nicolas Legrand 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 May 3 17:23:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:23:02 +0000 Subject: [Koha-bugs] [Bug 16273] Prevent selfregistration from printing the borrower password and filling the logging form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50608|0 |1 is obsolete| | --- Comment #3 from Nicolas Legrand --- Created attachment 51156 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51156&action=edit Bug 16273: Add the new pref PatronSelfRegistrationPrefillForm Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:23:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:23:39 +0000 Subject: [Koha-bugs] [Bug 16396] Update package version for master packages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16396 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #2 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Tomas! -- You are receiving 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 May 3 17:23:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:23:54 +0000 Subject: [Koha-bugs] [Bug 16273] Prevent selfregistration from printing the borrower password and filling the logging form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51156|0 |1 is obsolete| | --- Comment #4 from Nicolas Legrand --- Created attachment 51157 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51157&action=edit Bug 16273: Add the new pref PatronSelfRegistrationPrefillForm Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:24:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:24:04 +0000 Subject: [Koha-bugs] [Bug 16273] Prevent selfregistration from printing the borrower password and filling the logging form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16273 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50609|0 |1 is obsolete| | --- Comment #5 from Nicolas Legrand --- Created attachment 51158 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51158&action=edit Bug 16273: Add the ability not to display the login details for newly registered patrons When a new patron registers, the confirmation page is displayed with login details (login, password, cardnumber) and the login form is prefilled. In the case of public computer, for security reasons that should not appear, patrons might forget to close the window. Test plan: 1/ Set PatronSelfRegistrationPrefillForm on 2/ Register a new patron => The login details should not be displayed and the login form should not be prefilled. Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:26:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:26:31 +0000 Subject: [Koha-bugs] [Bug 16403] Fix Holds.t (tests 9 and 39) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16403 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #7 from Kyle M Hall --- Pushed to master for Koha 16.05. Thanks Marcel and Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:29:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:29:17 +0000 Subject: [Koha-bugs] [Bug 16407] Fix Koha_borrower_modifications.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16407 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #5 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Marcel and Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:31:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:31:50 +0000 Subject: [Koha-bugs] [Bug 16419] Tests of t/db_dependent/Acquisition.t do not pass In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16419 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #5 from Kyle M Hall --- Pushed to master for 16.05, thanks Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:34:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:34:26 +0000 Subject: [Koha-bugs] [Bug 16423] Fix t/db_dependent/www/batch.t so it matches new layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16423 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #12 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Marcel, Tomas! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:34:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:34:38 +0000 Subject: [Koha-bugs] [Bug 16325] Suggestions: Tab "Status unknown" contains all suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51153|0 |1 is obsolete| | --- Comment #3 from Marc V?ron --- Created attachment 51159 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51159&action=edit Bug 16325: Add a test for SearchSuggestions when searching for STATUS='' Test fails as expected without second patch and passes OK with second patch. 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 May 3 17:36:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:36:09 +0000 Subject: [Koha-bugs] [Bug 16325] Suggestions: Tab "Status unknown" contains all suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51154|0 |1 is obsolete| | --- Comment #4 from Marc V?ron --- Created attachment 51160 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51160&action=edit Bug 16325: Do not return all suggestions if search for STATUS='' This is a quick and dirty way to fix a bad bug in a messy area. The "unknown status" tab in the suggestions table display all the suggestions. It should only display suggestions with a STATUS='' Test plan: - Create some suggestions - Go to Home > Acquisitions > Suggestions management - Edit some suggestions and give them different status, e.g. accepted, rejected, pending. - Verify that they appear in the tabs as appropriate - Edit one suggestion, set "Mark selected as" to --Choose a status-- => Without this patch: New tab "Status unknown" containing all suggestions => With this patch: tab contains only suggestions with "Unknown status" 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 May 3 17:38:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:38:05 +0000 Subject: [Koha-bugs] [Bug 16325] Suggestions: Tab "Status unknown" contains all suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325 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 Tue May 3 17:40:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:40:05 +0000 Subject: [Koha-bugs] [Bug 16384] When canceling 'edit basket', return to basket summary if you came from there In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16384 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #4 from Kyle M Hall --- Pushed to master for 16.05, thanks Katrin! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:41:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:41:38 +0000 Subject: [Koha-bugs] [Bug 16398] Keep expanded view after clearing the search form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16398 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #4 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:45:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:45:30 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion CC| |hector.hecaxmmx at gmail.com --- Comment #7 from H?ctor Eduardo Castro Avalos --- Hi Owen Tested with es-Es language still deployed the same way -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:46:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:46:31 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51143|0 |1 is obsolete| | --- Comment #8 from Marc V?ron --- Created attachment 51161 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51161&action=edit Bug 15194 - Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar This patch changes the direction of the "actions" menu on the saved reports page so that it popup up instead of down. To test, apply the patch and go to Reports -> Saved reports. - Click the "Actions" menu for any report and confirm that the menu displays above the button instead of below it. 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 May 3 17:47:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:47:50 +0000 Subject: [Koha-bugs] [Bug 16408] Fix UsageStats.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16408 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #4 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Marcel! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:48:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:48:15 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch --- Comment #9 from Marc V?ron --- (In reply to H?ctor Eduardo Castro Avalos from comment #7) > Hi Owen > > Tested with es-Es language still deployed the same way Hi H?ctor, did you do a translate? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:48:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:48:50 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 Marc V?ron 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 Tue May 3 17:49:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:49:54 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion --- Comment #10 from H?ctor Eduardo Castro Avalos --- (In reply to Marc V?ron from comment #8) > Created attachment 51161 [details] [review] > Bug 15194 - Drop-down menu 'Actions' has problem in 'Saved reports' page > with language bottom bar > > This patch changes the direction of the "actions" menu on the saved > reports page so that it popup up instead of down. > > To test, apply the patch and go to Reports -> Saved reports. > > - Click the "Actions" menu for any report and confirm that the menu > displays above the button instead of below it. > > Signed-off-by: Marc V?ron Hi Marc I still don't see all options in last drowp-down menu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:50:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:50:32 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 --- Comment #11 from H?ctor Eduardo Castro Avalos --- (In reply to Marc V?ron from comment #9) > (In reply to H?ctor Eduardo Castro Avalos from comment #7) > > Hi Owen > > > > Tested with es-Es language still deployed the same way > > Hi H?ctor, did you do a translate? Yes, with Spanish -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 17:54:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 15:54:13 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 --- Comment #12 from H?ctor Eduardo Castro Avalos --- Created attachment 51162 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51162&action=edit drop-down-menu-spanish Hi Marc I don't see the option "Delete" -> "Borrar" in spanish -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 18:25:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 16:25:00 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Owen Leonard 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 May 3 18:26:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 16:26:12 +0000 Subject: [Koha-bugs] [Bug 16427] Direct link to authority records missing in record detail view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16427 --- Comment #2 from verolencinas --- Katrin, you are right. It was the OPAC that includes the magnifying glass icon. This improvement will be very useful to distinguish between access points linked to authority records and other without authority record. In my library for example we have a lot of records that include subjects linked to authority records and subjects without authority record. -- You are receiving 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 May 3 18:38:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 16:38:35 +0000 Subject: [Koha-bugs] [Bug 11358] Use Amazon's HTTPS URLs for covers when using HTTPS in Koha. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11358 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |RESOLVED Resolution|--- |FIXED --- Comment #17 from Owen Leonard --- Fixed by Bug 14571 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 18:40:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 16:40:52 +0000 Subject: [Koha-bugs] [Bug 13597] Amazon 'no image' element needs a 'no-image' class, in the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13597 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |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 May 3 18:40:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 16:40:53 +0000 Subject: [Koha-bugs] [Bug 16315] OPAC Shelfbrowser doesn't display the full title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16315 Bernardo Gonzalez Kriegel 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 May 3 18:40:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 16:40:56 +0000 Subject: [Koha-bugs] [Bug 16315] OPAC Shelfbrowser doesn't display the full title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16315 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51140|0 |1 is obsolete| | --- Comment #2 from Bernardo Gonzalez Kriegel --- Created attachment 51163 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51163&action=edit [SIGNED-OFF] Bug 16315 - OPAC Shelfbrowser doesn't display the full title This patch adds subtitle information to the display of titles in the OPAC's shelf browser. To test, apply the patch and make sure OPACShelfBrowser is enabled. - View the detail page for any title in the OPAC which has items. - Click the "Browse shelf" link next to any item in the holdings table. - The titles in the shelf browser should display with all subtitle information as defined in Keywords to MARC mapping. Signed-off-by: Bernardo Gonzalez Kriegel Adding 245a and c as 'subtitle' in Keywords to Marc make them show on shelf browser. No errors. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 18:45:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 16:45:32 +0000 Subject: [Koha-bugs] [Bug 16427] Direct link to authority records missing in record detail view In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16427 --- Comment #3 from Katrin Fischer --- Yes, I think it woudl be an useful enhancement. For the staff side I think it would not be a big problem to point to the MARC view, even if a prettier view would be nice :) -- You are receiving 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 May 3 19:17:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 17:17:06 +0000 Subject: [Koha-bugs] [Bug 16159] guarantor section missing ID on patron add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159 Owen Leonard 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 Tue May 3 19:17:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 17:17:09 +0000 Subject: [Koha-bugs] [Bug 16159] guarantor section missing ID on patron add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159 --- Comment #2 from Owen Leonard --- Created attachment 51164 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51164&action=edit Bug 16159 - guarantor section missing ID on patron add form In the patron entry form template most
and tags have unique ids. This patch adds ids to fieldsets and legends which lack them. To test apply the patch and view the patron entry form. There should be no visual changes. There should be no HTML validation errors triggered by this change. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 19:19:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 17:19:39 +0000 Subject: [Koha-bugs] [Bug 8373] opacheader should not show in print layout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8373 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- 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 Tue May 3 20:26:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 18:26:41 +0000 Subject: [Koha-bugs] [Bug 16435] New: add possibility to set the contents of a virtual list Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16435 Bug ID: 16435 Summary: add possibility to set the contents of a virtual list Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Lists Assignee: gmcharlt at gmail.com Reporter: marjorie.barry-vila at ccsr.qc.ca QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Hi, it would be nice to choose which marc field you want to display in the list. This would create customized lists for periodical for example. We need to display marc field that do not appear to bibliographic records . Perhaps a tool to create template Marc would be the solution. Regards, Marjorie -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 20:58:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 18:58:44 +0000 Subject: [Koha-bugs] [Bug 16436] New: Allow action logs to be logged to the koha log file Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16436 Bug ID: 16436 Summary: Allow action logs to be logged to the koha log file Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt at gmail.com Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org It would be very useful if it were possible to log actions to a log file as well as to the database. With Koha::Logger we can give the option of sending those logs to a separate file, but by default they can go to the standard log files. They should also be off by default. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 21:02:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 19:02:02 +0000 Subject: [Koha-bugs] [Bug 16436] Allow action logs to be logged to the koha log file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16436 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 Tue May 3 21:02:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 19:02:04 +0000 Subject: [Koha-bugs] [Bug 16436] Allow action logs to be logged to the koha log file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16436 --- Comment #1 from Kyle M Hall --- Created attachment 51165 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51165&action=edit Bug 16436 - Allow action logs to be logged to the koha log file Test Plan: 1) Ensure that your Koha::Logger configuration is in good working order 2) Apply this patch 3) Modify the first line of your log4perl.conf file from: log4perl.logger.intranet = WARN, INTRANET to log4perl.logger.intranet = INFO, INTRANET 4) Change a system preference setting 5) Note the new line in your log file! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 21:02:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 19:02:54 +0000 Subject: [Koha-bugs] [Bug 16436] Allow action logs to be logged to the koha log file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16436 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 21:06:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 19:06:24 +0000 Subject: [Koha-bugs] [Bug 16436] Allow action logs to be logged to the koha log file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16436 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51165|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall --- Created attachment 51166 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51166&action=edit Bug 16436 - Allow action logs to be logged to the koha log file Test Plan: 1) Ensure that your Koha::Logger configuration is in good working order 2) Apply this patch 3) Modify the first line of your log4perl.conf file from: log4perl.logger.intranet = WARN, INTRANET to log4perl.logger.intranet = INFO, INTRANET 4) Change a system preference setting 5) Note the new line in your log file! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 21:16:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 19:16:27 +0000 Subject: [Koha-bugs] [Bug 16436] Allow action logs to be logged to the koha log file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16436 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51166|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall --- Created attachment 51167 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51167&action=edit Bug 16436 - Allow action logs to be logged to the koha log file Test Plan: 1) Ensure that your Koha::Logger configuration is in good working order 2) Apply this patch 3) Modify the first line of your log4perl.conf file from: log4perl.logger.intranet = WARN, INTRANET to log4perl.logger.intranet = INFO, INTRANET 4) Change a system preference setting 5) Note the new line in your log file! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 21:31:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 19:31:01 +0000 Subject: [Koha-bugs] [Bug 14605] The description on pay/write off individual fine is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14605 Blou changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #41218|0 |1 is obsolete| | --- Comment #8 from Blou --- Created attachment 51168 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51168&action=edit Bug 14605 - Corrects the individual fine's description When paying a fine, the description is built out of the borrower's type and title, instead of the actual fine's description. STEPS: 1) in the staff, go to a user with a fine to pay. a) if none, go to a user and Fines>>"Create manual invoice" with a distinctive description. 2) In Fines>>Pay fines, click the "Pay" button on the line of the fine. 3) This will take you a "Pay an individual fine" screen, where the description will look like "Staff Mrs", for the category and title of the borrower. Signed-off-by: Mirko Tietgen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 21:34:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 19:34:48 +0000 Subject: [Koha-bugs] [Bug 16437] New: Automatic item modifications by age needs prettying Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16437 Bug ID: 16437 Summary: Automatic item modifications by age needs prettying Change sponsored?: --- Product: Koha Version: 16.05 Hardware: All URL: /cgi-bin/koha/tools/automatic_item_modification_by_age .pl OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: nengard at gmail.com QA Contact: testopia at bugs.koha-community.org This page seems very confusing. There is no 'new' button, just edit and conditions and substitutions are confusing in terms of language. I think this page could do with the Owen magic touch :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 21:36:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 19:36:54 +0000 Subject: [Koha-bugs] [Bug 14605] The description on pay/write off individual fine is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14605 Blou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff --- Comment #9 from Blou --- I rebased. Regarding the "issues": The biblio's title was not part of the previous functionality, and I don't think it's right anyway, since I presume fines can be for things other than associated to a biblio. As for correcting the current DB, that's feasible, but a bit dodgy. I would really fear to replace perfectly valid subjects (corrected manually by the employee), and validating what is right or not might be a bit too much work for what it's worth. This patch is here to correct make life easier in the future, but it's not correcting a major bug that's worth a big discussion on "How to fix the current data", don't you think? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 22:11:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 20:11:49 +0000 Subject: [Koha-bugs] [Bug 13430] Serial enumeration not visible when handling Serial Items. Show enumerations for Serial Items in the circ- and member-modules. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13430 Blou changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |charles.farmer at inlibro.com, | |francois.charbonnier at inlibr | |o.com, | |philippe.blouin at inlibro.com See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=14668 --- Comment #6 from Blou --- Olli-Antti, any plan to fix this patch? Our first attemp at #14668 included changes you're making for this one. We cut them but are hoping this one goes through. Please let us know if you do not plan to move ahead. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 22:11:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 20:11:49 +0000 Subject: [Koha-bugs] [Bug 14668] Show serial enumeration in the checkin page and the patron's opac checkout summary In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14668 Blou changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=13430 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 22:47:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 20:47:35 +0000 Subject: [Koha-bugs] [Bug 16438] New: Use Font Awesome icons in batch record deletion table Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 Bug ID: 16438 Summary: Use Font Awesome icons in batch record deletion table Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: hector.hecaxmmx at gmail.com Reporter: hector.hecaxmmx at gmail.com QA Contact: testopia at bugs.koha-community.org Add Font Awesome icons in table for tables in authorities and bib records in batch record deletion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 22:52:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 20:52:27 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch record deletion table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 H?ctor Eduardo Castro Avalos 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 May 3 22:52:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 20:52:29 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch record deletion table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 --- Comment #1 from H?ctor Eduardo Castro Avalos --- Created attachment 51169 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51169&action=edit Bug 16438: Use Font Awesome icons in batch record deletion table Add Font Awesome icons in table for tables in authorities and bib records in batch record deletion To test: 1- Go to Tools > Batch record deletion 2- Try to delete bib and authorities records 3- Look the table presented 4- Apply patch and repeat steps 1 to 3 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 23:46:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 21:46:36 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch record deletion table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51169|0 |1 is obsolete| | --- Comment #2 from H?ctor Eduardo Castro Avalos --- Created attachment 51170 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51170&action=edit Bug 16438: Use Font Awesome icons in batch templates Add Font Awesome icons in tables in authorities and bib records in batch item/record deletion, modification templates To test: 1- Go to Tools > Batch item/record deletion/modification 2- Try to delete/modify itmes/bib and authorities records 3- Look all tables presented and notice about the new icons in Select all Clear all, etc. 4- Apply patch and repeat step 1 to 3 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 3 23:48:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 21:48:03 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Use Font Awesome icons in |Use Font Awesome icons in |batch record deletion table |batch templates -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 00:09:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 22:09:27 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 Bernardo Gonzalez Kriegel 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 May 4 00:09:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 03 May 2016 22:09:30 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51170|0 |1 is obsolete| | --- Comment #3 from Bernardo Gonzalez Kriegel --- Created attachment 51171 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51171&action=edit [SIGNED-OFF] Bug 16438: Use Font Awesome icons in batch templates Add Font Awesome icons in tables in authorities and bib records in batch item/record deletion, modification templates To test: 1- Go to Tools > Batch item/record deletion/modification 2- Try to delete/modify itmes/bib and authorities records 3- Look all tables presented and notice about the new icons in Select all Clear all, etc. 4- Apply patch and repeat step 1 to 3 Signed-off-by: Bernardo Gonzalez Kriegel Work, nice view. No Errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 02:04:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 00:04:43 +0000 Subject: [Koha-bugs] [Bug 14605] The description on pay/write off individual fine is wrong In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14605 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com --- Comment #10 from Bernardo Gonzalez Kriegel --- (In reply to Blou from comment #9) > I rebased. > Regarding the "issues": The biblio's title was not part of the previous > functionality That's correct. It can be done, but I think in another bug. > As for correcting the current DB, that's feasible, but a bit dodgy. I don't know if it's possible, description in accountlines must be set initially. A fee entry does not reference the original biblio. I think that correct Status for this is Signed off, no problem if you need another sign but it's already signed by Mirko. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 03:00:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 01:00:10 +0000 Subject: [Koha-bugs] [Bug 16386] Replace the use of "onclick" from patron card creator templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 Owen Leonard 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 Wed May 4 03:00:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 01:00:13 +0000 Subject: [Koha-bugs] [Bug 16386] Replace the use of "onclick" from patron card creator templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 --- Comment #1 from Owen Leonard --- Created attachment 51172 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51172&action=edit Bug 16386 - Replace the use of "onclick" from patron card creator templates This patch removes the use of "onclick" from several patron card creator templates. Events are defined instead in JavaScript. Also changed: - Patron search pop-up window is now slightly larger because I found it never quite large enough to prevent horizontal scrolling. - Replaced "Borrower" with "Patron" in a couple of places. - "Add" link in patron search pop-up is now styled as a Bootstrap button. - Removed Bootstrap styles from some submit buttons. - Some Font Awesome icons were made using the invalid element instead of . These are corrected. - Fixed some other HTML validation errors. To test, apply the patch and go to Tools -> Patron card creator. - Choose New -> Card batch. - Click "Add patrons" and perform a search for patrons in the pop-up window. - Click the "Add" button. The corresponding borrowernumber should be added to the textarea in the parent window, and a message should appear at the top of the pop-up window confirming that the patron has been added. (Note: This patch fixes a version of Bug 13041 which prevented the "add" button from working on patrons whose name include an apostrophe). - In the parent page, in the list of patrons you added to the batch, confirm that clicking the "Delete" link triggers a confirmation dialog. Test both confirming and canceling. - Confirm that clicking the "Export" button next to an individual patron triggers a modal window. - In the export window, confirm that the "Cancel" link works to close the modal. - Click the "Export" button again and then the "Export" button in the modal. - Test that the "Done" button works to close the modal. - Choose Manage -> Card batches. - Test the "Delete" and "Export" buttons as described above. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 03:03:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 01:03:26 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16386 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 03:03:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 01:03:26 +0000 Subject: [Koha-bugs] [Bug 16386] Replace the use of "onclick" from patron card creator templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=13041 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 04:40:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 02:40:25 +0000 Subject: [Koha-bugs] [Bug 8966] Koha::Calendar::is_holiday truncates the date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8966 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #8 from David Cook --- I just noticed that the Calendar.t uses a DateTime object with a timezone of Europe/London. If we change the test to include the following, my $dt = DateTime->new( month => 9, year => 2015, day => 6, hour => 12, minute => 00, second => 00, time_zone => 'America/Santiago', ); my $calendar = Koha::Calendar->new(branchcode => "MAIN"); $calendar->is_holiday($dt); We'll get a fatal error with the following message: Invalid local time for date in time zone: America/Santiago See https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16376 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 04:40:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 02:40:49 +0000 Subject: [Koha-bugs] [Bug 16376] Koha::Calendar->is_holiday date truncation creates fatal errors for TZ America/Santiago In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16376 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=8966 -- You are receiving 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 May 4 04:40:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 02:40:49 +0000 Subject: [Koha-bugs] [Bug 8966] Koha::Calendar::is_holiday truncates the date In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8966 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16376 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 04:55:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 02:55:15 +0000 Subject: [Koha-bugs] [Bug 12669] "Template process failed: undef error - Invalid local time for date in time zone" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12669 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #30 from David Cook --- I don't think this patch is actually a good idea... you're only sometimes - and very unexpectedly - making a DateTime object with a floating timezone. Consider the following from DateTime's perldoc (http://search.cpan.org/~drolsky/DateTime-1.26/lib/DateTime.pm#): "Floating DateTimes The default time zone for new DateTime objects, except where stated otherwise, is the "floating" time zone. This concept comes from the iCal standard. A floating datetime is one which is not anchored to any particular time zone. In addition, floating datetimes do not include leap seconds, since we cannot apply them without knowing the datetime's time zone. The results of date math and comparison between a floating datetime and one with a real time zone are not really valid, because one includes leap seconds and the other does not. Similarly, the results of datetime math between two floating datetimes and two datetimes with time zones are not really comparable. If you are planning to use any objects with a real time zone, it is strongly recommended that you do not mix these with floating datetimes." -- I think it would be smarter to actually review where we're using timezones and re-read http://search.cpan.org/~drolsky/DateTime-1.26/lib/DateTime.pm#How_DateTime_Math_Works. -- Another idea would be to use DateTime->ymd() instead of DateTime->truncate() (http://search.cpan.org/~drolsky/DateTime-1.26/lib/DateTime.pm#$dt->ymd(_$optional_separator_),_$dt->mdy(...),_$dt->dmy(...)), so that you're actually just comparing the date portion of a datestamp rather than possibly creating an invalid local time. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 04:55:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 02:55:38 +0000 Subject: [Koha-bugs] [Bug 12669] "Template process failed: undef error - Invalid local time for date in time zone" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12669 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16376 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 04:55:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 02:55:38 +0000 Subject: [Koha-bugs] [Bug 16376] Koha::Calendar->is_holiday date truncation creates fatal errors for TZ America/Santiago In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16376 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=12669 -- You are receiving 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 May 4 04:58:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 02:58:33 +0000 Subject: [Koha-bugs] [Bug 12669] "Template process failed: undef error - Invalid local time for date in time zone" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12669 --- Comment #31 from David Cook --- Except ymd() probably wouldn't work for sub single_holidays or sub exception_holidays because they use DateTime::Set I think... so that option is probably no good. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 05:49:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 03:49:21 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 --- Comment #5 from Mason James --- Created attachment 51173 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51173&action=edit Bug 10756 - Carousel Display of New Titles on OPAC home page add ContentFlow dir http://www.jacksasylum.eu/ContentFlow -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 05:50:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 03:50:07 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 --- Comment #6 from Mason James --- Created attachment 51174 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51174&action=edit Bug 10756 - Carousel Display of New Titles on OPAC home page test plan... 1/ import some bibs into your database for testing (important) $ wget http://www.loc.gov/catdir/cpso/RDAtest/extra_bib_marc.zip $ unzip extra_bib_marc.zip $ bulkmarcimport.pl -b -m ISO2709 -file ./formal_extra_all_final.bib 2/ apply patches 3/ execute atomic update to add syspref and 'Carousel' table $ perl ./installer/data/mysql/atomicupdate/Bug-10756-carousel.pl 4/ open OPAC homepage in web-browser, observe no change 5/ set 'OpacCarousel' syspref to 'display' 6/ open OPAC homepage in web-browser, observe a new carousel :0) extra QA tests... 7/ run 5 carousel tests $ prove ./t/db_dependent/Carousel.t 8/ run qa-tool on patchset $ qa -c 2 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 05:50:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 03:50:47 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff 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 Wed May 4 06:05:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 04:05:43 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 --- Comment #7 from Mason James --- QA note: patchset applied to 68dbe84 'Bug 14632: Add Copyright for the Koha' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 06:50:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 04:50:53 +0000 Subject: [Koha-bugs] [Bug 16392] Tips & Tricks? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16392 Arslan Farooq changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arslanone at gmail.com --- Comment #3 from Arslan Farooq --- Hi guys, I can do this. Take the responsibility I mean. I'll talk to Liz for this? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 07:52:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 05:52:53 +0000 Subject: [Koha-bugs] [Bug 12669] "Template process failed: undef error - Invalid local time for date in time zone" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12669 --- Comment #32 from Marcel de Rooy --- David: I recall falling back to floating timezone for making calculations with far future dates like an expiry in 9999 or so. If you would use a normal timezone, you will have major performance issues. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 08:03:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 06:03:02 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 --- Comment #8 from Magnus Enger --- (In reply to Mason James from comment #7) > QA note: patchset applied to 68dbe84 'Bug 14632: Add Copyright for the Koha' That bug number and title does not match up. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 08:28:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 06:28:40 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 Magnus Enger 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 Wed May 4 08:28:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 06:28:43 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51173|0 |1 is obsolete| | Attachment #51174|0 |1 is obsolete| | --- Comment #9 from Magnus Enger --- Created attachment 51175 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51175&action=edit Bug 10756 - Carousel Display of New Titles on OPAC home page add ContentFlow dir http://www.jacksasylum.eu/ContentFlow Signed-off-by: Magnus Enger Comment on the other patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 08:28:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 06:28:58 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 --- Comment #10 from Magnus Enger --- Created attachment 51176 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51176&action=edit Bug 10756 - Carousel Display of New Titles on OPAC home page test plan... 1/ import some bibs into your database for testing (important) $ wget http://www.loc.gov/catdir/cpso/RDAtest/extra_bib_marc.zip $ unzip extra_bib_marc.zip $ bulkmarcimport.pl -b -m ISO2709 -file ./formal_extra_all_final.bib 2/ apply patches 3/ execute atomic update to add syspref and 'Carousel' table $ perl ./installer/data/mysql/atomicupdate/Bug-10756-carousel.pl 4/ open OPAC homepage in web-browser, observe no change 5/ set 'OpacCarousel' syspref to 'display' 6/ open OPAC homepage in web-browser, observe a new carousel :0) extra QA tests... 7/ run 5 carousel tests $ prove ./t/db_dependent/Carousel.t 8/ run qa-tool on patchset $ qa -c 2 Signed-off-by: Magnus Enger Followed the test plan, everything worked as expected. The front page displays a nice coverflow widget. More parameters to control the widget would be nice, but that could be added later. On first running this I got a nasty 500 error: "Can't call method "is_valid" on an undefined value at /home/magnus/scripts/kohaclone/Koha/Carousel.pm line 128." But I think I found a cure for that and will propose a followup patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 08:29:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 06:29:03 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 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 May 4 09:07:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 07:07:08 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 --- Comment #11 from Magnus Enger --- Created attachment 51177 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51177&action=edit Bug 10756 - Carousel Display - Followup On first testing this I got a 500 error saying "Can't call method "is_valid" on an undefined value at /home/magnus/scripts/kohaclone/Koha/Carousel.pm line 128." This was caused by a record with an ISBN of "979-10-91414-01-2". The relevant code looks like this: my $isbn_obj = Business::ISBN->new($ii); my $isbn10; $isbn10 = $isbn_obj->as_isbn10; if ( $isbn10->is_valid() ) {...} The documentation for Business::ISBN::as_isbn10 says: "Returns a new ISBN object. If the object is already ISBN-10, this method clones it. If it is an ISBN-13 with the prefix 978, it returns the ISBN-10 equivalent. For all other cases it returns undef." So for an ISBN that starts with 979 like mine did, $isbn10 will be undef and we need to do some extra checking before is_valid(). To test: - Apply the first two patches on this bug and follow their test plan - Make sure you have a new record with an ISBN that starts with 979 - Refresh the front page and observe the error - Apply this patch - Refresh the front page again and notice the absence of the error -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 09:10:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 07:10:27 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 --- Comment #12 from Magnus Enger --- I have signed off the two original patches from Mason. As noted in the sign off message I found a problem for 13 digit ISBNs that do not start with 978. The third patch attempts to fix this. I think my patch needs a signoff, so I am leaving this bug as "Needs Signoff". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 10:35:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 08:35:18 +0000 Subject: [Koha-bugs] [Bug 16159] guarantor section missing ID on patron add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51164|0 |1 is obsolete| | --- Comment #3 from Marc V?ron --- Created attachment 51178 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51178&action=edit Bug 16159 - guarantor section missing ID on patron add form In the patron entry form template most
and tags have unique ids. This patch adds ids to fieldsets and legends which lack them. To test apply the patch and view the patron entry form. There should be no visual changes. There should be no HTML validation errors triggered by this change. 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 May 4 10:35:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 08:35:44 +0000 Subject: [Koha-bugs] [Bug 16159] guarantor section missing ID on patron add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159 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 Wed May 4 10:51:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 08:51:22 +0000 Subject: [Koha-bugs] [Bug 16274] Make the selfregistration branchcode selection configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16274 Nicolas Legrand 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 May 4 10:51:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 08:51:25 +0000 Subject: [Koha-bugs] [Bug 16274] Make the selfregistration branchcode selection configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16274 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50610|0 |1 is obsolete| | --- Comment #3 from Nicolas Legrand --- Created attachment 51179 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51179&action=edit Bug 16274: Add the new pref PatronSelfRegistrationLibraryList Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 10:52:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 08:52:28 +0000 Subject: [Koha-bugs] [Bug 16274] Make the selfregistration branchcode selection configurable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16274 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50611|0 |1 is obsolete| | --- Comment #4 from Nicolas Legrand --- Created attachment 51180 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51180&action=edit Bug 16274: Limit the patron self registration to some libraries Currently a patron can select a home library in the list of all libraries defined in the system. However some of these libraries might not accept self registration. This patch adds a new pref to display only the allowed libraries. Test plan: 0/ Apply the patch, do not fill the new pref 1/ Self register a new patron => All the libraries defined should be displayed in the "Home library" dropwdown list 2/ Fill the pref PatronSelfRegistrationLibraryList with some of the branchcode defined in the system => Self register a new patron and confirm that the dropdown list has been filtered. Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 11:22:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 09:22:58 +0000 Subject: [Koha-bugs] [Bug 16275] Prevent patron creation if the email already filled in borrowers.email In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16275 --- Comment #5 from Nicolas Legrand --- Created attachment 51181 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51181&action=edit Bug 16275: Add the new pref PatronSelfRegistrationEmailMustBeUnique Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Bernardo Gonzalez Kriegel No errors Signed-off-by: Nicolas Legrand -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 11:23:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 09:23:03 +0000 Subject: [Koha-bugs] [Bug 16393] mysql error 1171 in Web installer Step 3 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16393 flittle changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |flittle at thedowns.avon.sch.u | |k --- Comment #1 from flittle --- Hi, I have this issue also, trying to install koha on a fresh ubuntu 16.04 install, MySQL 5.7.12. Same message in the web installer: mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1171 (42000) at line 1385: All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead -- You are receiving 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 May 4 11:23:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 09:23:06 +0000 Subject: [Koha-bugs] [Bug 16275] Prevent patron creation if the email already filled in borrowers.email In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16275 --- Comment #6 from Nicolas Legrand --- Created attachment 51182 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51182&action=edit Bug 16275: Do not allow a self registration with an existing email address To avoid multiple registrations, it would be good to check the unicity of the primary email address. This patchset adds a new pref PatronSelfRegistrationEmailMustBeUnique. If on, a patron will get "This email address already exists in our database" if he try to register with an existing email address. Test plan: 1/ Register a new patron with an email address 2/ Make an other registration using the same email address => With the pref PatronSelfRegistrationEmailMustBeUnique on, you won't be allowed => With the pref off, no change should be noticed. Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Bernardo Gonzalez Kriegel Work as described, no errors. Signed-off-by: Nicolas Legrand -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 12:00:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 10:00:42 +0000 Subject: [Koha-bugs] [Bug 16436] Allow action logs to be logged to the koha log file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16436 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51167|0 |1 is obsolete| | --- Comment #4 from Kyle M Hall --- Created attachment 51183 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51183&action=edit Bug 16436 - Allow action logs to be logged to the koha log file Test Plan: 1) Ensure that your Koha::Logger configuration is in good working order 2) Apply this patch 3) Modify the first line of your log4perl.conf file from: log4perl.logger.intranet = WARN, INTRANET to log4perl.logger.intranet = INFO, INTRANET 4) Change a system preference setting 5) Note the new line in your log file! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 12:12:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 10:12:08 +0000 Subject: [Koha-bugs] [Bug 16276] When automatically suppressing expired borrowers, make sure they didn't log them selves recently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276 --- Comment #7 from Nicolas Legrand --- Does not apply, there's a conflict on koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref. I'm not sure what's the righte move to do? Fix the conflict and if everything's OK sign? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 13:14:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 11:14:26 +0000 Subject: [Koha-bugs] [Bug 16258] Add a preference to turn EDIFACT off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16258 --- Comment #6 from Colin Campbell --- In most places if there are no edifact vendors present the functionality gets disabled. The main feature to control is probably the admin screens. A syspref shouldnt be to turn it off but to enable it - I'll see if I can generate a patch to add an enabling system preference -- You are receiving 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 May 4 13:23:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 11:23:05 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 --- Comment #13 from Marcel de Rooy --- Mason: Just wondering why you picked ContentFlow? I once wrote something simple with jquery.jcarousel.min.js and just note that this carousel is considerably larger (18K vs 264K?). BTW I am not saying that we should use the other one :) On http://www.jacksasylum.eu/ContentFlow/ I only see changelogs until 2010? If there is no further development(?), this might be a risk. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 13:50:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 11:50:03 +0000 Subject: [Koha-bugs] [Bug 10171] Add a header in Advanced Search (staff interface) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10171 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51112|0 |1 is obsolete| | --- Comment #14 from Marcel de Rooy --- Created attachment 51184 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51184&action=edit Bug 10171: (QA followup) Make search tests use the right form This bug removed the search tab from the main search box, so the tests that use /cgi-bin/koha/catalogue/search.pl for searching, should use the advanced search box instead. To test: - Run $ prove t/db_dependent/www/search_utf8.t => FAIL: Several tests related to searching on the intranet interface fail. - Apply the patch - Run $ prove t/db_dependent/www/search_utf8.t => SUCCESS: Tests pass - Be happy 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 Wed May 4 14:04:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 12:04:15 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16386 | Depends on| |16386 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 [Bug 16386] Replace the use of "onclick" from patron card creator templates -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 14:04:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 12:04:15 +0000 Subject: [Koha-bugs] [Bug 16386] Replace the use of "onclick" from patron card creator templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |13041 See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=13041 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 [Bug 13041] Can't add user as manager of basket if name includes a single quote -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 14:09:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 12:09:29 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 Fr?d?ric Demians changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic at tamil.fr --- Comment #14 from Fr?d?ric Demians --- I don't see the advantage of this implementation against Bywater plugin. I can rather see disadvantages, including ContentFlow.js obsolescence (not updated since 2010, when jQuery Flipster used by ByWater plugin is actively maintained). Reading the code, I don't understand how GetRecentBibs generates the list of 'recent' bibs. Why a new table (carousel)? Is it necessary to read/re-read this table each time the OPAC main page is loaded? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 14:44:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 12:44:23 +0000 Subject: [Koha-bugs] [Bug 16258] Add a preference to turn EDIFACT off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16258 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|koha-bugs at lists.koha-commun |colin.campbell at ptfs-europe. |ity.org |com --- Comment #7 from Colin Campbell --- Created attachment 51185 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51185&action=edit Proposed Patch Patch to add the syspreference. Set to no the Edi related screens are hidden from the admin page. Also removes the edifact messages link in acq. -- You are receiving 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 May 4 15:08:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:08:25 +0000 Subject: [Koha-bugs] [Bug 15636] DataTables Warning: Requested unknown parameter from opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15636 Blou changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50146|0 |1 is obsolete| | --- Comment #10 from Blou --- Created attachment 51186 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51186&action=edit Bug 15636 - DataTables Warning: Requested unknown parameter from opac-detail.tt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 15:21:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:21:18 +0000 Subject: [Koha-bugs] [Bug 15636] DataTables Warning: Requested unknown parameter from opac-detail.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15636 --- Comment #11 from Blou --- I rebased it. Now, I've asked bouzid to find a way to reproduce it, but that's low on his priority list. As he said previously, the fix is just reproducing the same conditions for the header as for the entries in the table. No need of big research to imagine a scenario where the unfixed code might break, even though it seems all of you have been lucky so far :-) So in that sense, I was under the hope this would go smoother... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 15:32:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:32:25 +0000 Subject: [Koha-bugs] [Bug 16383] Making Local Use sysprefs actions buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16383 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #4 from Kyle M Hall --- Pushed to master for Koha 16.04, thanks Aleisha! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 15:33:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:33:15 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51177|0 |1 is obsolete| | --- Comment #15 from Mason James --- Created attachment 51187 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51187&action=edit Bug 10756 - Carousel Display - Followup On first testing this I got a 500 error saying "Can't call method "is_valid" on an undefined value at /home/magnus/scripts/kohaclone/Koha/Carousel.pm line 128." This was caused by a record with an ISBN of "979-10-91414-01-2". The relevant code looks like this: my $isbn_obj = Business::ISBN->new($ii); my $isbn10; $isbn10 = $isbn_obj->as_isbn10; if ( $isbn10->is_valid() ) {...} The documentation for Business::ISBN::as_isbn10 says: "Returns a new ISBN object. If the object is already ISBN-10, this method clones it. If it is an ISBN-13 with the prefix 978, it returns the ISBN-10 equivalent. For all other cases it returns undef." So for an ISBN that starts with 979 like mine did, $isbn10 will be undef and we need to do some extra checking before is_valid(). To test: - Apply the first two patches on this bug and follow their test plan - Make sure you have a new record with an ISBN that starts with 979 - Refresh the front page and observe the error - Apply this patch - Refresh the front page again and notice the absence of the error Signed-off-by: Mason James -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 15:33:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:33:26 +0000 Subject: [Koha-bugs] [Bug 15564] Display "print slip" option when returning an item which is in a rotating collection In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15564 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #14 from Kyle M Hall --- Pushed to master for Koha 16.04, thanks Natasha, Alex! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 15:34:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:34:47 +0000 Subject: [Koha-bugs] [Bug 16016] Integrate sitemap.pl into the packages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16016 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #8 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Tomas! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 15:36:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:36:25 +0000 Subject: [Koha-bugs] [Bug 15555] Index 024$a into Identifier-other:u url register when source $2 is uri In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15555 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 15:43:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:43:38 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 --- Comment #16 from Mason James --- (In reply to Marcel de Rooy from comment #13) > Mason: > Just wondering why you picked ContentFlow? 2 reasons, 1/ it's the carousel CALYX selected for production 3 years ago 2/ it works well in responsive views, (others did not work) > I once wrote something simple with jquery.jcarousel.min.js and just note > that this carousel is considerably larger (18K vs 264K?). BTW I am not > saying that we should use the other one :) > On http://www.jacksasylum.eu/ContentFlow/ I only see changelogs until 2010? > If there is no further development(?), this might be a risk. I think it a great idea to offer multiple carousel options, but I left this extra functionality until after the patch was accepted I plan to add other carousels to the feature, should the patch be accepted -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 15:45:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:45:44 +0000 Subject: [Koha-bugs] [Bug 12669] "Template process failed: undef error - Invalid local time for date in time zone" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12669 --- Comment #33 from Colin Campbell --- I wonder if we could use utc internally and just use the local timezone to convert user input and to present the date externally. We'd need to be fairly vigorous in cleaning up the various vaguely different ways we currently treat dates, cetainly when we're doing calculations we probably want to do them in a common base as otherwise there's too many opportunities to fall into a given timezone's black hole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 15:45:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:45:55 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 Mason James 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 May 4 15:46:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:46:35 +0000 Subject: [Koha-bugs] [Bug 15263] XSLT display fetches sysprefs for every result processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15263 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #25 from Kyle M Hall --- Pushed to master for 16.05, thanks Mirko, Jonathan and Tomas! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 15:51:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:51:29 +0000 Subject: [Koha-bugs] [Bug 16155] Composite keys in TestBuilder and more In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16155 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #26 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Marcel! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 15:53:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:53:04 +0000 Subject: [Koha-bugs] [Bug 15126]=?UTF-8?Q?=20REST=C2=A0API?=: Use newer version of Swagger2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15126 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #50 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Martin and Julian! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 15:54:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 13:54:31 +0000 Subject: [Koha-bugs] [Bug 13903] Add API routes to list, create, update, delete holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13903 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #21 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Julian! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:00:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:00:59 +0000 Subject: [Koha-bugs] [Bug 15599] Unit tests output warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15599 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|Passed QA |RESOLVED --- Comment #13 from Kyle M Hall --- I pretty sure this patch is no longer necessary. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:01:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:01:27 +0000 Subject: [Koha-bugs] [Bug 8484] Add ability to choose if lost items are removed from a borrowers record. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8484 Janet McGowan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janet.mcgowan at ptfs-europe.c | |om -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:02:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:02:56 +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 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |ASSIGNED --- Comment #301 from Kyle M Hall --- Pushed to master, thanks Marcel! -- You are receiving 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 May 4 16:04:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:04:09 +0000 Subject: [Koha-bugs] [Bug 14622] Add fr-CA data folder in the web installer In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14622 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #12 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Francois! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:08:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:08:22 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Owen Leonard 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 Wed May 4 16:08:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:08:24 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 --- Comment #1 from Owen Leonard --- Created attachment 51188 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51188&action=edit Bug 13041 - Can't add user as manager of basket if name includes a single quote If you are trying to add a user as a manager of a basket in acquisitions, a JavaScript error will be triggered if that user has a single quote in their name (e.g. "O'Neil"). This patch corrects the issue by removing the "onclick" attribute and using the JS change made in Bug 16386. Also changed by this patch: Increased the size of the patron search popup and made a correction to some invalid HTML. To test you should have a patron whose name contains a single quote who is also a user with permission to manage acquisitions. - Apply the patch and go to Acquisitions. - Locate an open basket and view the details for that basket. - In the "Managed by" section, click the "Add user" button to trigger the patron search popup. - Search for the patron described above and click the "Add" button. - In the parent window, the patron you chose should have been added to the "Managed by" section. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:13:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:13:27 +0000 Subject: [Koha-bugs] [Bug 16437] Automatic item modifications by age needs prettying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16437 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|trivial |enhancement Version|16.05 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:18:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:18:02 +0000 Subject: [Koha-bugs] [Bug 16386] Replace the use of "onclick" from patron card creator templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 Bernardo Gonzalez Kriegel 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 May 4 16:18:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:18:05 +0000 Subject: [Koha-bugs] [Bug 16386] Replace the use of "onclick" from patron card creator templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51172|0 |1 is obsolete| | --- Comment #2 from Bernardo Gonzalez Kriegel --- Created attachment 51189 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51189&action=edit [SIGNED-OFF] Bug 16386 - Replace the use of "onclick" from patron card creator templates This patch removes the use of "onclick" from several patron card creator templates. Events are defined instead in JavaScript. Also changed: - Patron search pop-up window is now slightly larger because I found it never quite large enough to prevent horizontal scrolling. - Replaced "Borrower" with "Patron" in a couple of places. - "Add" link in patron search pop-up is now styled as a Bootstrap button. - Removed Bootstrap styles from some submit buttons. - Some Font Awesome icons were made using the invalid element instead of . These are corrected. - Fixed some other HTML validation errors. To test, apply the patch and go to Tools -> Patron card creator. - Choose New -> Card batch. - Click "Add patrons" and perform a search for patrons in the pop-up window. - Click the "Add" button. The corresponding borrowernumber should be added to the textarea in the parent window, and a message should appear at the top of the pop-up window confirming that the patron has been added. (Note: This patch fixes a version of Bug 13041 which prevented the "add" button from working on patrons whose name include an apostrophe). - In the parent page, in the list of patrons you added to the batch, confirm that clicking the "Delete" link triggers a confirmation dialog. Test both confirming and canceling. - Confirm that clicking the "Export" button next to an individual patron triggers a modal window. - In the export window, confirm that the "Cancel" link works to close the modal. - Click the "Export" button again and then the "Export" button in the modal. - Test that the "Done" button works to close the modal. - Choose Manage -> Card batches. - Test the "Delete" and "Export" buttons as described above. Signed-off-by: Bernardo Gonzalez Kriegel All works, no errors. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:22:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:22:44 +0000 Subject: [Koha-bugs] [Bug 10171] Add a header in Advanced Search (staff interface) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10171 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #15 from Kyle M Hall --- Followup pushed to master for 16.05, thanks Tomas! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:24:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:24:10 +0000 Subject: [Koha-bugs] [Bug 16405] Fix Circulation/NoIssuesChargeGuarantees.t test 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #9 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:25:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:25:42 +0000 Subject: [Koha-bugs] [Bug 16390] Accounts.t does not need MPL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16390 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #5 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Marcel! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:29:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:29:25 +0000 Subject: [Koha-bugs] [Bug 15126]=?UTF-8?Q?=20REST=C2=A0API?=: Use newer version of Swagger2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15126 --- Comment #51 from Julian Maurice --- (In reply to Galen Charlton from comment #47) > I have uploaded to the squeeze-dev/unstable slot the following backported > packages: > > libswagger2-perl 0.77-1~kohadev+1 > libmojolicious-perl 6.15+dfsg-1~kohadev+1 > libjson-validator-perl 0.67+dfsg-1~kohadev+1 > libio-socket-socks-perl 0.67-1~kohadev+1 > > Please give it a whirl. I confirm that it works with Swagger 2 0.77 and Mojolicious 6.15. Should we update PerlDependencies.pm ? libjson-validator-perl was installed automatically as a dependency, but libio-socket-socks-perl was not and it seems not needed. Why is it packaged ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:39:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:39:34 +0000 Subject: [Koha-bugs] [Bug 15126]=?UTF-8?Q?=20REST=C2=A0API?=: Use newer version of Swagger2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15126 --- Comment #52 from Galen Charlton --- (In reply to Julian Maurice from comment #51) > libio-socket-socks-perl was not and it seems not needed. Why is it packaged ? It's one of the recommends for libmojolicious-perl and I tossed it in, but it's not required as far as I can tell (and thus doesn't need to be added as a Koha perldep). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:39:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:39:49 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 --- Comment #10 from Danielle Elder --- Ok. I am going to retest and check Intranet this time. I only checked OPAC first test. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:45:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:45:33 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51119|0 |1 is obsolete| | --- Comment #11 from H?ctor Eduardo Castro Avalos --- Created attachment 51190 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51190&action=edit Bug 16343: 7XX XSLT subfields displaying out of order This patch respect previous css classes .authordates and .relatorcode but also include .titleportion .authordates {display: none;} .titleportion {display: none;} .relatorcode {display: none;} To test: - Stage the two record attached with titles: - Surface & coatings technology. - Women crime writers. - Reindex zebra (necessary to Opac and Itranet results) - Leave empty the OPACUserCSS and IntranetUserCSS sysprefs - Go to the new records in OPAC and Intranet detail page - See the wrong display of dates - Apply patch and refresh the page - Test in OPACUserCSS and IntranetUserCSS the css stated before - Play deleting or adding the classes - Test with multiple records with 700 (with and without dates, etc; 710 and 711) NOTE: dates in 710 and 711 can be hidden with .titleportion class; dates in this kind of heading go with another data for example: Catholic Church. Plenary Council of Baltimore (2nd : 1866) Patch rebased some typos fixed in comments -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:47:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:47:25 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 --- Comment #12 from H?ctor Eduardo Castro Avalos --- Hi Danielle I rebase the patch with some typos fixed Sorry for the inconvenience -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:51:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:51:45 +0000 Subject: [Koha-bugs] [Bug 16276] When automatically suppressing expired borrowers, make sure they didn't log them selves recently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50615|0 |1 is obsolete| | --- Comment #8 from Jonathan Druart --- Created attachment 51191 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51191&action=edit Bug 16276: Add a new pref TrackLastPatronActivity and new column borrowers.lastseen Sponsored-by: BULAC - http://www.bulac.fr/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:53:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:53:18 +0000 Subject: [Koha-bugs] [Bug 16276] When automatically suppressing expired borrowers, make sure they didn't log them selves recently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276 --- Comment #9 from Jonathan Druart --- (In reply to Nicolas Legrand from comment #7) > Does not apply, there's a conflict on > koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref. I'm > not sure what's the righte move to do? Fix the conflict and if everything's > OK sign? The right way is to change the status to 'does not apply' and let the developer rebase the patches. However, if the fix is easy, you can fix it and sign it off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:53:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:53:21 +0000 Subject: [Koha-bugs] [Bug 16411] Make Hold.t not depend on two existing branches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16411 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 May 4 16:53:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:53:23 +0000 Subject: [Koha-bugs] [Bug 16411] Make Hold.t not depend on two existing branches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16411 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51094|0 |1 is obsolete| | --- Comment #3 from Tom?s Cohen Arazi --- Created attachment 51192 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51192&action=edit Bug 16411: Make Hold.t not depend on two existing branches If you do not have two branches, this test will fail. Can't call method "branchcode" on an undefined value. This patch adds a borrower and two branches with TestBuilder. Test plan: Run the test. 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 Wed May 4 16:55:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:55:27 +0000 Subject: [Koha-bugs] [Bug 16276] When automatically suppressing expired borrowers, make sure they didn't log them selves recently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|16331 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16331 [Bug 16331] TestBuilder does not allow undef/NULL values -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:55:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:55:27 +0000 Subject: [Koha-bugs] [Bug 16331] TestBuilder does not allow undef/NULL values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16331 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|16276 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276 [Bug 16276] When automatically suppressing expired borrowers, make sure they didn't log them selves recently -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:56:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:56:37 +0000 Subject: [Koha-bugs] [Bug 16331] TestBuilder does not allow undef/NULL values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16331 --- Comment #7 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #4) > Jonathan: Please check bug 16155. It already includes this point and more. Bug 16155 is pushed to master. I confirm that it fixes this bug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:56:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:56:54 +0000 Subject: [Koha-bugs] [Bug 16331] TestBuilder does not allow undef/NULL values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16331 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16155 | Resolution|--- |DUPLICATE --- Comment #8 from Jonathan Druart --- *** This bug has been marked as a duplicate of bug 16155 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 16:56:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 14:56:54 +0000 Subject: [Koha-bugs] [Bug 16155] Composite keys in TestBuilder and more In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16155 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16331 | CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #27 from Jonathan Druart --- *** Bug 16331 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 May 4 17:06:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 15:06:04 +0000 Subject: [Koha-bugs] [Bug 12682] Shibboleth attribute manipulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12682 Zeno Tajoli changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.tajoli at cineca.it --- Comment #1 from Zeno Tajoli --- Hi Martin, do you have any code about this topic ? I'm tring to do a similar development. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 17:10:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 15:10:45 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51161|0 |1 is obsolete| | --- Comment #13 from Jonathan Druart --- Created attachment 51193 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51193&action=edit Bug 15194 - Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar This patch changes the direction of the "actions" menu on the saved reports page so that it popup up instead of down. To test, apply the patch and go to Reports -> Saved reports. - Click the "Actions" menu for any report and confirm that the menu displays above the button instead of below it. 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 Wed May 4 17:10:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 15:10:42 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 17:12:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 15:12:44 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 --- Comment #14 from Jonathan Druart --- (In reply to H?ctor Eduardo Castro Avalos from comment #12) > Created attachment 51162 [details] > drop-down-menu-spanish > > Hi Marc > > I don't see the option "Delete" -> "Borrar" in spanish H?ctor, this patch has nothing to do with this button. I have tested with fr-FR and see the button, check that your user has the correct rights to delete a report (reports_create_reports). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 17:13:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 15:13:31 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 17:25:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 15:25:42 +0000 Subject: [Koha-bugs] [Bug 13597] Amazon 'no image' element needs a 'no-image' class, in the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13597 --- Comment #8 from Jonathan Druart --- (In reply to Mason James from comment #7) > > On master, I have set a local cover image for 1 record and not for another > > one. > > Launch a search, I get the local cover image for the first record and the > > "No cover image available" for the other one. > > > > Switching off LocalCoverImages, I get the amazon "No image available" image > > Jonathan, on staff, with patch and CSS added, LocalCoverImages off.. you get > the amazon "No image available" image shown? I do not know, I have not tried, why should I? I think I did not get the goal of this patch. Could you please give me the use case and provide a more detailed test plan? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 17:30:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 15:30:09 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 17:35:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 15:35:56 +0000 Subject: [Koha-bugs] [Bug 16159] guarantor section missing ID on patron add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159 --- Comment #4 from Jonathan Druart --- Why do we need an id on the legend elements? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 17:51:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 15:51:10 +0000 Subject: [Koha-bugs] [Bug 16159] guarantor section missing ID on patron add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159 --- Comment #5 from Owen Leonard --- (In reply to Jonathan Druart from comment #4) > Why do we need an id on the legend elements? I don't know. I assume that the IDs were added at some time in the past in order to facilitate some kind of customization. My patch simply makes them consistent. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 18:03:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:03:43 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 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 May 4 18:03:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:03:47 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51141|0 |1 is obsolete| | Attachment #51142|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart --- Created attachment 51194 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51194&action=edit Bug 16429 - Going to circulation from notice triggers may change logged in branch If you edit notice triggers and then use the "Checko out" tab from the top bar, you may change your logged in library by accident! Test Plan: 1) Disable the system preference CircAutocompl 2) Go to the notice triggers 3) Select the triggers for a library other than the one you logged in as 4) Use the "Check out" tab at the top to check out to a patron 5) Note your logged in branch has changed ( you'll need to refresh the page if the check out search took you directly to one patron ). 6) Apply this patch 7) Repeat steps 2-4 8) Note the branch no longer changes Tested with both patches applied. Works as expected. Signed-off-by: Marc V?ron Signed-off-by: Heather Braum 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 May 4 18:03:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:03:59 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 --- Comment #4 from Owen Leonard --- I would prefer that we use no icon if there is no single icon which works well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 18:04:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:04:11 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #10 from Jonathan Druart --- Good catch Kyle! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 18:04:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:04:25 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 --- Comment #11 from Jonathan Druart --- Created attachment 51195 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51195&action=edit Bug 16429 - Fix root problem The root of this issue is old code in circulation.pl that is no longer needed and leaves the affected scripts open to future regressions. Signed-off-by: Marc V?ron Signed-off-by: Heather Braum 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 May 4 18:05:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:05:43 +0000 Subject: [Koha-bugs] [Bug 16431] Marc subfield structure should be cached using Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |bgkriegel at gmail.com --- Comment #2 from Bernardo Gonzalez Kriegel --- Master is moving fast fatal: sha1 information is lacking or useless (admin/biblio_framework.pl). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. Patch failed at 0001 Bug 16431: Use Koha::Cache to cache marc subfield structure -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 18:14:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:14:01 +0000 Subject: [Koha-bugs] [Bug 16315] OPAC Shelfbrowser doesn't display the full title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16315 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 May 4 18:14:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:14:04 +0000 Subject: [Koha-bugs] [Bug 16315] OPAC Shelfbrowser doesn't display the full title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16315 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51163|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51196 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51196&action=edit Bug 16315 - OPAC Shelfbrowser doesn't display the full title This patch adds subtitle information to the display of titles in the OPAC's shelf browser. To test, apply the patch and make sure OPACShelfBrowser is enabled. - View the detail page for any title in the OPAC which has items. - Click the "Browse shelf" link next to any item in the holdings table. - The titles in the shelf browser should display with all subtitle information as defined in Keywords to MARC mapping. Signed-off-by: Bernardo Gonzalez Kriegel Adding 245a and c as 'subtitle' in Keywords to Marc make them show on shelf browser. No errors. 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 May 4 18:19:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:19:23 +0000 Subject: [Koha-bugs] [Bug 15839] Move the reviews related code to Koha::Reviews In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 18:19:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:19:31 +0000 Subject: [Koha-bugs] [Bug 15839] Move the reviews related code to Koha::Reviews In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48281|0 |1 is obsolete| | --- Comment #25 from Jonathan Druart --- Created attachment 51198 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51198&action=edit Bug 15839: Koha::Reviews - Remove getreviews The C4::Reviews::getreviews subroutine retrieved the reviews for a given record, depending on their status. This can be achieve with a call to Koha::Reviews->search. There were 2 calls to this subroutine. The one from opac-ISBDdetail.pl does not look in used: the reviews are not display on this page. It certainly comes from an old copy/paste from opac-detail.pl. The one from opac-detail only asked for the approved reviews. So the logged in user does not see its own review if it is pending approval. Actually this pending approval review is only displayed when the user submits it (because of a unecessary complex text replacement done in JS). With this patch, the approved reviews AND the unaproved review from the logged in user will be displayed. It will allow a future enhancement to add a way to delete our own reviews. Moreover, the reviews were retrieved even if they were not displayed (if reviewson is off), it's now fixed. 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 May 4 18:19:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:19:26 +0000 Subject: [Koha-bugs] [Bug 15839] Move the reviews related code to Koha::Reviews In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48280|0 |1 is obsolete| | --- Comment #24 from Jonathan Druart --- Created attachment 51197 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51197&action=edit Bug 15839: Koha::Reviews - Add Koha::Review[s] classes The subroutines in C4::Reviews are only doing CRUD operations. This patch set moves them to 2 new Koha::Review[s] classes. Test plan for the whole patch set: 0/ Set the reviewson syspref 1/ At the OPAC, create a couple of reviews for a record Try and create a review without html tags different that br b i em big small strong: You should get a warning. 2/ Edit a review 3/ On the Staff interface, you should see a "Comments pending approval" link on the mainpage 4/ Approve 1 review and delete the other 5/ At the OPAC you should only see 1 review (the approved one) in the "Comments" tab 6/ Modify the review 7/ The review should appear again in the "comments awaiting moderation" tab. Note that even the comment has not been changed, it will have to be reapproved (FIXME later). This behavior already existed prior to this patch. Tested all patches together (with database updated) 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 May 4 18:19:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:19:35 +0000 Subject: [Koha-bugs] [Bug 15839] Move the reviews related code to Koha::Reviews In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48282|0 |1 is obsolete| | --- Comment #26 from Jonathan Druart --- Created attachment 51199 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51199&action=edit Bug 15839: Koha::Reviews - Remove getallreviews 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 May 4 18:19:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:19:40 +0000 Subject: [Koha-bugs] [Bug 15839] Move the reviews related code to Koha::Reviews In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48283|0 |1 is obsolete| | --- Comment #27 from Jonathan Druart --- Created attachment 51200 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51200&action=edit Bug 15839: Koha::Reviews - Remove approvereview & unapprovereview This patch adds 2 new methods to Koha::Review: approve and unapprove. 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 May 4 18:19:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:19:44 +0000 Subject: [Koha-bugs] [Bug 15839] Move the reviews related code to Koha::Reviews In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48284|0 |1 is obsolete| | --- Comment #28 from Jonathan Druart --- Created attachment 51201 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51201&action=edit Bug 15839: Koha::Reviews - Change default value for approved to 0 The reviews.approved column had a default value set to NULL. It does not make sense, the default value should be 0, this will avoid to have to specify the approved value when creating a new review. 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 May 4 18:19:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:19:49 +0000 Subject: [Koha-bugs] [Bug 15839] Move the reviews related code to Koha::Reviews In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48285|0 |1 is obsolete| | --- Comment #29 from Jonathan Druart --- Created attachment 51202 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51202&action=edit Bug 15839: Koha::Reviews - Remove deletereview Note that a future enhancement should take into account the possible error returned by ->approve, ->unapprove and ->delete 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 May 4 18:19:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:19:53 +0000 Subject: [Koha-bugs] [Bug 15839] Move the reviews related code to Koha::Reviews In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48286|0 |1 is obsolete| | --- Comment #30 from Jonathan Druart --- Created attachment 51203 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51203&action=edit Bug 15839: Koha::Reviews - Remove getreview Note that this (biblionumber, borrowernumber) pair should be defined as a unique key at the DB level (FIXME added) 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 May 4 18:19:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:19:57 +0000 Subject: [Koha-bugs] [Bug 15839] Move the reviews related code to Koha::Reviews In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48287|0 |1 is obsolete| | --- Comment #31 from Jonathan Druart --- Created attachment 51204 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51204&action=edit Bug 15839: Koha::Reviews - Remove getnumberofreviews 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 May 4 18:20:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:20:01 +0000 Subject: [Koha-bugs] [Bug 15839] Move the reviews related code to Koha::Reviews In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48288|0 |1 is obsolete| | --- Comment #32 from Jonathan Druart --- Created attachment 51205 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51205&action=edit Bug 15839: Koha::Reviews - Remove updatereview 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 May 4 18:20:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:20:06 +0000 Subject: [Koha-bugs] [Bug 15839] Move the reviews related code to Koha::Reviews In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48289|0 |1 is obsolete| | --- Comment #33 from Jonathan Druart --- Created attachment 51206 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51206&action=edit Bug 15839: Koha::Reviews - Remove savereview 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 May 4 18:20:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:20:11 +0000 Subject: [Koha-bugs] [Bug 15839] Move the reviews related code to Koha::Reviews In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15839 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48290|0 |1 is obsolete| | --- Comment #34 from Jonathan Druart --- Created attachment 51207 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51207&action=edit Bug 15839: Koha::Reviews - Remove C4::Review residue 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 May 4 18:21:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:21:57 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA 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 Wed May 4 18:22:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:22:30 +0000 Subject: [Koha-bugs] [Bug 16431] Marc subfield structure should be cached using Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #3 from Bernardo Gonzalez Kriegel --- Sorry, forgot the dependency. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 18:26:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:26:31 +0000 Subject: [Koha-bugs] [Bug 16159] guarantor section missing ID on patron add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=7540 --- Comment #6 from Jonathan Druart --- (In reply to Owen Leonard from comment #5) > (In reply to Jonathan Druart from comment #4) > > Why do we need an id on the legend elements? > > I don't know. I assume that the IDs were added at some time in the past in > order to facilitate some kind of customization. My patch simply makes them > consistent. Added by bug 7540. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 18:26:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:26:31 +0000 Subject: [Koha-bugs] [Bug 7540] Add ids to the legend elements to make it easier to tweak with javascript In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7540 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16159 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 18:27:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:27:42 +0000 Subject: [Koha-bugs] [Bug 16159] guarantor section missing ID on patron add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159 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 May 4 18:27:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:27:45 +0000 Subject: [Koha-bugs] [Bug 16159] guarantor section missing ID on patron add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51178|0 |1 is obsolete| | --- Comment #7 from Jonathan Druart --- Created attachment 51208 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51208&action=edit Bug 16159 - guarantor section missing ID on patron add form In the patron entry form template most
and tags have unique ids. This patch adds ids to fieldsets and legends which lack them. To test apply the patch and view the patron entry form. There should be no visual changes. There should be no HTML validation errors triggered by this change. 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 Wed May 4 18:29:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:29:51 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleishaamohia at hotmail.com, | |katrin.fischer at bsz-bw.de, | |tomascohen at gmail.com --- Comment #9 from Jonathan Druart --- Adding Aleisha, Tomas and Katrin to the discussion. What are your thoughts about the 2 displays/behaviors? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 18:42:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:42:34 +0000 Subject: [Koha-bugs] [Bug 16415] Layout problem on staff client detail page if local cover images are enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16415 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 May 4 18:42:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:42:37 +0000 Subject: [Koha-bugs] [Bug 16415] Layout problem on staff client detail page if local cover images are enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16415 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51109|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51209 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51209&action=edit Bug 16415 - Layout problem on staff client detail page if local cover images are enabled This patch fixes a layout problem which appears on the staff client bibliographic detail page if local covers are enabled but Amazon covers are not. To test, apply the patch and turn off AmazonCoverImages. - Enable the LocalCoverImages system preference and locate or create a record which has a local cover image associated with it. - View the bibliographic detail page. The bibliographic details should display in two columns, with text on the left and local cover image on the right. - Test with AmazonCoverImages and LocalCoverImages enabled. - Test with AmazonCoverImages enabled and LocalCoverImages disabled. All combinations are OK. 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 Wed May 4 18:45:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:45:59 +0000 Subject: [Koha-bugs] [Bug 15823] Can still access patron discharge slip without having the syspref on - Permissions breach In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #17 from Jonathan Druart --- (In reply to Jonathan Druart from comment #10) > 10/ Yes I see the message, but the discharge has been requested anyway. > You have to redirect to a 404 in case of opac-discharge.pl is called with > the op parameter set. And what about the redirect at the OPAC? Switch to signoff when you will submit a follow-up. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 18:47:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:47:56 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 H?ctor Eduardo Castro Avalos 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 May 4 18:47:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:47:58 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 --- Comment #5 from H?ctor Eduardo Castro Avalos --- Created attachment 51210 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51210&action=edit Bug 16438: (followup) change icons to one icon Change the two icons to just one: "fa fa-minus-square" To test: follow the previous commit -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 18:52:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:52:43 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51210|0 |1 is obsolete| | --- Comment #6 from H?ctor Eduardo Castro Avalos --- Created attachment 51211 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51211&action=edit Bug 16438: (followup) change icons to one icon Change the two icons to just one: "fa fa-minus-square" To test: follow the previous commit -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 18:55:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:55:16 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 --- Comment #7 from H?ctor Eduardo Castro Avalos --- Hi Owen and Jonathan Please look if this is Ok Regards -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 18:59:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 16:59:26 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hector.hecaxmmx at gmail.com, | |oleonard at myacpl.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 19:04:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 17:04:27 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 --- Comment #8 from Owen Leonard --- My vote is still for no icon. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 19:09:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 17:09:32 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #9 from H?ctor Eduardo Castro Avalos --- (In reply to Owen Leonard from comment #8) > My vote is still for no icon. For all options or just for those icons which don't work well? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 19:13:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 17:13:48 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Status|Signed Off |Failed QA --- Comment #17 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #13) > On http://www.jacksasylum.eu/ContentFlow/ I only see changelogs until 2010? > If there is no further development(?), this might be a risk. I can see that as blocker, Mason, would it be easy to update the plugin you used? (In reply to Fr?d?ric Demians from comment #14) > I don't see the advantage of this implementation against Bywater plugin. I > can > rather see disadvantages, including ContentFlow.js obsolescence (not updated > since 2010, when jQuery Flipster used by ByWater plugin is actively > maintained). Reading the code, I don't understand how GetRecentBibs generates > the list of 'recent' bibs. Why a new table (carousel)? Is it necessary to > read/re-read this table each time the OPAC main page is loaded? Same for me, it's not conceivable to call this subroutine for each get of the opac main page. Could you please detail what is the purpose of this subroutine? Why do you need a new table, cache of the image url that's it? Additional comments: - kohastructure.sql changes are missing - Amazon lookup should be optional - We have several subroutines in C4::Koha to deal with ISBNs, I am sure you could reuse - What are the 150 and 300 hardcoded limits? - It would be better to use Koha::Object - It would be great to remove all the debug variables, it will ease the readability -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 19:14:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 17:14:51 +0000 Subject: [Koha-bugs] [Bug 16159] guarantor section missing ID on patron add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.22 |unspecified -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 19:19:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 17:19:49 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 H?ctor Eduardo Castro Avalos 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 Wed May 4 19:19:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 17:19:51 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51211|0 |1 is obsolete| | --- Comment #10 from H?ctor Eduardo Castro Avalos --- Created attachment 51212 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51212&action=edit Bug 16438: (followup) remove item where no single icon exist for options Remove the double icon in options where double icons don't work well To test: follow the previous commit -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 19:20:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 17:20:04 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 H?ctor Eduardo Castro Avalos 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 May 4 19:22:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 17:22:55 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 --- Comment #11 from H?ctor Eduardo Castro Avalos --- Hi Owen I've deleted the icons for options where icon doesn't fit well with description. Feel free to change and/or close the bug if you think this isn't the right way. No biggie. Regards -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 19:33:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 17:33:14 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 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 Wed May 4 19:33:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 17:33:16 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51212|0 |1 is obsolete| | --- Comment #12 from Owen Leonard --- Created attachment 51213 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51213&action=edit [SIGNED-OFF] Bug 16438: (followup) remove item where no single icon exist for options Remove the double icon in options where double icons don't work well To test: follow the previous commit 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 May 4 19:36:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 17:36:26 +0000 Subject: [Koha-bugs] [Bug 15262] Run Koha Run. Koha search should be fast again. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15262 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 May 4 20:00:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:00:53 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 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 May 4 20:00:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:00:57 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51171|0 |1 is obsolete| | Attachment #51213|0 |1 is obsolete| | --- Comment #13 from Jonathan Druart --- Created attachment 51214 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51214&action=edit Bug 16438: Use Font Awesome icons in batch templates Add Font Awesome icons in tables in authorities and bib records in batch item/record deletion, modification templates To test: 1- Go to Tools > Batch item/record deletion/modification 2- Try to delete/modify itmes/bib and authorities records 3- Look all tables presented and notice about the new icons in Select all Clear all, etc. 4- Apply patch and repeat step 1 to 3 Signed-off-by: Bernardo Gonzalez Kriegel Work, nice view. No Errors 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 May 4 20:01:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:01:01 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 --- Comment #14 from Jonathan Druart --- Created attachment 51215 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51215&action=edit Bug 16438: (followup) remove item where no single icon exist for options Remove the double icon in options where double icons don't work well To test: follow the previous commit 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 May 4 20:04:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:04:47 +0000 Subject: [Koha-bugs] [Bug 16439] New: Allow styling to button for upload local cover images (Font Awesome Icons) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439 Bug ID: 16439 Summary: Allow styling to button for upload local cover images (Font Awesome Icons) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: hector.hecaxmmx at gmail.com QA Contact: testopia at bugs.koha-community.org Improve button for upload local cover image with Font Awesome Icon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 20:08:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:08:33 +0000 Subject: [Koha-bugs] [Bug 16439] Allow styling to button for upload local cover images (Font Awesome Icons) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439 H?ctor Eduardo Castro Avalos 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 May 4 20:08:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:08:35 +0000 Subject: [Koha-bugs] [Bug 16439] Allow styling to button for upload local cover images (Font Awesome Icons) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439 --- Comment #1 from H?ctor Eduardo Castro Avalos --- Created attachment 51216 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51216&action=edit Bug 16439: Allow styling to button for upload local cover images (Font Awesome Icons) Improve button for upload local cover image with Font Awesome Icon To test: -Set syspref LocalCoverImages and OPACLocalCoverImages to Allow -A new tab 'Images' appear in bib record detail on Intranet. -Notice about the button upload. -Apply the patch and reload the page. -The button is changed for class=btn btn-mini like the button "edit" used in items in the tab Holdings -Also added the Font Awesome icon upload "fa fa-upload" class. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 20:10:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:10:03 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16439 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439 [Bug 16439] Allow styling to button for upload local cover images (Font Awesome Icons) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 20:10:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:10:03 +0000 Subject: [Koha-bugs] [Bug 16439] Allow styling to button for upload local cover images (Font Awesome Icons) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16438 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 [Bug 16438] Use Font Awesome icons in batch templates -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 20:15:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:15:44 +0000 Subject: [Koha-bugs] [Bug 16440] New: Update report parameters Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16440 Bug ID: 16440 Summary: Update report parameters Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Reports Assignee: gmcharlt at gmail.com Reporter: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org Created attachment 51217 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51217&action=edit Placement of report parameters on report results. Let's say you have a report that asks you for parameters. You run the report, get the results, and then you want to run the report again with different parameters. Or maybe you made a mistake and need to change it. Yes, you could back up and change things and run it again. But what if the parameters were showing over on the left of the report under the "Useful resources" section? You could see what you set, and change whatever you needed and then click update. Perhaps the row setting and update button could also be on the left of the report. Just a thought. I was able to change a parameter up in the URL, and hit update, and it worked. It was nice because I set the report to show more than 20 records, and I didn't have to repeat that step after updating. Christopher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 20:43:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:43:30 +0000 Subject: [Koha-bugs] [Bug 16441] New: C4::Letters::getletter is not plack safe Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16441 Bug ID: 16441 Summary: C4::Letters::getletter is not plack safe 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 Depends on: 9452 Blocks: 7172 C4::Letters::getletter use a package variable (%letter) to cache letter returned by the subroutine. I have not found any direct issues caused by that but it is safer to remove it. It won't be a big deal to hit the DBMS to get a valid letter when needed. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 [Bug 7172] Omnibus for Plack variable scoping problems https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9452 [Bug 9452] C4::Letters does not function under Plack -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 20:43:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:43:30 +0000 Subject: [Koha-bugs] [Bug 9452] C4::Letters does not function under Plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9452 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16441 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16441 [Bug 16441] C4::Letters::getletter is not plack safe -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 20:43:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:43:30 +0000 Subject: [Koha-bugs] [Bug 7172] Omnibus for Plack variable scoping problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16441 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16441 [Bug 16441] C4::Letters::getletter is not plack safe -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 20:44:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:44:20 +0000 Subject: [Koha-bugs] [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com --- Comment #3 from Bernardo Gonzalez Kriegel --- Hi, found a fail in t/db_dependent/Items.t, subtest 4 of test 10 not ok 4 - items.barcode is not mapped anymore, so the DB column has not been updated # Failed test 'items.barcode is not mapped anymore, so the DB column has not been updated' # at t/db_dependent/Items.t line 661. # got: undef # expected: 'a barcode' # Looks like you failed 1 test of 4. not ok 10 - C4::Items::_build_default_values_for_mod_marc Something in my data? Does not fail in master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 20:44:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:44:45 +0000 Subject: [Koha-bugs] [Bug 16441] C4::Letters::getletter is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16441 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 May 4 20:44:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:44:48 +0000 Subject: [Koha-bugs] [Bug 16441] C4::Letters::getletter is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16441 --- Comment #1 from Jonathan Druart --- Created attachment 51218 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51218&action=edit Bug 16441: Do not use a package variable to cache C4::Letters::getletter C4::Letters::getletter use a package variable (%letter) to cache letter returned by the subroutine. I have not found any direct issues caused by that but it is safer to remove it. It won't be a big deal to hit the DBMS to get a valid letter when needed. No test plan here, just confirm 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 Wed May 4 20:48:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:48:18 +0000 Subject: [Koha-bugs] [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 --- Comment #4 from Bernardo Gonzalez Kriegel --- (In reply to Bernardo Gonzalez Kriegel from comment #3) > Hi, > found a fail in t/db_dependent/Items.t, subtest 4 of test 10 What I found is that I need more sleep, forget dependency again. Sorry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 20:53:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:53:43 +0000 Subject: [Koha-bugs] [Bug 7172] Omnibus for Plack variable scoping problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16442 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16442 [Bug 16442] C4::Ris is not plack safe -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 20:53:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 18:53:43 +0000 Subject: [Koha-bugs] [Bug 16442] New: C4::Ris is not plack safe Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16442 Bug ID: 16442 Summary: C4::Ris is not plack safe 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: 7172 C4::Ris incorrectly uses 4 package variables: - $utf: not used, can be removed - $intype: set to marcflavour once, but later it assumes that it is usmarc if not defined our $marcprint: always 0, so set it to 0 our $protoyear: only used in 1 subroutine, let's define it at this level Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 [Bug 7172] Omnibus for Plack variable scoping problems -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:02:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:02:49 +0000 Subject: [Koha-bugs] [Bug 16393] mysql error 1171 in Web installer Step 3 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16393 g.meyer at esgbonn.de changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major Priority|P3 |P2 -- You are receiving 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 May 4 21:04:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:04:33 +0000 Subject: [Koha-bugs] [Bug 15816] Timeout login redirects to home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816 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 May 4 21:04:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:04:45 +0000 Subject: [Koha-bugs] [Bug 16442] C4::Ris is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16442 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 May 4 21:04:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:04:48 +0000 Subject: [Koha-bugs] [Bug 16442] C4::Ris is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16442 --- Comment #1 from Jonathan Druart --- Created attachment 51219 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51219&action=edit Bug 16442: C4::Ris is not plack safe C4::Ris incorrectly uses 4 package variables: - $utf: not used, can be removed - $intype: set to marcflavour once, but later it assumes that it is usmarc if not defined - $marcprint: always 0, so set it to 0 - $protoyear: only used in 1 subroutine, let's define it at this level Test plan: Just make sure the RIS export works as before this patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:08:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:08:46 +0000 Subject: [Koha-bugs] [Bug 16443] New: C4::Members::Statistics is not plack safe Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16443 Bug ID: 16443 Summary: C4::Members::Statistics is not plack safe 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 Blocks: 7172 If the prefs is updated, the fields won't be. To make sure we already fetch updated values, we should remove the package variable and define it in the subroutine. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 [Bug 7172] Omnibus for Plack variable scoping problems -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:08:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:08:46 +0000 Subject: [Koha-bugs] [Bug 7172] Omnibus for Plack variable scoping problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16443 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16443 [Bug 16443] C4::Members::Statistics is not plack safe -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:09:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:09:52 +0000 Subject: [Koha-bugs] [Bug 16443] C4::Members::Statistics is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16443 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 May 4 21:09:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:09:55 +0000 Subject: [Koha-bugs] [Bug 16443] C4::Members::Statistics is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16443 --- Comment #1 from Jonathan Druart --- Created attachment 51220 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51220&action=edit Bug 16443: Make C4::Members::Statistics plack safe If the prefs is updated, the fields won't be. To make sure we already fetch updated values, we should remove the package variable and define it in the subroutine. There is not test plan, just make sure the changes are consistent. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:10:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:10:42 +0000 Subject: [Koha-bugs] [Bug 16442] C4::Ris is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16442 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51219|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart --- Created attachment 51221 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51221&action=edit Bug 16442: Make C4::Ris plack safe C4::Ris incorrectly uses 4 package variables: - $utf: not used, can be removed - $intype: set to marcflavour once, but later it assumes that it is usmarc if not defined - $marcprint: always 0, so set it to 0 - $protoyear: only used in 1 subroutine, let's define it at this level Test plan: Just make sure the RIS export works as before this patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:20:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:20:36 +0000 Subject: [Koha-bugs] [Bug 16444] New: C4::Tags is not plack safe Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16444 Bug ID: 16444 Summary: C4::Tags is not plack safe 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 Depends on: 7172 C4::Tags use a package variable to cache the pref TagsExternalDictionary, it's not needed and not safe. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 [Bug 7172] Omnibus for Plack variable scoping problems -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:20:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:20:36 +0000 Subject: [Koha-bugs] [Bug 7172] Omnibus for Plack variable scoping problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16444 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16444 [Bug 16444] C4::Tags is not plack safe -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:21:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:21:57 +0000 Subject: [Koha-bugs] [Bug 16444] C4::Tags is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16444 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 May 4 21:22:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:22:01 +0000 Subject: [Koha-bugs] [Bug 16444] C4::Tags is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16444 --- Comment #1 from Jonathan Druart --- Created attachment 51222 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51222&action=edit Bug 16444: Make C4::Tags plack safe C4::Tags use a package variable to cache the pref TagsExternalDictionary, it's not needed and not safe. There is not test plan, just make sure the changes are consistent. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:26:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:26:10 +0000 Subject: [Koha-bugs] [Bug 14315] Slow checkouts, caused by many 'special_holidays' definitions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14315 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #9 from Jonathan Druart --- (In reply to Mason James from comment #8) > Update: A new bug has been created, that contains a patch for this problem... > > http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14522 So can we close this one? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:35:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:35:22 +0000 Subject: [Koha-bugs] [Bug 16393] mysql error 1171 in Web installer Step 3 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16393 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- Can you continue the web installer after this warning? -- You are receiving 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 May 4 21:39:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:39:47 +0000 Subject: [Koha-bugs] [Bug 15333] Use Koha::Cache for caching all holidays In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15333 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 Wed May 4 21:39:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:39:51 +0000 Subject: [Koha-bugs] [Bug 15333] Use Koha::Cache for caching all holidays In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15333 --- Comment #3 from Jonathan Druart --- Created attachment 51223 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51223&action=edit Bug 15333: Use Koha::Cache to cache exception_holidays instead of a package variable On the same way as bug 14522, we should use Koha::Cache to cache exception_holidays. It's not safe to use a package variable if running under Plack. There is not test plan, just make sure the changes make sense. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:40:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:40:57 +0000 Subject: [Koha-bugs] [Bug 7172] Omnibus for Plack variable scoping problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15333 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15333 [Bug 15333] Use Koha::Cache for caching all holidays -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:40:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:40:57 +0000 Subject: [Koha-bugs] [Bug 15333] Use Koha::Cache for caching all holidays In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15333 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |7172 CC| |jonathan.druart at bugs.koha-c | |ommunity.org Assignee|gmcharlt at gmail.com |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #4 from Jonathan Druart --- Note that we won't add any performance gain with this patch (on the contrary), but at least we will get rid of possible weird behaviors. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 [Bug 7172] Omnibus for Plack variable scoping problems -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:44:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:44:54 +0000 Subject: [Koha-bugs] [Bug 16445] New: Bug 12478 has added an unnecessary line to Koha/Database.pm Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16445 Bug ID: 16445 Summary: Bug 12478 has added an unnecessary line to Koha/Database.pm 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 Depends on: 12478 >From commit 95dabf4bfd15f6aed149c17546c00083063a01c1 Bug 12478 - add some base objects that the ES code will depend on +our $schema; # the schema is a singleton This is not needed Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 [Bug 12478] Elasticsearch support for Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:44:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:44:54 +0000 Subject: [Koha-bugs] [Bug 12478] Elasticsearch support for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16445 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16445 [Bug 16445] Bug 12478 has added an unnecessary line to Koha/Database.pm -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 21:47:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:47:29 +0000 Subject: [Koha-bugs] [Bug 16445] Bug 12478 has added an unnecessary line to Koha/Database.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16445 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 May 4 21:47:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 19:47:32 +0000 Subject: [Koha-bugs] [Bug 16445] Bug 12478 has added an unnecessary line to Koha/Database.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16445 --- Comment #1 from Jonathan Druart --- Created attachment 51224 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51224&action=edit Bug 16445: Revert changes made by bug 12478 to Koha/Database.pm These changes were a mistake, let's revert them. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 22:08:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 20:08:14 +0000 Subject: [Koha-bugs] [Bug 7976] "Borrow Permission" is not used and can be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7976 Bouzid changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |bouzid.fergani at inlibro.com Resolution|FIXED |--- --- Comment #14 from Bouzid --- Hi all, The borrow permission is removed, but it existing in this files: opac/opac-idref.pl:40: flagsrequired => { borrow => 1 }, opac/opac-news-rss.pl:37: flagsrequired => { borrow => 1 }, opac/opac-restrictedpage.pl:43: flagsrequired => { borrow => 1 }, opac/svc/login:46 checkauth( $query, 1, { borrow => 1 }, 'opac', $decoded_json->{'email'} ); I think, it's a bug. Bouzid. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 22:21:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 20:21:39 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 Danielle Elder changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51190|0 |1 is obsolete| | --- Comment #13 from Danielle Elder --- Created attachment 51225 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51225&action=edit Bug 16343: 7XX XSLT subfields displaying out of order This patch respect previous css classes .authordates and .relatorcode but also include .titleportion .authordates {display: none;} .titleportion {display: none;} .relatorcode {display: none;} To test: - Stage the two record attached with titles: - Surface & coatings technology. - Women crime writers. - Reindex zebra (necessary to Opac and Itranet results) - Leave empty the OPACUserCSS and IntranetUserCSS sysprefs - Go to the new records in OPAC and Intranet detail page - See the wrong display of dates - Apply patch and refresh the page - Test in OPACUserCSS and IntranetUserCSS the css stated before - Play deleting or adding the classes - Test with multiple records with 700 (with and without dates, etc; 710 and 711) NOTE: dates in 710 and 711 can be hidden with .titleportion class; dates in this kind of heading go with another data for example: Catholic Church. Plenary Council of Baltimore (2nd : 1866) Patch rebased some typos fixed in comments -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 22:38:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 20:38:48 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 Danielle Elder changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51225|0 |1 is obsolete| | --- Comment #14 from Danielle Elder --- Created attachment 51226 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51226&action=edit Bug 16343: 7XX XSLT subfields displaying out of order This patch respect previous css classes .authordates and .relatorcode but also include .titleportion .authordates {display: none;} .titleportion {display: none;} .relatorcode {display: none;} To test: - Stage the two record attached with titles: - Surface & coatings technology. - Women crime writers. - Reindex zebra (necessary to Opac and Itranet results) - Leave empty the OPACUserCSS and IntranetUserCSS sysprefs - Go to the new records in OPAC and Intranet detail page - See the wrong display of dates - Apply patch and refresh the page - Test in OPACUserCSS and IntranetUserCSS the css stated before - Play deleting or adding the classes - Test with multiple records with 700 (with and without dates, etc; 710 and 711) NOTE: dates in 710 and 711 can be hidden with .titleportion class; dates in this kind of heading go with another data for example: Catholic Church. Plenary Council of Baltimore (2nd : 1866) Patch rebased some typos fixed in comments Signed-off-by: Dani Elder -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 22:45:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 20:45:07 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 --- Comment #15 from Danielle Elder --- I tested the css classes and ordering in Intranet and OPAC. Looked great. I signed off. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 4 23:08:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 21:08:28 +0000 Subject: [Koha-bugs] [Bug 16445] Bug 12478 has added an unnecessary line to Koha/Database.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16445 Chris Cormack 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 May 4 23:08:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 04 May 2016 21:08:42 +0000 Subject: [Koha-bugs] [Bug 16445] Bug 12478 has added an unnecessary line to Koha/Database.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16445 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51224|0 |1 is obsolete| | --- Comment #2 from Chris Cormack --- Created attachment 51227 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51227&action=edit Bug 16445: Revert changes made by bug 12478 to Koha/Database.pm These changes were a mistake, let's revert them. 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 May 5 02:38:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 00:38:04 +0000 Subject: [Koha-bugs] [Bug 12478] Elasticsearch support for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #245 from Srdjan Jankovic --- Also, with my version of elastic, I had to do following changes: diff --git a/Koha/ElasticSearch.pm b/Koha/ElasticSearch.pm index d56c344..22bc064 100644 --- a/Koha/ElasticSearch.pm +++ b/Koha/ElasticSearch.pm @@ -171,11 +171,6 @@ sub get_elasticsearch_mappings { include_in_all => JSON::false, type => "string", }, - '_all.phrase' => { - search_analyzer => "analyser_phrase", - index_analyzer => "analyser_phrase", - type => "string", - }, } } }; @@ -195,15 +190,12 @@ sub get_elasticsearch_mappings { ? 'boolean' : 'string'; $mappings->{data}{properties}{$name} = { - search_analyzer => "analyser_standard", - index_analyzer => "analyser_standard", + analyzer => "analyser_standard", type => $es_type, fields => { phrase => { - search_analyzer => "analyser_phrase", - index_analyzer => "analyser_phrase", + analyzer => "analyser_phrase", type => "string", - copy_to => "_all.phrase", }, raw => { "type" => "string", @@ -222,22 +214,19 @@ sub get_elasticsearch_mappings { if ($suggestible) { $mappings->{data}{properties}{ $name . '__suggestion' } = { type => 'completion', - index_analyzer => 'simple', - search_analyzer => 'simple', + analyzer => 'simple', }; } # Sort may be true, false, or undef. Here we care if it's # anything other than undef. if (defined $sort) { $mappings->{data}{properties}{ $name . '__sort' } = { - search_analyzer => "analyser_phrase", - index_analyzer => "analyser_phrase", + analyzer => "analyser_phrase", type => "string", include_in_all => JSON::false, fields => { phrase => { - search_analyzer => "analyser_phrase", - index_analyzer => "analyser_phrase", + analyzer => "analyser_phrase", type => "string", }, }, diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index 9e6d390..e092704 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -12332,13 +12332,13 @@ my $indexes = LoadFile( $mappings_yaml ); while ( my ( $index_name, $fields ) = each %$indexes ) { while ( my ( $field_name, $data ) = each %$fields ) { - my $field_type = $data->{type}; + my $field_type = $data->{type} || 'string'; my $field_label = $data->{label}; my $mappings = $data->{mappings}; my $search_field = Koha::SearchFields->find_or_create({ name => $field_name, label => $field_label, type => $field_type }, { key => 'name' }); for my $mapping ( @$mappings ) { my $marc_field = Koha::SearchMarcMaps->find_or_create({ index_name => $index_name, marc_type => $mapping->{marc_type}, marc_field => $mapping->{marc_field} }); - $search_field->add_to_search_marc_maps($marc_field, { facet => $mapping->{facet}, suggestible => $mapping->{suggestible}, sort => $mapping->{sort} } ); + $search_field->add_to_search_marc_maps($marc_field, { facet => $mapping->{facet} || 0, suggestible => $mapping->{suggestible} || 0, sort => $mapping->{sort} || undef } ); } } } -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 02:47:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 00:47:34 +0000 Subject: [Koha-bugs] [Bug 16446] New: Allow librarians to add borrowers to lists by borrowernumber or cardnumber Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16446 Bug ID: 16446 Summary: Allow librarians to add borrowers to lists by borrowernumber or cardnumber Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Lists Assignee: gmcharlt at gmail.com Reporter: liz at catalyst.net.nz QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl It would be nice to be able to add borrowers to lists based on a supplied list of cardnumbers or borrowernumbers (that they could get from a report, for example). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 03:58:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 01:58:19 +0000 Subject: [Koha-bugs] [Bug 15434] Make search results breadcrumbs human readable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15434 --- Comment #34 from Srdjan Jankovic --- > We build the breadcrumbs... so why are we doing this client-side? Why aren't > we doing this server-side? I could have done it both ways, but these days I prefer client side. * As a sever side dude, I prefer that clients use their cycles * Tomorrow we decide to make search an api call, this still works And a personal, not a valid reason: I find that translations are easier (cleaner) in js -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 04:38:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 02:38:29 +0000 Subject: [Koha-bugs] [Bug 15434] Make search results breadcrumbs human readable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15434 --- Comment #35 from David Cook --- (In reply to Srdjan Jankovic from comment #34) > I could have done it both ways, but these days I prefer client side. > * As a sever side dude, I prefer that clients use their cycles I think client capabilities really range a lot, so as a server side dude I'd rather present as consistent a baseline as possible. > * Tomorrow we decide to make search an api call, this still works > Your API call would still need to return the text for you to replace, so that doesn't really make sense. The API call could return translated text. You'd just need a locale parameter. > And a personal, not a valid reason: I find that translations are easier > (cleaner) in js I haven't done much with translations, but I believe you with that one. That said, if we used resource files for certain strings as I've suggested elsewhere, translations would be simple. In a persistent environment, you only load the file once, so there's not much overhead. But that's just my 2 cents. I'm not offering up any alternative patches, so I'm mostly just curious about the rationale. Thanks for taking the time to respond :). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 04:39:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 02:39:24 +0000 Subject: [Koha-bugs] [Bug 12669] "Template process failed: undef error - Invalid local time for date in time zone" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12669 --- Comment #34 from David Cook --- (In reply to Marcel de Rooy from comment #32) > David: I recall falling back to floating timezone for making calculations > with far future dates like an expiry in 9999 or so. > If you would use a normal timezone, you will have major performance issues. Yeah, that's an unrelated issue I believe. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 04:44:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 02:44:11 +0000 Subject: [Koha-bugs] [Bug 12669] "Template process failed: undef error - Invalid local time for date in time zone" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12669 --- Comment #35 from David Cook --- (In reply to Colin Campbell from comment #33) > I wonder if we could use utc internally and just use the local timezone to > convert user input and to present the date externally. We'd need to be > fairly vigorous in cleaning up the various vaguely different ways we > currently treat dates, cetainly when we're doing calculations we probably > want to do them in a common base as otherwise there's too many opportunities > to fall into a given timezone's black hole Agreed. I think we could use UTC internally and just use the local timezone to convert user input and convert output for users. We would need to be vigorous in cleaning up how we've currently treating dates though, yeah :/. Generally speaking, we're not recording super precise datetime data, so I don't see why we couldn't use floating timezones for calculations. I suppose it depends on the calculations being done, but that's really the only way of doing it with our current holiday checking code without causing invalid local times. We might be able to use UTC for some calculations, but... I don't think so in the holiday case because we'd be interested in local days and obviously UTC doesn't always correspond with the same day. You might have 2 UTC timestamps for the same day in UTC, but they'd actually correspond to different days in local time. If you truncated that for the sake of date checking, you'd be skipping one of the local days, which would be really bad. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 07:53:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 05:53:09 +0000 Subject: [Koha-bugs] [Bug 16258] Add a preference to turn EDIFACT off In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16258 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51185|0 |1 is obsolete| | --- Comment #8 from Colin Campbell --- Created attachment 51228 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51228&action=edit Proposed patch make an import explicit -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 08:24:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 06:24:54 +0000 Subject: [Koha-bugs] [Bug 15823] Can still access patron discharge slip without having the syspref on - Permissions breach In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823 --- Comment #18 from Marc V?ron --- Created attachment 51229 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51229&action=edit [FOLLOW-UP] Bug 15823: Redirect opac-discharge.pl to 404 page See comment #17: Redirect to 404 in opac-discharge.pl and remove message in template because with the redirect it will never be reached. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 08:26:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 06:26:00 +0000 Subject: [Koha-bugs] [Bug 15823] Can still access patron discharge slip without having the syspref on - Permissions breach In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off --- Comment #19 from Marc V?ron --- Reset to Signed Off (see comment 17) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 11:16:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 09:16:48 +0000 Subject: [Koha-bugs] [Bug 13715] "limit to items available" hides records with multiple items where 1 is not available (checked out) but others are In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13715 Janet McGowan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janet.mcgowan at ptfs-europe.c | |om -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 11:21:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 09:21:52 +0000 Subject: [Koha-bugs] [Bug 7706] AuthorisedValueImages not displaying all images on the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7706 Janet McGowan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janet.mcgowan at ptfs-europe.c | |om -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 12:16:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 10:16:00 +0000 Subject: [Koha-bugs] [Bug 16393] mysql error 1171 in Web installer Step 3 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16393 --- Comment #3 from flittle --- (In reply to Katrin Fischer from comment #2) > Can you continue the web installer after this warning? Hi, no it will not continue. -- You are receiving 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 May 5 12:21:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 10:21:49 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #12 from Kyle M Hall --- Pushed to master for 16.05! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 13:09:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 11:09:09 +0000 Subject: [Koha-bugs] [Bug 16393] mysql error 1171 in Web installer Step 3 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16393 --- Comment #4 from g.meyer at esgbonn.de --- For me it is exactly the same. -- You are receiving 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 May 5 14:27:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 12:27:26 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Charles Gruener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cgruener at gruener.us -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 14:32:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 12:32:04 +0000 Subject: [Koha-bugs] [Bug 3426] change itemcallnumber system preference to allow multiple tags In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3426 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 May 5 14:32:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 12:32: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 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 May 5 14:36:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 12:36:40 +0000 Subject: [Koha-bugs] [Bug 15030] Certain values in serials' items are lost on next edit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15030 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 May 5 15:16:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 13:16:36 +0000 Subject: [Koha-bugs] [Bug 16428] The framework is not checked to know if a field is mapped In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 --- Comment #2 from Tom?s Cohen Arazi --- Created attachment 51230 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51230&action=edit Bug 16428: (regression tests) This patch adds tests to t/db_dependent/Items.t to verify the kohafield mapping is not always taken from the default framework, but from the correct one. To test: - Apply the patch - Run: $ prove t/db_dependent/Items.t => FAIL: Mapping is not done on the right framework 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 May 5 15:39:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 13:39:47 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 --- Comment #2 from Charles Gruener --- I attempted to change the sql_mode as suggested and the error persists upon trying to import the database structure. The file /usr/share/koha/intranet/cgi-bin/installer/data/mysql/kohastructure.sql needs to be updated to comply with the changes introduced in MySQL release 5.7.3. See: http://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-3.html Specifically: Columns in a PRIMARY KEY must be NOT NULL, but if declared explicitly as NULL produced no error. Now an error occurs. For example, a statement such as CREATE TABLE t (i INT NULL PRIMARY KEY) is rejected. The same occurs for similar ALTER TABLE statements. (Bug #13995622, Bug #66987, Bug #15967545, Bug #16545198) Since I don't know much about how the database needs to be structured to properly function, I'll just call out the fields that MySQL is erroring out on in kohastructure.sql rather than attempting to write my own patch. On line 1385: CREATE TABLE 'letter' uses 'branchcode' as part of its PRIMARY_KEY, but is "default NULL" On line 2476: CREATE TABLE 'permissions' uses 'code' as part of its PRIMARY_KEY but is "DEFAULT NULL" If I change those two (branchcode and code) to be "NOT NULL", I am able to get the installer to continue, but as I stated above, I don't know if this is the correct fix as I don't know how this impacts the database structure for the usability of koha. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 15:42:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 13:42:29 +0000 Subject: [Koha-bugs] [Bug 16428] The framework is not checked to know if a field is mapped In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Attachment #51230|0 |1 is obsolete| | --- Comment #3 from Tom?s Cohen Arazi --- Comment on attachment 51230 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51230 Bug 16428: (regression tests) The same tests are introduced on 13074 by Jonathan. I'm picking his tests. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 15:45:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 13:45:01 +0000 Subject: [Koha-bugs] [Bug 14637] Add patron category fails with MySQL 5.6.26 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14637 Charles Gruener changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16402 | -- You are receiving 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 May 5 15:45:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 13:45:01 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Charles Gruener changed: What |Removed |Added ---------------------------------------------------------------------------- See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=14637 | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 15:51:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 13:51:03 +0000 Subject: [Koha-bugs] [Bug 16447] New: "Borrow Permission" should not be used anymore Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 Bug ID: 16447 Summary: "Borrow Permission" should not be used anymore Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons 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: gmcharlt at gmail.com, kyle.m.hall at gmail.com Bug 7976 has removed this permission, but other patches re-added 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 May 5 15:51:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 13:51:56 +0000 Subject: [Koha-bugs] [Bug 7976] "Borrow Permission" is not used and can be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7976 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED Blocks| |16447 --- Comment #15 from Jonathan Druart --- (In reply to Bouzid from comment #14) > Hi all, > The borrow permission is removed, but it existing in this files: > > opac/opac-idref.pl:40: flagsrequired => { borrow => 1 }, > opac/opac-news-rss.pl:37: flagsrequired => { borrow => 1 }, > opac/opac-restrictedpage.pl:43: flagsrequired => { borrow => 1 }, > opac/svc/login:46 checkauth( $query, 1, { borrow => 1 }, 'opac', > $decoded_json->{'email'} ); > > I think, it's a bug. > > Bouzid. Yes it is, it always better to open a new bug report, especially when the original one is marked as resolved. See bug 16447 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 [Bug 16447] "Borrow Permission" should not be used anymore -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 15:51:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 13:51:57 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 Bug 16447 depends on bug 7976, which changed state. Bug 7976 Summary: "Borrow Permission" is not used and can be removed https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7976 What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |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 Thu May 5 15:51:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 13:51:56 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |7976 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7976 [Bug 7976] "Borrow Permission" is not used and can be removed -- You are receiving 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 May 5 15:56:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 13:56:49 +0000 Subject: [Koha-bugs] [Bug 11998] Syspref caching issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998 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 May 5 15:58:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 13:58:32 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 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 Thu May 5 15:58:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 13:58:35 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 --- Comment #1 from Jonathan Druart --- Created attachment 51231 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51231&action=edit Bug 16447: Remove occurrence of the borrow permission which does no longer exist Bug 7976 has removed this permission, but other patches re-added it... Note that the occurrences in sendbasket.pl and opac/svc/login should have been removed by bug 16447. Test plan: git grep 'borrow => 1' should not return any results. -- You are receiving 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 May 5 15:58:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 13:58:51 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 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 watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:04:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:04:24 +0000 Subject: [Koha-bugs] [Bug 16437] Automatic item modifications by age needs prettying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16437 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Medium patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:04:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:04:27 +0000 Subject: [Koha-bugs] [Bug 16437] Automatic item modifications by age needs prettying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16437 --- Comment #1 from Owen Leonard --- Created attachment 51232 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51232&action=edit Bug 16437 - Automatic item modifications by age needs prettying This patch makes layout and behavior changes to the automatic item modifications by age interface, bringing some aspects of it closer into conformance with established interface patterns. - The intial view is now a standard table of information about existing rules, or a message dialog saying there are no rules. - If there are no rules, a toolbar button reads "Add rules." - If there are existing rules, the toolbar button reads "Edit rules." - Clicking the button leads to the rules edit interface, which now has a floating toolbar with "Add rule," "Save," and "Cancel" buttons. - Clicking the "Add rule" button displays a blank rule block. - If you are adding a rule to existing rules, the new block is appended at the bottom, and the page scrolls to the new rule. - As you add or remove rule blocks, the legend containing the rule count updates so that the numbers are sequential. - In each rule block, "age" and "substitutions" are now required. The age field is now validated to require a number. - The add/remove condition/substitution links now have more descriptive text labels. - The control to remove a rule is now a link in the element associated with each rule. - Most JavaScript for this page is now in a separate file. - Breadcrumbs are updated to be a little more specific. To test, apply the patch and clear your browser cache if necessary. - Go to Tools -> Automatic item modifications by age. - Test adding and removing rules. - Test removing all rules. - Test adding and removing conditions and substitutions within rules. - Test submitting the form without filling in required fields. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:05:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:05:57 +0000 Subject: [Koha-bugs] [Bug 16437] Automatic item modifications by age needs prettying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16437 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51232|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 51233 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51233&action=edit Bug 16437 - Automatic item modifications by age needs prettying This patch makes layout and behavior changes to the automatic item modifications by age interface, bringing some aspects of it closer into conformance with established interface patterns. - The intial view is now a standard table of information about existing rules, or a message dialog saying there are no rules. - If there are no rules, a toolbar button reads "Add rules." - If there are existing rules, the toolbar button reads "Edit rules." - Clicking the button leads to the rules edit interface, which now has a floating toolbar with "Add rule," "Save," and "Cancel" buttons. - Clicking the "Add rule" button displays a blank rule block. - If you are adding a rule to existing rules, the new block is appended at the bottom, and the page scrolls to the new rule. - As you add or remove rule blocks, the legend containing the rule count updates so that the numbers are sequential. - In each rule block, "age" and "substitutions" are now required. The age field is now validated to require a number. - The add/remove condition/substitution links now have more descriptive text labels. - The control to remove a rule is now a link in the element associated with each rule. - Most JavaScript for this page is now in a separate file. - Breadcrumbs are updated to be a little more specific. To test, apply the patch and clear your browser cache if necessary. - Go to Tools -> Automatic item modifications by age. - Test adding and removing rules. - Test removing all rules. - Test adding and removing conditions and substitutions within rules. - Test submitting the form without filling in required fields. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:07:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:07:32 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51188|0 |1 is obsolete| | --- Comment #2 from Marc V?ron --- Created attachment 51234 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51234&action=edit Bug 13041 - Can't add user as manager of basket if name includes a single quote If you are trying to add a user as a manager of a basket in acquisitions, a JavaScript error will be triggered if that user has a single quote in their name (e.g. "O'Neil"). This patch corrects the issue by removing the "onclick" attribute and using the JS change made in Bug 16386. Also changed by this patch: Increased the size of the patron search popup and made a correction to some invalid HTML. To test you should have a patron whose name contains a single quote who is also a user with permission to manage acquisitions. - Apply the patch and go to Acquisitions. - Locate an open basket and view the details for that basket. - In the "Managed by" section, click the "Add user" button to trigger the patron search popup. - Search for the patron described above and click the "Add" button. - In the parent window, the patron you chose should have been added to the "Managed by" section. Tested on top of Bug 16383, behaves 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 Thu May 5 16:08:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:08:14 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 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 Thu May 5 16:09:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:09:01 +0000 Subject: [Koha-bugs] [Bug 7976] "Borrow Permission" is not used and can be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7976 --- Comment #16 from Bouzid --- Ok Jonathan. thanks. Bouzid. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:16:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:16:48 +0000 Subject: [Koha-bugs] [Bug 16448] New: Perlcritic errors introduced by 12478 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16448 Bug ID: 16448 Summary: Perlcritic errors introduced by 12478 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt at gmail.com Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ prove t/00-testcritic.t t/00-testcritic.t .. 113/728 # Failed test 'Test::Perl::Critic for "catalogue/search.pl"' # at /usr/share/perl5/Test/Perl/Critic.pm line 110. # # Perl::Critic found these violations in "catalogue/search.pl": # "@results" is declared but not used at line 475, column 1. Unused variables clutter code and make it harder to read. (Severity: 3) t/00-testcritic.t .. 262/728 # Failed test 'Test::Perl::Critic for "Koha/Authority.pm"' # at /usr/share/perl5/Test/Perl/Critic.pm line 110. # # Perl::Critic found these violations in "Koha/Authority.pm": # "return" statement with explicit "undef" at line 67, column 9. See page 199 of PBP. (Severity: 5) t/00-testcritic.t .. 723/728 # Looks like you failed 2 tests of 728. t/00-testcritic.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/728 subtests Test Summary Report ------------------- t/00-testcritic.t (Wstat: 512 Tests: 728 Failed: 2) Failed tests: 114, 265 Non-zero exit status: 2 Files=1, Tests=728, 139 wallclock secs ( 0.20 usr 0.01 sys + 127.21 cusr 10.62 csys = 138.04 CPU) Result: FAIL kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:16:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:16:59 +0000 Subject: [Koha-bugs] [Bug 16448] Perlcritic errors introduced by 12478 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16448 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |tomascohen at gmail.com Depends on| |12478 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 [Bug 12478] Elasticsearch support for Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:16:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:16:59 +0000 Subject: [Koha-bugs] [Bug 12478] Elasticsearch support for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16448 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16448 [Bug 16448] Perlcritic errors introduced by 12478 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:17:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:17:41 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 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 Thu May 5 16:17:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:17:46 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 --- Comment #3 from Jonathan Druart --- Created attachment 51235 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51235&action=edit Bug 16402: Make kohastructure.sql valid for MySQL v5.7 A primary key should not contain null value, and MySQL v5.7 is now more strict and won't accept our errors in the DB structure. Test plan: mysql < installer/data/mysql/kohastructure.sql should work using MySQL v5.7 QA: - letter.branchcode should not be NULL, the default (all) is an empty string - permissions.code should not be NULL, it's always a string -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:18:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:18:25 +0000 Subject: [Koha-bugs] [Bug 16439] Allow styling to button for upload local cover images (Font Awesome Icons) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51216|0 |1 is obsolete| | --- Comment #2 from Marc V?ron --- Created attachment 51236 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51236&action=edit Bug 16439: Allow styling to button for upload local cover images (Font Awesome Icons) Improve button for upload local cover image with Font Awesome Icon To test: -Set syspref LocalCoverImages and OPACLocalCoverImages to Allow -A new tab 'Images' appear in bib record detail on Intranet. -Notice about the button upload. -Apply the patch and reload the page. -The button is changed for class=btn btn-mini like the button "edit" used in items in the tab Holdings -Also added the Font Awesome icon upload "fa fa-upload" class. Button is styled 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 Thu May 5 16:19:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:19:24 +0000 Subject: [Koha-bugs] [Bug 16439] Allow styling to button for upload local cover images (Font Awesome Icons) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch 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 Thu May 5 16:22:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:22:24 +0000 Subject: [Koha-bugs] [Bug 16448] Perlcritic errors introduced by 12478 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16448 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. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:22:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:22:27 +0000 Subject: [Koha-bugs] [Bug 16448] Perlcritic errors introduced by 12478 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16448 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 51237 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51237&action=edit Bug 16448: Fix perlcritic errors introduced by 12478 Bug 12478 introduced two perlcritic errors. This patch fixes them. To test: - On master, run: $ prove t/t/00-testcritic.t => FAIL: catalogue/search.pl and Koha/Authority.pm fail the critic tests. - Apply the patch - Run: $ prove t/t/00-testcritic.t => SUCCESS: All happy - Sign off :-D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:25:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:25:44 +0000 Subject: [Koha-bugs] [Bug 16449] New: unimarc_field_4XX raises a warning Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16449 Bug ID: 16449 Summary: unimarc_field_4XX raises a warning 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 Depends on: 14828 Because of bug 14828, the unimarc_field_4XX now raises a warning: "No method selected!" There are no need to select an item type on this page, the default (all) is always selected. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14828 [Bug 14828] Move the item types related code to Koha::ItemTypes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:25:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:25:44 +0000 Subject: [Koha-bugs] [Bug 14828] Move the item types related code to Koha::ItemTypes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14828 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16449 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16449 [Bug 16449] unimarc_field_4XX raises a warning -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:27:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:27:00 +0000 Subject: [Koha-bugs] [Bug 16450] New: Remove the use of "onclick" from guarantor search template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450 Bug ID: 16450 Summary: Remove the use of "onclick" from guarantor search template Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/members/guarantor_search.pl OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Depends on: 13041, 16386 When adding a guantor to a patron record, a search form is shown in a popup window. This page should be reworked to avoid the use of "onclick." Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 [Bug 13041] Can't add user as manager of basket if name includes a single quote https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 [Bug 16386] Replace the use of "onclick" from patron card creator templates -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:27:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:27:00 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16450 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450 [Bug 16450] Remove the use of "onclick" from guarantor search template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:27:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:27:00 +0000 Subject: [Koha-bugs] [Bug 16386] Replace the use of "onclick" from patron card creator templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16450 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450 [Bug 16450] Remove the use of "onclick" from guarantor search template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:27:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:27:58 +0000 Subject: [Koha-bugs] [Bug 16451] New: Fix missisng body id in orders_by_budget.tt Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451 Bug ID: 16451 Summary: Fix missisng body id in orders_by_budget.tt 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: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org To reproduce: - Run: $ prove xt/tt_valid.t => FAIL: Tests fail on orders_by_budget.tt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:28:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:28:05 +0000 Subject: [Koha-bugs] [Bug 11371] Add a new report : Orders by budget In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11371 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16451 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451 [Bug 16451] Fix missisng body id in orders_by_budget.tt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:28:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:28:05 +0000 Subject: [Koha-bugs] [Bug 16451] Fix missisng body id in orders_by_budget.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |11371 Assignee|oleonard at myacpl.org |tomascohen at gmail.com Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11371 [Bug 11371] Add a new report : Orders by budget -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:28:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:28:54 +0000 Subject: [Koha-bugs] [Bug 16449] unimarc_field_4XX raises a warning In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16449 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 May 5 16:28:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:28:57 +0000 Subject: [Koha-bugs] [Bug 16449] unimarc_field_4XX raises a warning In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16449 --- Comment #1 from Jonathan Druart --- Created attachment 51238 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51238&action=edit Bug 16449: Remove "no method selected" warning from unimarc_field_4XX Because of bug 14828, the unimarc_field_4XX now raises a warning: "No method selected!" There are no need to select an item type on this page, the default (all) is always selected. Test plan: Link the unimarc_field_4XX value builder with on of the subfield Edit a record, click on the value builder icon Note the warning without the patch and that it's gone with the patch applied -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:31:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:31:11 +0000 Subject: [Koha-bugs] [Bug 16451] Fix missisng body id in orders_by_budget.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451 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. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:31:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:31:14 +0000 Subject: [Koha-bugs] [Bug 16451] Fix missisng body id in orders_by_budget.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 51239 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51239&action=edit Bug 16451: Fix missisng body id in orders_by_budget.tt Bug 11371 introduced a new template, which fails the xt/tt_valid.t tests. To test: - On master, run: $ prove xt/tt_valid.t => FAIL: Tests fail on orders_by_budget.tt - Apply the patch - Run $ prove xt/tt_valid.t => SUCCESS: Tests don't fail on orders_by_budget.tt - Sign off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:32:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:32:39 +0000 Subject: [Koha-bugs] [Bug 12375] Store serials enumeration data in separate fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12375 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #55 from Jonathan Druart --- Jenkins raises a warning: No method update! at /srv/jenkins/workspace/Koha_Master_D8/C4/Serials.pm line 1602. It seems that ->update should be replaced with ->store -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:35:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:35:09 +0000 Subject: [Koha-bugs] [Bug 16248] ModZebra doesn't update zebraqueue if ES is enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16248 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.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 Thu May 5 16:36:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:36:47 +0000 Subject: [Koha-bugs] [Bug 16452] New: PatronLists.t raises a warning Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16452 Bug ID: 16452 Summary: PatronLists.t raises a warning Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: minor 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 % prove t/db_dependent/PatronLists.t t/db_dependent/PatronLists.t .. 1/9 C4::Context->userenv not defined! at Koha/List/Patron.pm line 66. t/db_dependent/PatronLists.t .. 3/9 C4::Context->userenv not defined! at Koha/List/Patron.pm line 66. t/db_dependent/PatronLists.t .. 5/9 C4::Context->userenv not defined! at Koha/List/Patron.pm line 66. C4::Context->userenv not defined! at Koha/List/Patron.pm line 94. C4::Context->userenv not defined! at Koha/List/Patron.pm line 94. C4::Context->userenv not defined! at Koha/List/Patron.pm line 66. t/db_dependent/PatronLists.t .. ok All tests successful. Files=1, Tests=9, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.00 cusr 0.02 csys = 1.04 CPU) Result: PASS -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:37:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:37:54 +0000 Subject: [Koha-bugs] [Bug 16452] PatronLists.t raises a warning In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16452 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 May 5 16:37:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:37:57 +0000 Subject: [Koha-bugs] [Bug 16452] PatronLists.t raises a warning In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16452 --- Comment #1 from Jonathan Druart --- Created attachment 51240 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51240&action=edit Bug 16452: Remove the warnings raised by PatronLists.t We need to define a userenv to get rid of the warnings Test plan: prove t/db_dependent/PatronLists.t should not return any warnings -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:38:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:38:05 +0000 Subject: [Koha-bugs] [Bug 12375] Store serials enumeration data in separate fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12375 Karl Holten changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kholten at switchinc.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:42:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:42:01 +0000 Subject: [Koha-bugs] [Bug 16450] Remove the use of "onclick" from guarantor search template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450 --- Comment #1 from Owen Leonard --- Created attachment 51241 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51241&action=edit Bug 16450 - Remove the use of "onclick" from guarantor search template This patch updates the guarantor search template so that event definition is done in the script rather than in an onclick attribute. This patch also increases the size of the popup window to help prevent the need for horizontal scrolling and adds Bootstrap style to the "select" button. To test, apply the patch and clear your browser cache if necessary. - Go to Patrons and add a patron with a "child" category type. - In the "Guarantor information" section, click the "Set to patron" button. - In the pop-up window, search for a patron. - Click the "Select" button next to a patron. - The window should close, and the patron you selected should now appear as the guarantor. The guarantor's address information should be added to the "Main address" section. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:41:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:41:59 +0000 Subject: [Koha-bugs] [Bug 16450] Remove the use of "onclick" from guarantor search template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450 Owen Leonard 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 Thu May 5 16:43:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:43:24 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch --- Comment #2 from Marc V?ron --- (In reply to Jonathan Druart from comment #1) (...) > Note that the occurrences in sendbasket.pl and opac/svc/login should > have been removed by bug 16447. We are on Bug 16447 - mistake of bug number? > Test plan: > git grep 'borrow => 1' > should not return any results. Is OK, but git grep 'borrow ' finds additonally: edithelp.pl: borrow => 1, t/db_dependent/Auth.t: borrow => 0 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:47:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:47:12 +0000 Subject: [Koha-bugs] [Bug 16451] Fix missisng body id in orders_by_budget.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451 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 May 5 16:47:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:47:14 +0000 Subject: [Koha-bugs] [Bug 16451] Fix missisng body id in orders_by_budget.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51239|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 51242 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51242&action=edit [SIGNED-OFF] Bug 16451: Fix missisng body id in orders_by_budget.tt Bug 11371 introduced a new template, which fails the xt/tt_valid.t tests. To test: - On master, run: $ prove xt/tt_valid.t => FAIL: Tests fail on orders_by_budget.tt - Apply the patch - Run $ prove xt/tt_valid.t => SUCCESS: Tests don't fail on orders_by_budget.tt - Sign off 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 May 5 16:53:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:53:15 +0000 Subject: [Koha-bugs] [Bug 16453] New: t/db_dependent/Koha_ElasticSearch_Indexer.t should use koha-conf.xml information Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Bug ID: 16453 Summary: t/db_dependent/Koha_ElasticSearch_Indexer.t should use koha-conf.xml information 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: tomascohen at gmail.com QA Contact: gmcharlt at gmail.com t/db_dependent/Koha_ElasticSearch_Indexer.t currently has hardcoded information about the ES server it needs to use. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:53:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:53:24 +0000 Subject: [Koha-bugs] [Bug 16453] t/db_dependent/Koha_ElasticSearch_Indexer.t should use koha-conf.xml information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |12478 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 [Bug 12478] Elasticsearch support for Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:53:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:53:24 +0000 Subject: [Koha-bugs] [Bug 12478] Elasticsearch support for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16453 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 [Bug 16453] t/db_dependent/Koha_ElasticSearch_Indexer.t should use koha-conf.xml information -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:53:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:53:39 +0000 Subject: [Koha-bugs] [Bug 16444] C4::Tags is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16444 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51222|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart --- Created attachment 51244 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51244&action=edit Bug 16444: Make C4::Tags plack safe C4::Tags use a package variable to cache the pref TagsExternalDictionary, it's not needed and not safe. There is not test plan, just make sure the changes are consistent. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 16:53:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:53:34 +0000 Subject: [Koha-bugs] [Bug 16437] Automatic item modifications by age needs prettying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16437 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51233|0 |1 is obsolete| | --- Comment #3 from Marc V?ron --- Created attachment 51243 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51243&action=edit Bug 16437 - Automatic item modifications by age needs prettying This patch makes layout and behavior changes to the automatic item modifications by age interface, bringing some aspects of it closer into conformance with established interface patterns. - The intial view is now a standard table of information about existing rules, or a message dialog saying there are no rules. - If there are no rules, a toolbar button reads "Add rules." - If there are existing rules, the toolbar button reads "Edit rules." - Clicking the button leads to the rules edit interface, which now has a floating toolbar with "Add rule," "Save," and "Cancel" buttons. - Clicking the "Add rule" button displays a blank rule block. - If you are adding a rule to existing rules, the new block is appended at the bottom, and the page scrolls to the new rule. - As you add or remove rule blocks, the legend containing the rule count updates so that the numbers are sequential. - In each rule block, "age" and "substitutions" are now required. The age field is now validated to require a number. - The add/remove condition/substitution links now have more descriptive text labels. - The control to remove a rule is now a link in the element associated with each rule. - Most JavaScript for this page is now in a separate file. - Breadcrumbs are updated to be a little more specific. To test, apply the patch and clear your browser cache if necessary. - Go to Tools -> Automatic item modifications by age. - Test adding and removing rules. - Test removing all rules. - Test adding and removing conditions and substitutions within rules. - Test submitting the form without filling in required fields. 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 Thu May 5 16:54:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:54:10 +0000 Subject: [Koha-bugs] [Bug 16437] Automatic item modifications by age needs prettying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16437 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 Thu May 5 16:59:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:59:02 +0000 Subject: [Koha-bugs] [Bug 16452] PatronLists.t raises a warning In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16452 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51240|0 |1 is obsolete| | --- Comment #2 from Marc V?ron --- Created attachment 51245 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51245&action=edit Bug 16452: Remove the warnings raised by PatronLists.t We need to define a userenv to get rid of the warnings Test plan: prove t/db_dependent/PatronLists.t should not return any warnings 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 Thu May 5 16:59:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 14:59:36 +0000 Subject: [Koha-bugs] [Bug 16452] PatronLists.t raises a warning In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16452 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch 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 Thu May 5 17:04:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 15:04:49 +0000 Subject: [Koha-bugs] [Bug 16454] New: Use "inventory" instead of "inventory/stocktaking" Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454 Bug ID: 16454 Summary: Use "inventory" instead of "inventory/stocktaking" Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/tools/inventory.pl OS: All Status: NEW Severity: minor Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org We don't say "check out/issue" or "patron/member," so I don't think we should use "inventory/stocktaking." Let's just say "inventory." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 17:16:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 15:16:49 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51231|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51246 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51246&action=edit Bug 16447: Remove occurrence of the borrow permission which does no longer exist Bug 7976 has removed this permission, but other patches re-added it... Note that the occurrences in sendbasket.pl, edithelp.pl, opac/svc/login should have been removed by bug 7976. Test plan: git grep 'borrow.*=> 1' 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 Thu May 5 17:19:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 15:19:52 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 --- Comment #4 from Jonathan Druart --- (In reply to Marc V?ron from comment #2) > (In reply to Jonathan Druart from comment #1) > (...) > > Note that the occurrences in sendbasket.pl and opac/svc/login should > > have been removed by bug 16447. > We are on Bug 16447 - mistake of bug number? > > > Test plan: > > git grep 'borrow => 1' > > should not return any results. > > Is OK, but git grep 'borrow ' finds additonally: > > edithelp.pl: borrow => 1, > t/db_dependent/Auth.t: borrow => 0 Good catches, fixed! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 17:57:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 15:57:43 +0000 Subject: [Koha-bugs] [Bug 16444] C4::Tags is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16444 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16455 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16455 [Bug 16455] TagsExternalDictionary does not work under Plack -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 17:57:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 15:57:43 +0000 Subject: [Koha-bugs] [Bug 16455] New: TagsExternalDictionary does not work under Plack Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16455 Bug ID: 16455 Summary: TagsExternalDictionary does not work under Plack 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 Depends on: 16444 The pref TagsExternalDictionary is used to tell Lingua::Ispell to use an other dictionary, different from the default one (/usr/bin/ispell). To do so we need to set $Lingua::Ispell::path to the expected path. It's currently done in the INIT block. If you try to use C4::Tags, you will get the famous "Too late to run INIT block at C4/Tags.pm line 74." warning. Plack use the INIT block to load functions at run time, when we are using C4::Tags when hitting a pl script, the compilation phase is finished and it's "too late to run INIT block" from C4::Tags. I do not really know if it has an impact on the behavior of Lingua::Ispell (i.e. is the path redefined?), but I know that this INIT block is not executed when we want. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16444 [Bug 16444] C4::Tags is not plack safe -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 18:00:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 16:00:21 +0000 Subject: [Koha-bugs] [Bug 16455] TagsExternalDictionary does not work under Plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16455 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 May 5 18:00:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 16:00:24 +0000 Subject: [Koha-bugs] [Bug 16455] TagsExternalDictionary does not work under Plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16455 --- Comment #1 from Jonathan Druart --- Created attachment 51247 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51247&action=edit Bug 16455: Remove the "Too late to run INIT block" from C4::Tags The pref TagsExternalDictionary is used to tell Lingua::Ispell to use an other dictionary, different from the default one (/usr/bin/ispell). To do so we need to set $Lingua::Ispell::path to the expected path. It's currently done in the INIT block. If you try to use C4::Tags, you will get the famous "Too late to run INIT block at C4/Tags.pm line 74." warning. Plack use the INIT block to load functions at run time, when we are using C4::Tags when hitting a pl script, the compilation phase is finished and it's "too late to run INIT block" from C4::Tags. I do not really know if it has an impact on the behavior of Lingua::Ispell (i.e. is the path redefined?), but I know that this INIT block is not executed when we want. Test plan: under Plack, - hit /cgi-bin/koha/opac-search.pl and confirm that the warning does no longer appears - Use another dictionnary (??), fill TagsExternalDictionary with its path and confirm that it is used by the tags approval system -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 18:19:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 16:19:12 +0000 Subject: [Koha-bugs] [Bug 16453] Elasticsearch tests should use koha-conf.xml information and skip if absent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|t/db_dependent/Koha_Elastic |Elasticsearch tests should |Search_Indexer.t should use |use koha-conf.xml |koha-conf.xml information |information and skip if | |absent -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 18:26:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 16:26:44 +0000 Subject: [Koha-bugs] [Bug 16453] Elasticsearch tests should use koha-conf.xml information and skip if absent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Tom?s Cohen Arazi 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 May 5 18:27:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 16:27:24 +0000 Subject: [Koha-bugs] [Bug 16453] Elasticsearch tests should use koha-conf.xml information and skip if absent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Tom?s Cohen Arazi 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 May 5 18:27:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 16:27:27 +0000 Subject: [Koha-bugs] [Bug 16453] Elasticsearch tests should use koha-conf.xml information and skip if absent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 51248 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51248&action=edit Bug 16453: Make Elasticsearch tests be skipped if configuration entry missing The current tests fail to run if the configuration entry is missing. This is problematic on jenkins and should be fixed. To test: - On master, having koha-conf.xml without (or commented) an entry - Run: $ prove t/db_dependent/Koha_ElasticSearch_Indexer.t \ t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t -v => FAIL: Tests fail due to missing configuration entry - Apply the patch - Run: $ prove t/db_dependent/Koha_ElasticSearch_Indexer.t \ t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t -v => SUCCESS: Tests pass, and the ES-configuration-dependent tests are skipped - Have elasticsearch running and the koha-conf.xml entry - Run: $ prove t/db_dependent/Koha_ElasticSearch_Indexer.t \ t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t -v => SUCCESS: Same results as without the patch - Sign off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 18:28:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 16:28:02 +0000 Subject: [Koha-bugs] [Bug 16453] Elasticsearch tests should be skipped if configuration entry missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Elasticsearch tests should |Elasticsearch tests should |use koha-conf.xml |be skipped if configuration |information and skip if |entry missing |absent | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 19:37:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 17:37:40 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16456 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 19:37:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 17:37:40 +0000 Subject: [Koha-bugs] [Bug 16456] New: Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 Bug ID: 16456 Summary: Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: hector.hecaxmmx at gmail.com QA Contact: testopia at bugs.koha-community.org Depends on: 16438, 16439 Add Font Awesome Icons to section Patrons and circulation in Tools module (Save, Upload, Filter, Import) Also the Tag and Comments tools has been revised to fit with others interfaces in Koha. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 [Bug 16438] Use Font Awesome icons in batch templates https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439 [Bug 16439] Allow styling to button for upload local cover images (Font Awesome Icons) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 19:37:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 17:37:40 +0000 Subject: [Koha-bugs] [Bug 16439] Allow styling to button for upload local cover images (Font Awesome Icons) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16456 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 20:07:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 18:07:38 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 H?ctor Eduardo Castro Avalos 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 May 5 20:07:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 18:07:40 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 --- Comment #1 from H?ctor Eduardo Castro Avalos --- Created attachment 51249 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51249&action=edit Bug 16456: Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation Add Font Awesome Icons to section Patrons and circulation in Tools module (Save, Upload, Filter, Import) To test goto: -Patron lists -> New patron List -> Save -Patron list -> my_list_saved -> Add patrons -> Remove selected patrons, Clear all, Select all -Comments -> Approve, delete and, unapprove -Import patrons -> Import -Overdue notice/status triggers -> Save changes -Batch patron modification -> Save, Select all and Clear all -Upload patron images -> Upload -Tags -> Apply filter(s), Test, Approved, Reject, Select all, Clear all, Select all pending. Set TagsModeration to Require. -Verify that all tools work as expected NOTE: The Tag and Comments tools has been revised to fit with others interfaces in Koha. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 20:10:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 18:10:03 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 --- Comment #2 from H?ctor Eduardo Castro Avalos --- Created attachment 51250 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51250&action=edit New look for comments tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 20:11:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 18:11:12 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 --- Comment #3 from H?ctor Eduardo Castro Avalos --- Created attachment 51251 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51251&action=edit New look for tags tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 20:27:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 18:27:45 +0000 Subject: [Koha-bugs] [Bug 16411] Make Hold.t not depend on two existing branches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16411 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |brendan at bywatersolutions.co | |m --- Comment #4 from Brendan Gallagher --- Pushed to Master - Should be in the May 2016 release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 20:28:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 18:28:57 +0000 Subject: [Koha-bugs] [Bug 16315] OPAC Shelfbrowser doesn't display the full title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16315 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Status|Passed QA |Pushed to Master --- Comment #4 from Brendan Gallagher --- Pushed to Master - Should be in the May 2016 release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 20:30:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 18:30:08 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Status|Passed QA |Pushed to Master --- Comment #15 from Brendan Gallagher --- Pushed to Master - Should be in the May 2016 release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 20:31:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 18:31:06 +0000 Subject: [Koha-bugs] [Bug 16415] Layout problem on staff client detail page if local cover images are enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16415 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |brendan at bywatersolutions.co | |m --- Comment #4 from Brendan Gallagher --- Pushed to Master - Should be in the May 2016 release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 20:43:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 18:43:10 +0000 Subject: [Koha-bugs] [Bug 16451] Fix missing body id in orders_by_budget.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Fix missisng body id in |Fix missing body id in |orders_by_budget.tt |orders_by_budget.tt 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 May 5 20:53:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 18:53:18 +0000 Subject: [Koha-bugs] [Bug 16386] Replace the use of "onclick" from patron card creator templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16457 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16457 [Bug 16457] Remove the use of "onclick" from the patron entry form -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 20:53:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 18:53:18 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16457 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16457 [Bug 16457] Remove the use of "onclick" from the patron entry form -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 20:53:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 18:53:18 +0000 Subject: [Koha-bugs] [Bug 16450] Remove the use of "onclick" from guarantor search template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16457 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16457 [Bug 16457] Remove the use of "onclick" from the patron entry form -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 20:53:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 18:53:18 +0000 Subject: [Koha-bugs] [Bug 16457] New: Remove the use of "onclick" from the patron entry form Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16457 Bug ID: 16457 Summary: Remove the use of "onclick" from the patron entry form Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/members/memberentry.pl OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: testopia at bugs.koha-community.org Depends on: 13041, 16386, 16450 There are several instances of "onclick" in memberentrygen.tt. It should be rewritten so that JS functionality can be separate from the markup. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 [Bug 13041] Can't add user as manager of basket if name includes a single quote https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 [Bug 16386] Replace the use of "onclick" from patron card creator templates https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450 [Bug 16450] Remove the use of "onclick" from guarantor search template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 21:04:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:04:40 +0000 Subject: [Koha-bugs] [Bug 16453] Elasticsearch tests should be skipped if configuration entry missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|gmcharlt at gmail.com |jonathan.druart at bugs.koha-c | |ommunity.org Assignee|chris at bigballofwax.co.nz |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 May 5 21:05:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:05:20 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |hector.hecaxmmx at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 21:05:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:05:59 +0000 Subject: [Koha-bugs] [Bug 16458] New: Setting to guarantor: JavaScript error form.branchcode is undefined Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16458 Bug ID: 16458 Summary: Setting to guarantor: JavaScript error form.branchcode is undefined Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons 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 To reproduce: - Go to a child parton's detail page - Edit it using the toolbar item "Edit" - Edit "Guarantor information", "Set to patron" or "Change patron" - Select a patron =>Result OK (patron search window closes, guarantor information is set, e.g. Library changes to Guarantor's library if it is different) - Go back to child patron's detail page - This time do not use toolbar "Edit" but the "Edit" link below "Date of birth" / "Guarantor" - Edit "Guarantor information", "Set to patron" or "Change patron" - Select a patron =>Result NOT OK (patron search window does not close, JavaScript console says: TypeError: form.branchcode is undefined (...)/intranet-tmpl/prog/js/members.js Line: 213 Some of the Guarantor's information is not set, e.g. library if it is different. I found this while testing Bug 16450, this error appears without and with 16450 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 Thu May 5 21:08:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:08:21 +0000 Subject: [Koha-bugs] [Bug 16450] Remove the use of "onclick" from guarantor search template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51241|0 |1 is obsolete| | --- Comment #2 from Marc V?ron --- Created attachment 51252 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51252&action=edit Bug 16450 - Remove the use of "onclick" from guarantor search template This patch updates the guarantor search template so that event definition is done in the script rather than in an onclick attribute. This patch also increases the size of the popup window to help prevent the need for horizontal scrolling and adds Bootstrap style to the "select" button. To test, apply the patch and clear your browser cache if necessary. - Go to Patrons and add a patron with a "child" category type. - In the "Guarantor information" section, click the "Set to patron" button. - In the pop-up window, search for a patron. - Click the "Select" button next to a patron. - The window should close, and the patron you selected should now appear as the guarantor. The guarantor's address information should be added to the "Main address" section. Tested on top of Bug 13041 and Bug 16386, works as expected, however see Bug 16458 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 Thu May 5 21:09:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:09:01 +0000 Subject: [Koha-bugs] [Bug 16458] Setting to guarantor: JavaScript error form.branchcode is undefined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16458 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16450 -- You are receiving 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 May 5 21:09:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:09:01 +0000 Subject: [Koha-bugs] [Bug 16450] Remove the use of "onclick" from guarantor search template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16458 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 May 5 21:16:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:16:55 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51246|0 |1 is obsolete| | --- Comment #5 from Marc V?ron --- Created attachment 51253 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51253&action=edit Bug 16447: Remove occurrence of the borrow permission which does no longer exist Bug 7976 has removed this permission, but other patches re-added it... Note that the occurrences in sendbasket.pl, edithelp.pl, opac/svc/login should have been removed by bug 7976. Test plan: git grep 'borrow.*=> 1' should 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 Thu May 5 21:17:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:17:17 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 Marc V?ron 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 Thu May 5 21:19:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:19:16 +0000 Subject: [Koha-bugs] [Bug 16457] Remove the use of "onclick" from the patron entry form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16457 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 May 5 21:19:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:19:28 +0000 Subject: [Koha-bugs] [Bug 16448] Perlcritic errors introduced by 12478 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16448 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51237|0 |1 is obsolete| | --- Comment #2 from H?ctor Eduardo Castro Avalos --- Created attachment 51254 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51254&action=edit [SIGNED-OFF]Bug 16448: Fix perlcritic errors introduced by 12478 Bug 12478 introduced two perlcritic errors. This patch fixes them. To test: - On master, run: $ prove t/00-testcritic.t => FAIL: catalogue/search.pl and Koha/Authority.pm fail the critic tests. - Apply the patch - Run: $ prove t/00-testcritic.t => SUCCESS: All happy - Sign off :-D Signed-off-by: Hector Castro All test successful. Needs $ export TEST_QA=1 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 21:19:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:19:39 +0000 Subject: [Koha-bugs] [Bug 16448] Perlcritic errors introduced by 12478 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16448 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |hector.hecaxmmx at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 21:20:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:20:48 +0000 Subject: [Koha-bugs] [Bug 16159] guarantor section missing ID on patron add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |brendan at bywatersolutions.co | |m --- Comment #8 from Brendan Gallagher --- Pushed to Master - Should be in the May 2016 Release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 21:26:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:26:45 +0000 Subject: [Koha-bugs] [Bug 14005] Fix wording of previousIssuesDefaultSortOrder and todaysIssuesDefaultSortOrder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14005 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 May 5 21:27:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:27:10 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #16 from H?ctor Eduardo Castro Avalos --- Hi Danielle, you forgot to change the bug status -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 21:46:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:46:49 +0000 Subject: [Koha-bugs] [Bug 16445] Bug 12478 has added an unnecessary line to Koha/Database.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16445 Katrin Fischer 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 Thu May 5 21:46:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:46:51 +0000 Subject: [Koha-bugs] [Bug 16445] Bug 12478 has added an unnecessary line to Koha/Database.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16445 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51227|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 51255 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51255&action=edit [PASSED QA] Bug 16445: Revert changes made by bug 12478 to Koha/Database.pm These changes were a mistake, let's revert them. Signed-off-by: Chris Cormack 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 May 5 21:50:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:50:08 +0000 Subject: [Koha-bugs] [Bug 16439] Allow styling to button for upload local cover images (Font Awesome Icons) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439 Katrin Fischer 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 May 5 21:50:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:50:11 +0000 Subject: [Koha-bugs] [Bug 16439] Allow styling to button for upload local cover images (Font Awesome Icons) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51236|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 51256 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51256&action=edit [PASSED QA] Bug 16439: Allow styling to button for upload local cover images (Font Awesome Icons) Improve button for upload local cover image with Font Awesome Icon To test: -Set syspref LocalCoverImages and OPACLocalCoverImages to Allow -A new tab 'Images' appear in bib record detail on Intranet. -Notice about the button upload. -Apply the patch and reload the page. -The button is changed for class=btn btn-mini like the button "edit" used in items in the tab Holdings -Also added the Font Awesome icon upload "fa fa-upload" class. Button is styled as expected. Signed-off-by: Marc V?ron 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 May 5 21:50:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:50:21 +0000 Subject: [Koha-bugs] [Bug 16438] Use Font Awesome icons in batch templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16438 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |brendan at bywatersolutions.co | |m --- Comment #15 from Brendan Gallagher --- Pushed to Master - should be in the May 2016 Release. thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 21:51:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:51:29 +0000 Subject: [Koha-bugs] [Bug 16445] Bug 12478 has added an unnecessary line to Koha/Database.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16445 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Status|Passed QA |Pushed to Master --- Comment #4 from Brendan Gallagher --- Pushed to Master - should be in the May 2016 Release. thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 21:52:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:52:16 +0000 Subject: [Koha-bugs] [Bug 16439] Allow styling to button for upload local cover images (Font Awesome Icons) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Status|Passed QA |Pushed to Master --- Comment #4 from Brendan Gallagher --- Pushed to Master - should be in the May 2016 Release. thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 21:52:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:52:58 +0000 Subject: [Koha-bugs] [Bug 16452] PatronLists.t raises a warning In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16452 Katrin Fischer 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 May 5 21:53:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:53:02 +0000 Subject: [Koha-bugs] [Bug 16452] PatronLists.t raises a warning In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16452 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51245|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 51257 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51257&action=edit [PASSED QA] Bug 16452: Remove the warnings raised by PatronLists.t We need to define a userenv to get rid of the warnings Test plan: prove t/db_dependent/PatronLists.t should not return any warnings Signed-off-by: Marc V?ron 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 May 5 21:58:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 19:58:00 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 --- Comment #17 from Danielle Elder --- Status is signed off. Do you mean in giz bz? (I am a novice here, so let me know). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 22:10:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 20:10:11 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51249|0 |1 is obsolete| | --- Comment #4 from H?ctor Eduardo Castro Avalos --- Created attachment 51258 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51258&action=edit Bug 16456: Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation Add Font Awesome Icons to section Patrons and circulation in Tools module (Save, Upload, Filter, Import) To test goto: -Patron lists -> New patron List -> Save -Patron list -> my_list_saved -> Add patrons -> Remove selected patrons, Clear all, Select all -Comments -> Approve, delete and, unapprove -Import patrons -> Import -Overdue notice/status triggers -> Save changes -Batch patron modification -> Save, Select all and Clear all -Upload patron images -> Upload -Tags -> Apply filter(s), Test, Approved, Reject, Select all, Clear all, Select all pending. Set TagsModeration to Require. -Verify that all tools work as expected NOTE: The Tag and Comments tools has been revised to fit with others interfaces in Koha. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 22:17:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 20:17:49 +0000 Subject: [Koha-bugs] [Bug 16325] Suggestions: Tab "Status unknown" contains all suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325 Katrin Fischer 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 Thu May 5 22:17:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 20:17:52 +0000 Subject: [Koha-bugs] [Bug 16325] Suggestions: Tab "Status unknown" contains all suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51159|0 |1 is obsolete| | Attachment #51160|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 51259 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51259&action=edit [PASSED QA] Bug 16325: Add a test for SearchSuggestions when searching for STATUS='' Test fails as expected without second patch and passes OK with second patch. Signed-off-by: Marc V?ron 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 May 5 22:18:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 20:18:20 +0000 Subject: [Koha-bugs] [Bug 16325] Suggestions: Tab "Status unknown" contains all suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325 --- Comment #6 from Katrin Fischer --- Created attachment 51260 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51260&action=edit [PASSED QA] Bug 16325: Do not return all suggestions if search for STATUS='' This is a quick and dirty way to fix a bad bug in a messy area. The "unknown status" tab in the suggestions table display all the suggestions. It should only display suggestions with a STATUS='' Test plan: - Create some suggestions - Go to Home > Acquisitions > Suggestions management - Edit some suggestions and give them different status, e.g. accepted, rejected, pending. - Verify that they appear in the tabs as appropriate - Edit one suggestion, set "Mark selected as" to --Choose a status-- => Without this patch: New tab "Status unknown" containing all suggestions => With this patch: tab contains only suggestions with "Unknown status" Works as expected. Signed-off-by: Marc V?ron 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 May 5 22:45:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 20:45:42 +0000 Subject: [Koha-bugs] [Bug 16452] PatronLists.t raises a warning In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16452 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |brendan at bywatersolutions.co | |m --- Comment #4 from Brendan Gallagher --- Pushed to Master - Should be in the May 2016 Release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 22:46:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 20:46:51 +0000 Subject: [Koha-bugs] [Bug 16325] Suggestions: Tab "Status unknown" contains all suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Status|Passed QA |Pushed to Master --- Comment #7 from Brendan Gallagher --- Pushed to Master - Should be in the May 2016 Release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 22:51:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 20:51:03 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Richard Gardner changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rtgardner90 at gmail.com --- Comment #4 from Richard Gardner --- Hey there, Was having this same problem. Just wanted to give you all a shout-out for the fix. Was having trouble locating the file but eventually got it all worked out. Still ended up getting:: mysql: [Warning] Using a password on the command line interface can be insecure. but I found a workaround for that and now i've created and access the staff interface via command line. I am still having some trouble connecting via web-browser, but I suspect it's because I just set my nameservers up earlier today and they haven't had time to propagate. I hope that is the "problem" at least. Otherwise I may need to figure out my host files, .conf files, or the proper settings for my server's DNS manager. Anyway, thanks again. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 22:55:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 20:55:40 +0000 Subject: [Koha-bugs] [Bug 16448] Perlcritic errors introduced by 12478 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16448 Katrin Fischer 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 May 5 22:55:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 20:55:43 +0000 Subject: [Koha-bugs] [Bug 16448] Perlcritic errors introduced by 12478 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16448 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51254|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 51261 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51261&action=edit [PASSED QA] Bug 16448: Fix perlcritic errors introduced by 12478 Bug 12478 introduced two perlcritic errors. This patch fixes them. To test: - On master, run: $ prove t/00-testcritic.t => FAIL: catalogue/search.pl and Koha/Authority.pm fail the critic tests. - Apply the patch - Run: $ prove t/00-testcritic.t => SUCCESS: All happy - Sign off :-D Signed-off-by: Hector Castro All test successful. Needs $ export TEST_QA=1 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 May 5 23:05:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 21:05:58 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 Katrin Fischer 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 May 5 23:06:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 21:06:01 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51253|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer --- Created attachment 51262 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51262&action=edit [PASSED QA] Bug 16447: Remove occurrence of the borrow permission which does no longer exist Bug 7976 has removed this permission, but other patches re-added it... Note that the occurrences in sendbasket.pl, edithelp.pl, opac/svc/login should have been removed by bug 7976. Test plan: git grep 'borrow.*=> 1' should not return any results. Signed-off-by: Marc V?ron 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 May 5 23:27:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 21:27:37 +0000 Subject: [Koha-bugs] [Bug 16448] Perlcritic errors introduced by 12478 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16448 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Status|Passed QA |Pushed to Master --- Comment #4 from Brendan Gallagher --- Pushed to Master - Should be in the May 2016 Release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 23:28:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 21:28:45 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Status|Passed QA |Pushed to Master --- Comment #7 from Brendan Gallagher --- Pushed to master - Should be in the May 2016 release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 23:41:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 21:41:57 +0000 Subject: [Koha-bugs] [Bug 16453] Elasticsearch tests should be skipped if configuration entry missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Chris Cormack 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 May 5 23:42:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 21:42:00 +0000 Subject: [Koha-bugs] [Bug 16453] Elasticsearch tests should be skipped if configuration entry missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51248|0 |1 is obsolete| | --- Comment #2 from Chris Cormack --- Created attachment 51263 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51263&action=edit Bug 16453: Make Elasticsearch tests be skipped if configuration entry missing The current tests fail to run if the configuration entry is missing. This is problematic on jenkins and should be fixed. To test: - On master, having koha-conf.xml without (or commented) an entry - Run: $ prove t/db_dependent/Koha_ElasticSearch_Indexer.t \ t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t -v => FAIL: Tests fail due to missing configuration entry - Apply the patch - Run: $ prove t/db_dependent/Koha_ElasticSearch_Indexer.t \ t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t -v => SUCCESS: Tests pass, and the ES-configuration-dependent tests are skipped - Have elasticsearch running and the koha-conf.xml entry - Run: $ prove t/db_dependent/Koha_ElasticSearch_Indexer.t \ t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t -v => SUCCESS: Same results as without the patch - Sign off 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 May 5 23:50:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 21:50:59 +0000 Subject: [Koha-bugs] [Bug 16459] New: Adding patrons to a patron card label batch requires 'routing' permission Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16459 Bug ID: 16459 Summary: Adding patrons to a patron card label batch requires 'routing' permission Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger at foundations.edu Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org When adding patrons to a patron card batch using the search for patrons feature, the required permission is 'routing'... which makes no sense. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 23:51:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 21:51:06 +0000 Subject: [Koha-bugs] [Bug 16459] Adding patrons to a patron card label batch requires 'routing' permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16459 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 5 23:57:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 21:57:14 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Katrin Fischer 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 May 5 23:57:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 21:57:17 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51234|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 51264 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51264&action=edit [PASSED QA] Bug 16386 - Replace the use of "onclick" from patron card creator templates This patch removes the use of "onclick" from several patron card creator templates. Events are defined instead in JavaScript. Also changed: - Patron search pop-up window is now slightly larger because I found it never quite large enough to prevent horizontal scrolling. - Replaced "Borrower" with "Patron" in a couple of places. - "Add" link in patron search pop-up is now styled as a Bootstrap button. - Removed Bootstrap styles from some submit buttons. - Some Font Awesome icons were made using the invalid element instead of . These are corrected. - Fixed some other HTML validation errors. To test, apply the patch and go to Tools -> Patron card creator. - Choose New -> Card batch. - Click "Add patrons" and perform a search for patrons in the pop-up window. - Click the "Add" button. The corresponding borrowernumber should be added to the textarea in the parent window, and a message should appear at the top of the pop-up window confirming that the patron has been added. (Note: This patch fixes a version of Bug 13041 which prevented the "add" button from working on patrons whose name include an apostrophe). - In the parent page, in the list of patrons you added to the batch, confirm that clicking the "Delete" link triggers a confirmation dialog. Test both confirming and canceling. - Confirm that clicking the "Export" button next to an individual patron triggers a modal window. - In the export window, confirm that the "Cancel" link works to close the modal. - Click the "Export" button again and then the "Export" button in the modal. - Test that the "Done" button works to close the modal. - Choose Manage -> Card batches. - Test the "Delete" and "Export" buttons as described above. Signed-off-by: Bernardo Gonzalez Kriegel All works, no 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 Fri May 6 00:00:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:00:04 +0000 Subject: [Koha-bugs] [Bug 16453] Elasticsearch tests should be skipped if configuration entry missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- I have problems testing this because I am missing ES dependencies (old Ubuntu still). Can someone else take a look at this please? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 00:01:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:01:27 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Attachment #51264|1 |0 is patch| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 00:01:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:01:47 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51234|1 |0 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 00:02:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:02:00 +0000 Subject: [Koha-bugs] [Bug 16386] Replace the use of "onclick" from patron card creator templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 Katrin Fischer 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 May 6 00:02:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:02:03 +0000 Subject: [Koha-bugs] [Bug 16386] Replace the use of "onclick" from patron card creator templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51189|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 51265 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51265&action=edit [PASSED QA] Bug 16386 - Replace the use of "onclick" from patron card creator templates This patch removes the use of "onclick" from several patron card creator templates. Events are defined instead in JavaScript. Also changed: - Patron search pop-up window is now slightly larger because I found it never quite large enough to prevent horizontal scrolling. - Replaced "Borrower" with "Patron" in a couple of places. - "Add" link in patron search pop-up is now styled as a Bootstrap button. - Removed Bootstrap styles from some submit buttons. - Some Font Awesome icons were made using the invalid element instead of . These are corrected. - Fixed some other HTML validation errors. To test, apply the patch and go to Tools -> Patron card creator. - Choose New -> Card batch. - Click "Add patrons" and perform a search for patrons in the pop-up window. - Click the "Add" button. The corresponding borrowernumber should be added to the textarea in the parent window, and a message should appear at the top of the pop-up window confirming that the patron has been added. (Note: This patch fixes a version of Bug 13041 which prevented the "add" button from working on patrons whose name include an apostrophe). - In the parent page, in the list of patrons you added to the batch, confirm that clicking the "Delete" link triggers a confirmation dialog. Test both confirming and canceling. - Confirm that clicking the "Export" button next to an individual patron triggers a modal window. - In the export window, confirm that the "Cancel" link works to close the modal. - Click the "Export" button again and then the "Export" button in the modal. - Test that the "Done" button works to close the modal. - Choose Manage -> Card batches. - Test the "Delete" and "Export" buttons as described above. Signed-off-by: Bernardo Gonzalez Kriegel All works, no 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 Fri May 6 00:02:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:02:12 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51264|0 |1 is obsolete| | Attachment #51264|0 |1 is patch| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 00:08:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:08:14 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51234|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 51266 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51266&action=edit [PASSED QA] Bug 13041 - Can't add user as manager of basket if name includes a single quote If you are trying to add a user as a manager of a basket in acquisitions, a JavaScript error will be triggered if that user has a single quote in their name (e.g. "O'Neil"). This patch corrects the issue by removing the "onclick" attribute and using the JS change made in Bug 16386. Also changed by this patch: Increased the size of the patron search popup and made a correction to some invalid HTML. To test you should have a patron whose name contains a single quote who is also a user with permission to manage acquisitions. - Apply the patch and go to Acquisitions. - Locate an open basket and view the details for that basket. - In the "Managed by" section, click the "Add user" button to trigger the patron search popup. - Search for the patron described above and click the "Add" button. - In the parent window, the patron you chose should have been added to the "Managed by" section. Tested on top of Bug 16383, behaves as expected. Signed-off-by: Marc V?ron 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 May 6 00:10:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:10:45 +0000 Subject: [Koha-bugs] [Bug 16451] Fix missing body id in orders_by_budget.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451 Katrin Fischer 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 May 6 00:10:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:10:48 +0000 Subject: [Koha-bugs] [Bug 16451] Fix missing body id in orders_by_budget.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51242|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 51267 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51267&action=edit [PASSED QA] Bug 16451: Fix missisng body id in orders_by_budget.tt Bug 11371 introduced a new template, which fails the xt/tt_valid.t tests. To test: - On master, run: $ prove xt/tt_valid.t => FAIL: Tests fail on orders_by_budget.tt - Apply the patch - Run $ prove xt/tt_valid.t => SUCCESS: Tests don't fail on orders_by_budget.tt - Sign off 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 Fri May 6 00:26:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:26:48 +0000 Subject: [Koha-bugs] [Bug 15823] Can still access patron discharge slip without having the syspref on - Permissions breach In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823 Katrin Fischer 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 May 6 00:26:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:26:51 +0000 Subject: [Koha-bugs] [Bug 15823] Can still access patron discharge slip without having the syspref on - Permissions breach In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51133|0 |1 is obsolete| | Attachment #51229|0 |1 is obsolete| | --- Comment #20 from Katrin Fischer --- Created attachment 51268 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51268&action=edit [PASSED QA] Bug 15823: Can still access patron discharge slip without having the syspref on EDIT: Fix for OPAC side EDIT: Comment 10 EDIT: Merge conflicts To test: 1) Ensure syspref useDischarge is disabled 2) Go to /cgi-bin/koha/members/discharge.pl?borrowernumber=X&discharge=1 3) Validate that you are still able to generate a discharge slip for this patron 4) Apply patch and refresh page 5) Confirm that you are redirected to the circulation.pl page for the user and that an error message is there. OPAC SIDE 6) Go to the OPAC 7) Go to /cgi-bin/koha/opac-discharge.pl 8) Confirm you get a message saying discharges are disabled 9) Go to /cgi-bin/koha/opac-discharge.pl?op=request 10) Confirm you see same message Sponsored-by: Catalyst IT Followed test plan, works as expected (both staff client and OPAC). Re-tested, works OK. Signed-off-by: Marc V?ron 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 May 6 00:27:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:27:37 +0000 Subject: [Koha-bugs] [Bug 15823] Can still access patron discharge slip without having the syspref on - Permissions breach In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823 --- Comment #21 from Katrin Fischer --- Created attachment 51269 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51269&action=edit [PASSED QA] Bug 15823: Redirect opac-discharge.pl to 404 page See comment #17: Redirect to 404 in opac-discharge.pl and remove message in template because with the redirect it will never be reached. 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 May 6 00:35:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:35:26 +0000 Subject: [Koha-bugs] [Bug 16414] aqorders.budgetgroup_id has never been used and can be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16414 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA 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 May 6 00:35:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:35:29 +0000 Subject: [Koha-bugs] [Bug 16414] aqorders.budgetgroup_id has never been used and can be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16414 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51120|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 51270 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51270&action=edit [PASSED QA] Bug 16414: Drop aqorders.budgetgroup_id This column has never been used and can be removed. Test plan: 1/ update the schema 2/ prove t/db_dependent/Acquisition.t should return green Signed-off-by: Bernardo Gonzalez Kriegel Test green pre & post patch No 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 Fri May 6 00:35:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:35:58 +0000 Subject: [Koha-bugs] [Bug 16414] aqorders.budgetgroup_id has never been used and can be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16414 --- Comment #4 from Katrin Fischer --- Created attachment 51271 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51271&action=edit Bug 16414: Follow-up - change to kohastructure.sql 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 May 6 00:43:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:43:47 +0000 Subject: [Koha-bugs] [Bug 15919] Batch checkout should show due date in list of checked-out items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15919 Katrin Fischer 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 May 6 00:43:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:43:50 +0000 Subject: [Koha-bugs] [Bug 15919] Batch checkout should show due date in list of checked-out items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15919 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51115|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 51272 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51272&action=edit [PASSED QA] Bug 15919: Batch checkout - Display the due date When an item has been checked out in a batch, the due date will now be displayed in the information column. Test plan: Use the batch checkout to check some items out Confirm that the due date is displayed if the items have been checked out. Signed-off-by: Marc V?ron 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 May 6 00:50:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 22:50:53 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 01:05:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 23:05:20 +0000 Subject: [Koha-bugs] [Bug 16453] Elasticsearch tests should be skipped if configuration entry missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51263|0 |1 is obsolete| | --- Comment #4 from Jesse Weaver --- Created attachment 51273 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51273&action=edit Bug 16453: Make Elasticsearch tests be skipped if configuration entry missing The current tests fail to run if the configuration entry is missing. This is problematic on jenkins and should be fixed. To test: - On master, having koha-conf.xml without (or commented) an entry - Run: $ prove t/db_dependent/Koha_ElasticSearch_Indexer.t \ t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t -v => FAIL: Tests fail due to missing configuration entry - Apply the patch - Run: $ prove t/db_dependent/Koha_ElasticSearch_Indexer.t \ t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t -v => SUCCESS: Tests pass, and the ES-configuration-dependent tests are skipped - Have elasticsearch running and the koha-conf.xml entry - Run: $ prove t/db_dependent/Koha_ElasticSearch_Indexer.t \ t/db_dependent/Koha_SearchEngine_Elasticsearch_Search.t -v => SUCCESS: Same results as without the patch - Sign off Signed-off-by: Chris Cormack Signed-off-by: Jesse Weaver -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 01:05:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 23:05:18 +0000 Subject: [Koha-bugs] [Bug 16453] Elasticsearch tests should be skipped if configuration entry missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Jesse Weaver 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 May 6 01:17:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 23:17:38 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 --- Comment #9 from Katrin Fischer --- Created attachment 51274 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51274&action=edit k -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 01:18:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 23:18:54 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Katrin Fischer 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 May 6 01:18:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 23:18:57 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51147|0 |1 is obsolete| | Attachment #51148|0 |1 is obsolete| | Attachment #51274|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer --- Created attachment 51275 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51275&action=edit [PASSED QA] Bug 16426: Add tests for ModMember - do not update userid 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 Fri May 6 01:19:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 05 May 2016 23:19:43 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 --- Comment #11 from Katrin Fischer --- Created attachment 51276 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51276&action=edit [PASSED QA] Bug 16426: follow-up of bug 15840 - correctly manage userid while inserting patrons Bug 15840 tried to fix a bug but makes things more complicated than it was before. If an userid is not provided for 1 or more rows of the csv file, it should not be updated. However, if a userid is provided and it already used by an other patron, the import should fail for this row (but not crash!). Test plan: 0/ Create a patron with a userid=your_userid 1/ Use the import patron tool to update this userid => userid should have been updated 2/ Update another data and do not provide the userid => data should have been updated and not the userid 3/ Update another data and provide the userid, but set it to an empty string, or '0' => data should have been updated and not the userid 4/ Update another patron, and set userid=your_userid => Update should fail and an error whouls be displayed ("already used by another patron") 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 Fri May 6 05:42:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 03:42:37 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |brendan at bywatersolutions.co | |m --- Comment #12 from Brendan Gallagher --- Pushed To Master - Should be in the May 2016 Release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 05:47:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 03:47:35 +0000 Subject: [Koha-bugs] [Bug 16453] Elasticsearch tests should be skipped if configuration entry missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Status|Passed QA |Pushed to Master --- Comment #5 from Brendan Gallagher --- Pushed To Master - Should be in the May 2016 Release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 05:48:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 03:48:35 +0000 Subject: [Koha-bugs] [Bug 16451] Fix missing body id in orders_by_budget.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |brendan at bywatersolutions.co | |m --- Comment #4 from Brendan Gallagher --- Pushed To Master - Should be in the May 2016 Release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 06:07:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 04:07:57 +0000 Subject: [Koha-bugs] [Bug 16414] aqorders.budgetgroup_id has never been used and can be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16414 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Status|Passed QA |Pushed to Master --- Comment #5 from Brendan Gallagher --- Pushed to Master - Should be in the May 2016 Release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 06:20:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 04:20:27 +0000 Subject: [Koha-bugs] [Bug 15919] Batch checkout should show due date in list of checked-out items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15919 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |brendan at bywatersolutions.co | |m --- Comment #4 from Brendan Gallagher --- Pushed to Master - Should be in the May 2016 Release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 06:21:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 04:21:39 +0000 Subject: [Koha-bugs] [Bug 15823] Can still access patron discharge slip without having the syspref on - Permissions breach In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brendan at bywatersolutions.co | |m Status|Passed QA |Pushed to Master --- Comment #22 from Brendan Gallagher --- Pushed to Master - Should be in the May 2016 Release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 06:23:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 04:23:33 +0000 Subject: [Koha-bugs] [Bug 16386] Replace the use of "onclick" from patron card creator templates In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16386 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |brendan at bywatersolutions.co | |m --- Comment #4 from Brendan Gallagher --- Pushed to Master - Should be in the May 2016 Release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 06:24:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 04:24:54 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Brendan Gallagher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |brendan at bywatersolutions.co | |m --- Comment #5 from Brendan Gallagher --- Pushed to Master - Should be in the May 2016 Release. Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 08:01:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 06:01:14 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #5 from Katrin Fischer --- If one of you could tell that Jonathan's patch works (sign off on it), this would help to get the fix into Koha :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 08:06:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 06:06:00 +0000 Subject: [Koha-bugs] [Bug 7706] AuthorisedValueImages not displaying all images on the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7706 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|Patch doesn't apply |RESOLVED --- Comment #16 from Katrin Fischer --- AuthorisedValueImages has been removed from the code recently - which makes this bug invalid. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 08:07:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 06:07:03 +0000 Subject: [Koha-bugs] [Bug 16393] mysql error 1171 in Web installer Step 3 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16393 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16402 --- Comment #5 from Katrin Fischer --- Please take a look at bug 16402 for a possible 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 Fri May 6 08:07:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 06:07:03 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16393 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 08:11:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 06:11:09 +0000 Subject: [Koha-bugs] [Bug 16276] When automatically deleting expired borrowers, make sure they didn't log them selves recently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|When automatically |When automatically deleting |suppressing expired |expired borrowers, make |borrowers, make sure they |sure they didn't log them |didn't log them selves |selves recently |recently | 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 May 6 10:41:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 08:41:08 +0000 Subject: [Koha-bugs] [Bug 16330] REST API: add routes to add, update and delete patrons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=13738 -- You are receiving 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 May 6 10:41:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 08:41:08 +0000 Subject: [Koha-bugs] [Bug 13738] Add RESTful Borrower service In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13738 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |benjamin.rokseth at kul.oslo.k | |ommune.no See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16330 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 12:44:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 10:44:59 +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 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51030|0 |1 is obsolete| | --- Comment #133 from Benjamin Rokseth --- Created attachment 51277 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51277&action=edit Bug 14695 - Update database Signed-off-by: Nick Clemens Signed-off-by: Jason M. Burds Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 12:45:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 10:45:10 +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 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51031|0 |1 is obsolete| | --- Comment #134 from Benjamin Rokseth --- Created attachment 51278 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51278&action=edit Bug 14695 - Update DB Schema file Signed-off-by: Nick Clemens Signed-off-by: Jason M. Burds Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 12:45:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 10:45:18 +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 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51032|0 |1 is obsolete| | --- Comment #135 from Benjamin Rokseth --- Created attachment 51279 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51279&action=edit Bug 14695 - Add new circulation rule Signed-off-by: Nick Clemens Signed-off-by: Jason M. Burds Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 12:45:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 10:45:28 +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 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51033|0 |1 is obsolete| | --- Comment #136 from Benjamin Rokseth --- Created attachment 51280 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51280&action=edit Bug 14695 - Tidy C4::Reserves::CanItemBeReserved Signed-off-by: Nick Clemens Signed-off-by: Jason M. Burds Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 12:45:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 10:45:36 +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 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51034|0 |1 is obsolete| | --- Comment #137 from Benjamin Rokseth --- Created attachment 51281 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51281&action=edit Bug 14695 - Add ability to place multiple item holds on a given record per patron Signed-off-by: Nick Clemens Signed-off-by: Jason M. Burds Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 12:45:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 10:45:46 +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 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51035|0 |1 is obsolete| | --- Comment #138 from Benjamin Rokseth --- Created attachment 51282 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51282&action=edit Bug 14695 [QA Followup] - Filling one hold fills all of them Signed-off-by: Nick Clemens Signed-off-by: Jason M. Burds Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 12:45:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 10:45:55 +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 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51036|0 |1 is obsolete| | --- Comment #139 from Benjamin Rokseth --- Created attachment 51283 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51283&action=edit Bug 14695 [QA Followup] - Make existing unit tests pass * Removes tests no longer needed * Updates rules to work with existing tests * Fixes code issues revealed by unit tests Signed-off-by: Nick Clemens Signed-off-by: Jason M. Burds Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 12:46:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 10:46:03 +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 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51037|0 |1 is obsolete| | --- Comment #140 from Benjamin Rokseth --- Created attachment 51284 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51284&action=edit Bug 14695 [QA Followup] - Fix clearing of all holds by patron at checkout Signed-off-by: Nick Clemens Signed-off-by: Jason M. Burds Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 12:46:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 10:46:12 +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 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51038|0 |1 is obsolete| | --- Comment #141 from Benjamin Rokseth --- Created attachment 51285 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51285&action=edit Bug 14695 - Warn librarian if max_holds_per_record is reached Signed-off-by: Jason M. Burds Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 12:46:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 10:46:19 +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 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51039|0 |1 is obsolete| | --- Comment #142 from Benjamin Rokseth --- Created attachment 51286 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51286&action=edit Bug 14695 - Don't use holds_to_place_count when checking an item. This fix the following bug: If you select 2 in "Holds to place (count)" and finally check an item, so you get 2 holds for the same item. Signed-off-by: Jason M. Burds Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 12:46:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 10:46:27 +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 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51040|0 |1 is obsolete| | --- Comment #143 from Benjamin Rokseth --- Created attachment 51287 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51287&action=edit Bug 14695 [QA Followup] - Fix method names 'type' to '_type' Signed-off-by: Jason M. Burds Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 12:46:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 10:46:34 +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 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51041|0 |1 is obsolete| | --- Comment #144 from Benjamin Rokseth --- Created attachment 51288 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51288&action=edit Bug 14695: Fix typo in template Signed-off-by: Jason M. Burds Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 12:46:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 10:46:42 +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 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51042|0 |1 is obsolete| | --- Comment #145 from Benjamin Rokseth --- Created attachment 51289 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51289&action=edit Bug 14695 [QA Followup] - Disable "Holds to place (count)" unless "Hold next available item" is checked Signed-off-by: Jason M. Burds Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 13:20:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 11:20:53 +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 #13 from Benjamin Rokseth --- 1 out of 7 hunks FAILED -- saving rejects to file opac/opac-reserve.pl.rej ... 2 out of 3 hunks FAILED -- saving rejects to file reserve/placerequest.pl.rej seems to conflict with Bug 15533 - Allow patrons and librarians to select itemtype when placing holds pushed recently? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 14:37:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 12:37:04 +0000 Subject: [Koha-bugs] [Bug 16460] New: Update MARC21 frameworks to Update No. 22 (April 2016) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 Bug ID: 16460 Summary: Update MARC21 frameworks to Update No. 22 (April 2016) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Bibliographic data support Assignee: gmcharlt at gmail.com Reporter: bgkriegel at gmail.com QA Contact: testopia at bugs.koha-community.org New update: few new subfields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 14:41:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 12:41:38 +0000 Subject: [Koha-bugs] [Bug 16461] New: Add some information (branch and barcode) in fine description for overdue Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16461 Bug ID: 16461 Summary: Add some information (branch and barcode) in fine description for overdue Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons 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 Some libraries need to display item's branch code and barcode number in each fine line, set for overdues. This way librarian avoid making a mistake and collect a fine for an item that belongs to another branch. -- You are receiving 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 May 6 15:14:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 13:14:38 +0000 Subject: [Koha-bugs] [Bug 3534] Patron quick add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Patch doesn't apply --- Comment #30 from Owen Leonard --- Nick, could I get you to rebase your patches? After that I'll see about fixing up mine. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 15:22:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 13:22:20 +0000 Subject: [Koha-bugs] [Bug 5620] Capture Mode of payment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5620 --- Comment #5 from R?mi Mayrand-Provencher --- Created attachment 51290 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51290&action=edit bug 5620 - Capture Mode of payment, receipt number and notes in pay fines. -- 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 May 6 15:27:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 13:27:40 +0000 Subject: [Koha-bugs] [Bug 5620] Capture Mode of payment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5620 R?mi Mayrand-Provencher changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |remi.mayrand-provencher at inL | |ibro.com Status|ASSIGNED |Needs Signoff -- 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 May 6 15:28:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 13:28:41 +0000 Subject: [Koha-bugs] [Bug 5620] Capture Mode of payment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5620 R?mi Mayrand-Provencher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2997|0 |1 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 Fri May 6 15:29:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 13:29:36 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |g.meyer at esgbonn.de --- Comment #6 from Jonathan Druart --- *** Bug 16393 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 May 6 15:29:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 13:29:36 +0000 Subject: [Koha-bugs] [Bug 16393] mysql error 1171 in Web installer Step 3 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16393 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #6 from Jonathan Druart --- *** This bug has been marked as a duplicate of bug 16402 *** -- You are receiving 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 May 6 15:51:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 13:51:43 +0000 Subject: [Koha-bugs] [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 --- Comment #1 from Bernardo Gonzalez Kriegel --- Created attachment 51291 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51291&action=edit Bug 16460: Update MARC21 frameworks to Update No. 22 (April 2016) Update No. 22 Bibliographic New 382$r, 382$t, 753$0, 753$2 Modified 382$e Authority New 382$r, 382$t Modified 382$e Also added final 'S' on 654 description To test: 1) Remove all your frameworks 2) Check mandatory bibliographic and authority files load without problem 3) Check new fields/subfields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 15:54:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 13:54:06 +0000 Subject: [Koha-bugs] [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch Assignee|gmcharlt at gmail.com |bgkriegel at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:03:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:03:14 +0000 Subject: [Koha-bugs] [Bug 16336] UX of holds patron search with long lists of results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16336 --- Comment #1 from Owen Leonard --- Created attachment 51292 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51292&action=edit Bug 16336 - UX of holds patron search with long lists of results Bug 15793 made a change to an interface which is also found in the place hold template. This patch creates a new include file to be used by both circulation.tt and request.tt so that these pages do not diverge. In the process, this patch removes some markup and JavaScript which was made obsolete by Bug 15793 and should have been removed. This patch also revises the sorting of the results table so that the patron name is sortable (Bug 16334) and the default sort is on card number (matching 3.20.x and 3.22.x). To test: In Circulation: - Perform a search by name for a patron which will return multiple search results. - The table of results which displays should look correct and work correctly, including DataTables sorting. - Clicking any table row should forward you to the checkout page for that patron. In the catalog: - Locate and place a hold on a title. - When prompted to select a patron to place the hold for, perform a search by name which will return multiple results. - Confirm that the table of patron results looks correct and works correctly. - Clicking any table row should forward you to the place hold page for that patron and the title you selected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:04:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:04:04 +0000 Subject: [Koha-bugs] [Bug 16336] UX of holds patron search with long lists of results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16336 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|16334 | Blocks| |16334 Status|ASSIGNED |Needs Signoff Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16334 [Bug 16334] Cannot sort checkout search by name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:04:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:04:04 +0000 Subject: [Koha-bugs] [Bug 16334] Cannot sort checkout search by name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16334 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|16336 | Depends on| |16336 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16336 [Bug 16336] UX of holds patron search with long lists of results -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:05:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:05:52 +0000 Subject: [Koha-bugs] [Bug 16334] Cannot sort checkout search by name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16334 --- Comment #8 from Owen Leonard --- Instead of resubmitting this patch, I'm incorporating a corrected fix into Bug 16336, "UX of holds patron search with long lists of results." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:08:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:08:02 +0000 Subject: [Koha-bugs] [Bug 16334] Cannot sort checkout search by name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16334 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |BLOCKED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:14:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:14:23 +0000 Subject: [Koha-bugs] [Bug 16462] New: Change default sorting of circulation patron search results to patron name Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16462 Bug ID: 16462 Summary: Change default sorting of circulation patron search results to patron name Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Depends on: 16336 At some point in the past the sorting of patron search results in circulation (checkout and placing holds) changed from being sorted by name to being sorted by card number. I think sorting by name is more useful in these interfaces. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16336 [Bug 16336] UX of holds patron search with long lists of results -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:14:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:14:23 +0000 Subject: [Koha-bugs] [Bug 16336] UX of holds patron search with long lists of results In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16336 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16462 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16462 [Bug 16462] Change default sorting of circulation patron search results to patron name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:20:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:20:31 +0000 Subject: [Koha-bugs] [Bug 16450] Remove the use of "onclick" from guarantor search template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450 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 May 6 16:20:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:20:35 +0000 Subject: [Koha-bugs] [Bug 16450] Remove the use of "onclick" from guarantor search template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51252|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51293 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51293&action=edit Bug 16450 - Remove the use of "onclick" from guarantor search template This patch updates the guarantor search template so that event definition is done in the script rather than in an onclick attribute. This patch also increases the size of the popup window to help prevent the need for horizontal scrolling and adds Bootstrap style to the "select" button. To test, apply the patch and clear your browser cache if necessary. - Go to Patrons and add a patron with a "child" category type. - In the "Guarantor information" section, click the "Set to patron" button. - In the pop-up window, search for a patron. - Click the "Select" button next to a patron. - The window should close, and the patron you selected should now appear as the guarantor. The guarantor's address information should be added to the "Main address" section. Tested on top of Bug 13041 and Bug 16386, works as expected, however see Bug 16458 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 May 6 16:24:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:24:28 +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 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #146 from Jonathan Druart --- (In reply to Kyle M Hall from comment #132) > (In reply to Benjamin Daeuber from comment #131) > > 1. It appears staff can place item level holds when this feature is on, > > regardless of whether item level holds are allowed. We tested on Wednesday, > > and it appears Nicole has already identified this. > > I'll look into this! What about this point? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:30:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:30:33 +0000 Subject: [Koha-bugs] [Bug 16437] Automatic item modifications by age needs prettying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16437 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #4 from Jonathan Druart --- 1/ The age field is not mandatory 2/ The right member of the substitutions is not mandatory (you could empty it) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:31:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:31:57 +0000 Subject: [Koha-bugs] [Bug 16437] Automatic item modifications by age needs prettying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16437 --- Comment #5 from Jonathan Druart --- 3/ "Remove condition/substitution" moves the scrollbar to the top -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:32:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:32:43 +0000 Subject: [Koha-bugs] [Bug 16437] Automatic item modifications by age needs prettying In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16437 --- Comment #6 from Jonathan Druart --- (In reply to Jonathan Druart from comment #5) > 3/ "Remove condition/substitution" moves the scrollbar to the top Also "Remove this rule" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:36:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:36:25 +0000 Subject: [Koha-bugs] [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51291|0 |1 is obsolete| | --- Comment #2 from H?ctor Eduardo Castro Avalos --- Created attachment 51294 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51294&action=edit [SIGNED-OFF]Bug 16460: Update MARC21 frameworks to Update No. 22 (April 2016) Update No. 22 Bibliographic New 382$r, 382$t, 753$0, 753$2 Modified 382$e Authority New 382$r, 382$t Modified 382$e Also added final 'S' on 654 description To test: 1) Remove all your frameworks 2) Check mandatory bibliographic and authority files load without problem 3) Check new fields/subfields Signed-off-by: Hector Castro Works as advertised -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:36:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:36:39 +0000 Subject: [Koha-bugs] [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hector.hecaxmmx at gmail.com 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 May 6 16:50:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:50:32 +0000 Subject: [Koha-bugs] [Bug 16463] New: OPAC discharge page should warn the user about checkouts before they request Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16463 Bug ID: 16463 Summary: OPAC discharge page should warn the user about checkouts before they request Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/opac-discharge.pl OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org If you have checkouts you cannot request a discharge. The "ask for a discharge" page on the OPAC should warn the user about their checkouts instead of waiting to do so until after they have clicked on the "ask for a discharge" link. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:50:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:50:43 +0000 Subject: [Koha-bugs] [Bug 16458] Setting to guarantor: JavaScript error form.branchcode is undefined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16458 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart --- It's a tricky one, the JS error occurs because the libraries select is not displayed in the page. Should we update the library even if it's not displayed? -- You are receiving 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 May 6 16:57:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:57:44 +0000 Subject: [Koha-bugs] [Bug 16459] Adding patrons to a patron card label batch requires 'routing' permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16459 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 Fri May 6 16:57:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:57:47 +0000 Subject: [Koha-bugs] [Bug 16459] Adding patrons to a patron card label batch requires 'routing' permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16459 --- Comment #1 from Jonathan Druart --- Created attachment 51295 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51295&action=edit Bug 16459: Add patron to a patron card requires catalogue permission Currently, serials => 'routing' is required, which does not make any sense. It's a copy/paste error when this file has been created (you can blame me). Note that I am not sure catalogue is the correct permission, but it's the one used almost everywhere in this module Test plan: Confirm that catalogue is enough to search for patrons to add to a patron card. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 16:57:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:57:55 +0000 Subject: [Koha-bugs] [Bug 16459] Adding patrons to a patron card label batch requires 'routing' permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16459 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|cnighswonger at foundations.ed |jonathan.druart at bugs.koha-c |u |ommunity.org 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 Fri May 6 16:58:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 14:58:32 +0000 Subject: [Koha-bugs] [Bug 16464] New: If a patron has been discharged, show a message in the OPAC Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16464 Bug ID: 16464 Summary: If a patron has been discharged, show a message in the OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/opac-discharge.pl OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org When a patron is discharged a restriction is added to their account. In the OPAC this triggers the default warning about the account being frozen. If the restriction is for a discharge a different message should be shown, with a link to the discharge. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 17:02:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 15:02:54 +0000 Subject: [Koha-bugs] [Bug 16465] New: OPAC discharge page has no title tag Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16465 Bug ID: 16465 Summary: OPAC discharge page has no title tag Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/opac-discharge.pl OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org The OPAC discharge page should have a title tag. It should also use the word "checkouts" instead of "issues." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 17:15:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 15:15:52 +0000 Subject: [Koha-bugs] [Bug 12402] Show more on pending patron modification requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12402 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|show more on pending patron |Show more on pending patron |requests |modification requests -- You are receiving 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 May 6 17:17:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 15:17:53 +0000 Subject: [Koha-bugs] [Bug 12402] Show more on pending patron modification requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12402 --- Comment #2 from Owen Leonard --- Looks like the only part of this bug which hasn't already been fixed is the patron category. -- You are receiving 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 May 6 17:31:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 15:31:19 +0000 Subject: [Koha-bugs] [Bug 16466] New: Patron discharge page should show pending requests Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16466 Bug ID: 16466 Summary: Patron discharge page should show pending requests Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/members/discharge.pl OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com If a patron has requested a discharge via the OPAC, that request does not show up on their discharge page in the staff client. I think it should. -- You are receiving 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 May 6 17:35:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 15:35:24 +0000 Subject: [Koha-bugs] [Bug 16467] New: Discharge requests pending count should appear on patrons home page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16467 Bug ID: 16467 Summary: Discharge requests pending count should appear on patrons home page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Currently the "Discharge requests pending" count appears only on the staff client home page. Like the count of patrons requesting modification, the discharge request count should also appear on the patrons home page (members-home.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 May 6 18:14:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 16:14:27 +0000 Subject: [Koha-bugs] [Bug 16337] Remove the use of "onclick" from the stage MARC records template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16337 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16468 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16468 [Bug 16468] Remove last "onclick" from the stage MARC records template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 18:14:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 16:14:27 +0000 Subject: [Koha-bugs] [Bug 16468] New: Remove last "onclick" from the stage MARC records template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16468 Bug ID: 16468 Summary: Remove last "onclick" from the stage MARC records template Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/tools/stage-marc-import.pl OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Tools Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle at bywatersolutions.com, testopia at bugs.koha-community.org, veron at veron.ch Depends on: 16337 There is one more instance of "onclick" in stage-marc-import.tt which I didn't catch in Bug 16337 somehow. It can be removed in favor of defining events in the JavaScript. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16337 [Bug 16337] Remove the use of "onclick" from the stage MARC records template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 18:26:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 16:26:53 +0000 Subject: [Koha-bugs] [Bug 16468] Remove last "onclick" from the stage MARC records template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16468 Owen Leonard 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 May 6 18:26:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 16:26:55 +0000 Subject: [Koha-bugs] [Bug 16468] Remove last "onclick" from the stage MARC records template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16468 --- Comment #1 from Owen Leonard --- Created attachment 51296 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51296&action=edit Bug 16468 - Remove last "onclick" from the stage MARC records template This patch reviseds the stage MARC records template, removing one more "onclick" attribute from the markup and defining that event in the script. This patch also corrects a missing quotation mark in the HTML. I have done some reindentation to that section. To test, apply the patch and go to Tools -> Stage MARC records for import. - Select a MARC file for import. - Click the "Upload file" button. - Click the "Stage for import" button. Your import should be correctly staged. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 18:42:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 16:42:03 +0000 Subject: [Koha-bugs] [Bug 16469] New: Remove the use of "onclick" from some catalog pages Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16469 Bug ID: 16469 Summary: Remove the use of "onclick" from some catalog pages Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Two catalog-related templates contain the use of "onclick" and should be modified to remove it: catalogue/results.tt and catalogue/imageviewer.tt. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 18:45:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 16:45:33 +0000 Subject: [Koha-bugs] [Bug 16249] Zebra-specific tests should pass with ES disabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16249 --- Comment #5 from Owen Leonard --- Created attachment 51297 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51297&action=edit Bug 16469 - Remove the use of "onclick" from some catalog pages This patch removes the use of "onclick" attributes from two catalog-related templates: The local cover image viewer and the search results page. Events are now defined in JavaScript. To test: On the search results page: - Perform a catalog search which will return multiple results. - On the search results page, confirm that the "Select all" and "Clear all" links at the top of the results table work correctly. In the local cover image viewer: - The LocalCoverImages and AllowMultipleCovers system preferences must enabled, and at least one catalog record must have at least two local cover images attached. - Locate that record in the catalog and view the detail page for it. - Click the cover image in the "Images" tab to go to the image viewer page. - Clicking each local cover image thumnail should correctly display the larger version of each image. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 18:46:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 16:46:46 +0000 Subject: [Koha-bugs] [Bug 16249] Zebra-specific tests should pass with ES disabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16249 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51297|0 |1 is obsolete| | --- Comment #6 from Owen Leonard --- Comment on attachment 51297 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51297 Bug 16469 - Remove the use of "onclick" from some catalog pages Sorry, git-bz typo. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 18:47:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 16:47:27 +0000 Subject: [Koha-bugs] [Bug 16469] Remove the use of "onclick" from some catalog pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16469 Owen Leonard 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 Fri May 6 18:47:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 16:47:29 +0000 Subject: [Koha-bugs] [Bug 16469] Remove the use of "onclick" from some catalog pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16469 --- Comment #1 from Owen Leonard --- Created attachment 51298 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51298&action=edit Bug 16469 - Remove the use of "onclick" from some catalog pages This patch removes the use of "onclick" attributes from two catalog-related templates: The local cover image viewer and the search results page. Events are now defined in JavaScript. To test: On the search results page: - Perform a catalog search which will return multiple results. - On the search results page, confirm that the "Select all" and "Clear all" links at the top of the results table work correctly. In the local cover image viewer: - The LocalCoverImages and AllowMultipleCovers system preferences must enabled, and at least one catalog record must have at least two local cover images attached. - Locate that record in the catalog and view the detail page for it. - Click the cover image in the "Images" tab to go to the image viewer page. - Clicking each local cover image thumnail should correctly display the larger version of each image. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 19:27:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 17:27:26 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 Chris Kirby changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christopherlawrencekirby at gm | |ail.com --- Comment #11 from Chris Kirby --- I have applied the patches. However, I am seeing a "Please transfer item to" message when I check in a book where patron home library and checkin library are the same. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 20:26:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 18:26:23 +0000 Subject: [Koha-bugs] [Bug 16470] New: Update MARC21 es-ES frameworks to Update 22 (April 2016) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16470 Bug ID: 16470 Summary: Update MARC21 es-ES frameworks to Update 22 (April 2016) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Bibliographic data support Assignee: gmcharlt at gmail.com Reporter: bgkriegel at gmail.com QA Contact: testopia at bugs.koha-community.org Follow EN update on Bug 16460 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 20:28:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 18:28:59 +0000 Subject: [Koha-bugs] [Bug 16470] Update MARC21 es-ES frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16470 --- Comment #1 from Bernardo Gonzalez Kriegel --- Created attachment 51299 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51299&action=edit Bug 16470: Same test plan of Bug 16460 To test: 1) Remove all your frameworks 2) Check mandatory bibliographic and authority files load without problem, for es-ES files 3) Check new fields/subfields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 20:29:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 18:29:55 +0000 Subject: [Koha-bugs] [Bug 16470] Update MARC21 es-ES frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16470 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch CC| |hector.hecaxmmx at gmail.com Assignee|gmcharlt at gmail.com |bgkriegel at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 22:00:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 20:00:05 +0000 Subject: [Koha-bugs] [Bug 15816] Timeout login redirects to home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816 Jesse Weaver 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 Fri May 6 22:00:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 20:00:08 +0000 Subject: [Koha-bugs] [Bug 15816] Timeout login redirects to home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816 --- Comment #7 from Jesse Weaver --- Created attachment 51300 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51300&action=edit Bug 15816: Redirect back to correct page after login This uses a hacky but simple method to get the correct script name under proxied packaged Plack. Test plan: 1) Log out of both the OPAC and staff side. 2) Try to access a page that requires login (opac-reserve.pl is a good one for the OPAC), then log in. 3) You will be redirected back to mainpage.pl or opac-user.pl. 4) Repeat above for both staff side and OPAC. 5) Apply patch. 6) Repeat steps 1-4; you should be redirected back to the original page you were on. 7) Repeat the above for both a traditional CGI and kohadevbox/package Plack installation. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 22:00:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 20:00:54 +0000 Subject: [Koha-bugs] [Bug 15816] Timeout login redirects to home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|tomascohen at gmail.com |jweaver at bywatersolutions.co | |m --- Comment #8 from Jesse Weaver --- This isn't a beautiful fix, but works around the problem without requiring Apache config changes or new Perl modules. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 22:29:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 20:29:59 +0000 Subject: [Koha-bugs] [Bug 16458] Setting to guarantor: JavaScript error form.branchcode is undefined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16458 --- Comment #2 from Marc V?ron --- (In reply to Jonathan Druart from comment #1) > It's a tricky one, the JS error occurs because the libraries select is not > displayed in the page. Should we update the library even if it's not > displayed? I think it should be consistent. If it's updated if you reach the form via the toolbar Edit it should be updated as well if you go via the "Edit" link. Or it should not be updated in both ways. Maybe there are more values that are not consitently updated? -- You are receiving 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 May 6 22:46:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 20:46:16 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Bernardo Gonzalez Kriegel 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 May 6 22:46:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 20:46:19 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51235|0 |1 is obsolete| | --- Comment #7 from Bernardo Gonzalez Kriegel --- Created attachment 51301 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51301&action=edit [SIGNED-OFF] Bug 16402: Make kohastructure.sql valid for MySQL v5.7 A primary key should not contain null value, and MySQL v5.7 is now more strict and won't accept our errors in the DB structure. Test plan: mysql < installer/data/mysql/kohastructure.sql should work using MySQL v5.7 QA: - letter.branchcode should not be NULL, the default (all) is an empty string - permissions.code should not be NULL, it's always a string Signed-off-by: Bernardo Gonzalez Kriegel Clean install of Ubuntu 16.05, MySQL 5.7.11 kohastructure.sql loads ok, just one warning No errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 23:19:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 21:19:26 +0000 Subject: [Koha-bugs] [Bug 16470] Update MARC21 es-ES frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16470 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51299|0 |1 is obsolete| | --- Comment #2 from H?ctor Eduardo Castro Avalos --- Created attachment 51302 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51302&action=edit Bug 16470: Update MARC21 es-ES frameworks to Update 22 (April 2016) Same test plan of Bug 16460 To test: 1) Remove all your frameworks 2) Check mandatory bibliographic and authority files load without problem, for es-ES files 3) Check new fields/subfields Signed-off-by: Hector Castro es-ES frameworks updated -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 23:19:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 21:19:52 +0000 Subject: [Koha-bugs] [Bug 16470] Update MARC21 es-ES frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16470 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Depends on| |16460 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 6 23:19:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 21:19:52 +0000 Subject: [Koha-bugs] [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16470 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16470 [Bug 16470] Update MARC21 es-ES frameworks to Update 22 (April 2016) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 7 00:00:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 22:00:27 +0000 Subject: [Koha-bugs] [Bug 13895] Add API routes for checkouts retrieval and renewal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13895 --- Comment #12 from Benjamin Rokseth --- Rebased against master with Bug 15126 and Bug 13903. Also fixed tests failing above due to missing branchcode in AddIssue and calculated duedate on renewal. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 7 00:01:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 22:01:58 +0000 Subject: [Koha-bugs] [Bug 13895] Add API routes for checkouts retrieval and renewal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13895 Benjamin Rokseth changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50021|0 |1 is obsolete| | --- Comment #13 from Benjamin Rokseth --- Created attachment 51303 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51303&action=edit Bug 13895: Add API routes for checkouts retrieval and renewal GET /checkouts?borrowernumber={borrowernumber} GET /checkouts/{checkout_id} PUT /checkouts/{checkout_id} + unit tests in t/db_dependent/api/v1/checkouts.t Test plan: 1. Open a browser tab on Koha staff and log in (to create CGISESSID cookie). You should have permission circulate_remaining_permissions. 2. Go to http://yourlibrary/api/v1/checkouts?borrowernumber=XXX (replace XXX with a borrowernumber that has checkouts) and check you receive correct data 3. Go to http://yourlibrary/api/v1/checkouts/YYY (replace YYY with an existing checkout id) and check you receive correct data 4. Send PUT requests to http://yourlibrary/api/v1/checkouts/YYY until the maximum number of renewals is reached (you should have a 403 error) 5. Run unit tests in t/db_dependent/api/v1/checkouts.t Depends on bug 15126 Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 7 00:02:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 06 May 2016 22:02:24 +0000 Subject: [Koha-bugs] [Bug 13895] Add API routes for checkouts retrieval and renewal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13895 Benjamin Rokseth 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 May 7 10:44:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 07 May 2016 08:44:15 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 --- Comment #8 from g.meyer at esgbonn.de --- (In reply to Richard Gardner from comment #4) > Hey there, > > Was having this same problem. Just wanted to give you all a shout-out for > the fix. Was having trouble locating the file but eventually got it all > worked out. > > Still ended up getting:: > > mysql: [Warning] Using a password on the command line interface can be > insecure. > > but I found a workaround for that and now i've created and access the staff > interface via command line. I am still having some trouble connecting via > web-browser, but I suspect it's because I just set my nameservers up earlier > today and they haven't had time to propagate. I hope that is the "problem" > at least. > > Otherwise I may need to figure out my host files, .conf files, or the proper > settings for my server's DNS manager. > > Anyway, thanks again. Hello Richard, I did not find the file. Could you please give me a hint? Thanks -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 7 13:54:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 07 May 2016 11:54:32 +0000 Subject: [Koha-bugs] [Bug 16471] New: Translatability: Fix issues in opac-password-recovery.tt Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16471 Bug ID: 16471 Summary: Translatability: Fix issues in opac-password-recovery.tt Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: I18N/L10N Assignee: koha-bugs at lists.koha-community.org Reporter: veron at veron.ch QA Contact: testopia at bugs.koha-community.org CC: frederic at tamil.fr Fix sentence-splitting by a-tags. -- You are receiving 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 May 7 14:09:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 07 May 2016 12:09:27 +0000 Subject: [Koha-bugs] [Bug 16471] Translatability: Fix issues in opac-password-recovery.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16471 --- Comment #1 from Marc V?ron --- Created attachment 51304 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51304&action=edit Bug 16471: Translatability: Fix issues in opac-password-recovery.tt This patch fixes issues with the translatability of opac-password-recovery.tt To test: - Apply patch - Verify that text changes make 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 Sat May 7 14:10:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 07 May 2016 12:10:29 +0000 Subject: [Koha-bugs] [Bug 16471] Translatability: Fix issues in opac-password-recovery.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16471 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|NEW |Needs Signoff Assignee|koha-bugs at lists.koha-commun |veron at veron.ch |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 May 8 09:51:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 07:51:25 +0000 Subject: [Koha-bugs] [Bug 12027] Shibboleth authentication for staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12027 Theodoros Theodoropoulos changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |theod at lib.auth.gr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 11:08:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 09:08:46 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major --- Comment #9 from Katrin Fischer --- Upping severity as this blocks people from being able to install Koha. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 11:10:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 09:10:14 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gmcharlt at gmail.com Assignee|nengard at gmail.com |koha-bugs at lists.koha-commun | |ity.org Component|About |Installation and upgrade | |(web-based installer) Version|unspecified |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 Sun May 8 11:13:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 09:13:53 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 --- Comment #10 from Katrin Fischer --- Hm, I think this will work for new installations, but shouldn't we change existing ones to match? -- You are receiving 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 May 8 11:24:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 09:24:29 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed 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 Sun May 8 11:25:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 09:25:26 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51301|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer --- Created attachment 51305 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51305&action=edit [PASSED QA] Bug 16402: Make kohastructure.sql valid for MySQL v5.7 A primary key should not contain null value, and MySQL v5.7 is now more strict and won't accept our errors in the DB structure. Test plan: mysql < installer/data/mysql/kohastructure.sql should work using MySQL v5.7 QA: - letter.branchcode should not be NULL, the default (all) is an empty string - permissions.code should not be NULL, it's always a string Signed-off-by: Bernardo Gonzalez Kriegel Clean install of Ubuntu 16.05, MySQL 5.7.11 kohastructure.sql loads ok, just one warning No errors 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 May 8 11:42:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 09:42:15 +0000 Subject: [Koha-bugs] [Bug 16471] Translatability: Fix issues in opac-password-recovery.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16471 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 May 8 11:42:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 09:42:18 +0000 Subject: [Koha-bugs] [Bug 16471] Translatability: Fix issues in opac-password-recovery.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16471 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51304|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer --- Created attachment 51306 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51306&action=edit Bug 16471: Translatability: Fix issues in opac-password-recovery.tt This patch fixes issues with the translatability of opac-password-recovery.tt To test: - Apply patch - Verify that text changes make sense. 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 May 8 12:45:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 10:45:45 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 --- Comment #18 from Katrin Fischer --- Hi Hector, thx a lot for taking the time to work on this! Reading the XSLT is quite hard, but in my tests it looked alright. I am not sure this was the way of fix Winona had thought of - I'd love to get her opinion. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 12:57:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 10:57:49 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #19 from Katrin Fischer --- Is it intentional to not display 100$t any longer with this patch? Can you please check? It displays without this patch, 700$t displays with and without, but sequence is fixed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 13:18:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 11:18:45 +0000 Subject: [Koha-bugs] [Bug 16259] More: Replace CGI->param with CGI->multi_param in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16259 Katrin Fischer 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 Sun May 8 13:18:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 11:18:48 +0000 Subject: [Koha-bugs] [Bug 16259] More: Replace CGI->param with CGI->multi_param in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16259 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50986|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 51307 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51307&action=edit [PASSED QA] Bug 16259: Replace CGI->param with CGI->multi_param in list context - part 2 This patch is a follow-up of bug 16154. It removes the warning "CGI::param called in list context" in the following scripts: admin/branches.pl admin/categories.pl admin/patron-attr-types.pl admin/preferences.pl catalogue/image.pl circ/circulation.pl patroncards/add_user_search.pl serials/add_user_search.pl tools/marc_modification_templates.pl virtualshelves/shelves.pl Note that the warning from catalogue/itemsearch.pl still exists (the call to CGI->param is done from the template). Test plan: - Add/modify a library, patron category, patron attr type - Update a syspref - Set localcoverimage and call catalogue/image.pl?biblionumber=XXX - Search for patrons in the patron cards or serials module - Add a marc modification templates - Add a list (shelves) You should not get the warning in the log after all these actions. 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 May 8 13:30:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 11:30:04 +0000 Subject: [Koha-bugs] [Bug 9805] Lost items are un-lost if returned, but not if renewed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9805 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #49 from Katrin Fischer --- This patch no longer applies (see below) Jonathan, do you oppose to continue testing this as is? Should we discuss more widely? Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 9805 - Lost items are un-lost if returned, but not if renewed. Using index info to reconstruct a base tree... M C4/Circulation.pm M admin/smart-rules.pl M installer/data/mysql/kohastructure.sql M installer/data/mysql/updatedatabase.pl M koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc M koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt M koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt Auto-merging koha-tmpl/intranet-tmpl/prog/en/includes/strings.inc Auto-merging installer/data/mysql/updatedatabase.pl CONFLICT (content): Merge conflict in installer/data/mysql/updatedatabase.pl Auto-merging installer/data/mysql/kohastructure.sql Auto-merging admin/smart-rules.pl CONFLICT (content): Merge conflict in admin/smart-rules.pl Auto-merging C4/Circulation.pm Failed to merge in the changes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 13:35:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 11:35:29 +0000 Subject: [Koha-bugs] [Bug 14390] Fine not updated from 'FU' to 'F' on renewal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14390 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #29 from Katrin Fischer --- I am sorry, took me too long to get back to this - patch currently doesn't apply: Applying: Bug 14390 - Fine not updated from 'FU' to 'F' on renewal Using index info to reconstruct a base tree... M C4/Circulation.pm Falling back to patching base and 3-way merge... Auto-merging C4/Circulation.pm CONFLICT (content): Merge conflict in C4/Circulation.pm I took a quick look, but not sure what caused the conflict in the first place (which change/fix in master). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 13:46:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 11:46:39 +0000 Subject: [Koha-bugs] [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #3 from Katrin Fischer --- I keep thinking we should have a way to update the existing frameworks as well, but we haven't done so for the last update, so this is in line to the current practice. Maybe sometime in the future some tool to point out missing fields/subfields in an existing framework could be useful for the libraries? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 13:47:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 11:47:30 +0000 Subject: [Koha-bugs] [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 Katrin Fischer 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 Sun May 8 13:47:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 11:47:32 +0000 Subject: [Koha-bugs] [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51294|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 51308 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51308&action=edit [PASSED QA] Bug 16460: Update MARC21 frameworks to Update No. 22 (April 2016) Update No. 22 Bibliographic New 382$r, 382$t, 753$0, 753$2 Modified 382$e Authority New 382$r, 382$t Modified 382$e Also added final 'S' on 654 description To test: 1) Remove all your frameworks 2) Check mandatory bibliographic and authority files load without problem 3) Check new fields/subfields Signed-off-by: Hector Castro Works as advertised Signed-off-by: Katrin Fischer For comparison: https://www.loc.gov/marc/bibliographic/bdapndxg.html https://www.loc.gov/marc/authority/adapndxf.html -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 13:48:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 11:48:04 +0000 Subject: [Koha-bugs] [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 --- Comment #5 from Katrin Fischer --- I feel this is somewhere between bug and enh... maintenance? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 13:50:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 11:50:35 +0000 Subject: [Koha-bugs] [Bug 16470] Update MARC21 es-ES frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16470 Katrin Fischer 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 Sun May 8 13:50:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 11:50:38 +0000 Subject: [Koha-bugs] [Bug 16470] Update MARC21 es-ES frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16470 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51302|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer --- Created attachment 51309 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51309&action=edit [PASSED QA] Bug 16470: Update MARC21 es-ES frameworks to Update 22 (April 2016) Same test plan of Bug 16460 To test: 1) Remove all your frameworks 2) Check mandatory bibliographic and authority files load without problem, for es-ES files 3) Check new fields/subfields Signed-off-by: Hector Castro es-ES frameworks updated 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 May 8 14:01:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:01:39 +0000 Subject: [Koha-bugs] [Bug 16231] Correct permission handling in subscription edit menu In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16231 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #11 from Katrin Fischer --- Maybe my first test here was flawed. This is something I see retesting this: - Set independentbranches to prevent - Make sure staff patron doesn't have superserials permission = I should not be allowed to change serials from other branches - Go to another branches subscription (by URL manipulation) - With the patches I can: renew (opens wrong window?), receive (ew!) and DELETE - Without the patch on master, I can't delete (better) I'd say this is a change of the behaviour that we don't want - allowing deletions. But overall... permission handling in serials could still be improved a lot. Can we find a good fix for delete here and then see about the other problems later? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 14:04:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:04:27 +0000 Subject: [Koha-bugs] [Bug 16231] Correct permission handling in subscription edit menu In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16231 --- Comment #12 from Katrin Fischer --- I think if you don't have edit_subscription, but delete an 'cannotedit = 0 (can edit)' - then maybe show a single 'delete' button? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 14:08:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:08:54 +0000 Subject: [Koha-bugs] [Bug 16459] Adding patrons to a patron card label batch requires 'routing' permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16459 --- Comment #2 from Katrin Fischer --- The patron card creator link on the tools home page uses: CAN_user_tools_label_creator I think that would make sense to me overall. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 14:11:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:11:24 +0000 Subject: [Koha-bugs] [Bug 16472] New: Update MARC21 es-ES frameworks to Update 22 (April 2016) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472 Bug ID: 16472 Summary: Update MARC21 es-ES frameworks to Update 22 (April 2016) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement 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 Changes from bug 16460 for German web installer files. -- You are receiving 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 May 8 14:11:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:11:54 +0000 Subject: [Koha-bugs] [Bug 16472] Update MARC21 de-DE frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Update MARC21 es-ES |Update MARC21 de-DE |frameworks to Update 22 |frameworks to Update 22 |(April 2016) |(April 2016) -- You are receiving 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 May 8 14:16:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:16:36 +0000 Subject: [Koha-bugs] [Bug 16472] Update MARC21 de-DE frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472 --- Comment #1 from Katrin Fischer --- Just finished translation, files for submitting should be ready tomorrow at: http://translate.koha-community.org/files/ -- You are receiving 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 May 8 14:20:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:20:48 +0000 Subject: [Koha-bugs] [Bug 16394] Fix formatting of review.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16394 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #2 from Katrin Fischer --- Owen is right stating that we decided a while ago not to clean files globally to avoid conflicts. Tab cleaning is a bit less difficult than perltidy, as it does keep the lines the same and you can use -w to not see whitespace changes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 14:24:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:24:24 +0000 Subject: [Koha-bugs] [Bug 16421] Move hold edit actions into dropdown menu In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16421 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- I like it! But something I wonder about: do we really need all 5 options for changing the holds sequence? We have the pull down which allows you to select a new number, we have up, down, to the bottom, to the top. The first and the last 4 allow you to achieve the same thing - with the first option being the most flexible, as you can do all 4 with less clicks. Am I missing something? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 14:24:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:24:54 +0000 Subject: [Koha-bugs] [Bug 16421] Move hold edit actions into dropdown menu In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16421 Katrin Fischer 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 Sun May 8 14:27:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:27:00 +0000 Subject: [Koha-bugs] [Bug 16271] Allow more filters on /api/v1/holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16271 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Katrin Fischer --- see comment#4 - needs a follow-up to be about 'holds' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 14:41:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:41:48 +0000 Subject: [Koha-bugs] [Bug 16473] New: Tiny typeo: there was _an_ problem ... Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473 Bug ID: 16473 Summary: Tiny typeo: there was _an_ problem ... Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org opac-tmpl/bootstrap/en/modules/opac-account.tt:48 opac-tmpl/bootstrap/en/modules/opac-account-pay-error.tt:27 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 14:41:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:41:53 +0000 Subject: [Koha-bugs] [Bug 16473] Tiny typeo: there was _an_ problem ... In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |trivial -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 14:52:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:52:28 +0000 Subject: [Koha-bugs] [Bug 16473] Tiny typo: there was _an_ problem ... In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Tiny typeo: there was _an_ |Tiny typo: there was _an_ |problem ... |problem ... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 14:59:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:59:09 +0000 Subject: [Koha-bugs] [Bug 16474] New: Standardize spelling of EDIFACT Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474 Bug ID: 16474 Summary: Standardize spelling of EDIFACT Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org There are currently different spellings present in the templates for EDIFACT: - Are you sure you want to generate an edifact order and close basket %s? - Are you sure you want to close this basket and generate an Edifact order? - As EDIFACT is an abbreviation, we should spell it like one: https://en.wikipedia.org/wiki/EDIFACT United Nations/Electronic Data Interchange For Administration, Commerce and Transport (UN/EDIFACT) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 14:59:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 12:59:17 +0000 Subject: [Koha-bugs] [Bug 16474] Standardize spelling of EDIFACT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474 Katrin Fischer 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 Sun May 8 15:18:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 13:18:07 +0000 Subject: [Koha-bugs] [Bug 16475] New: Marc 700 $d incorrectly displays after $t in staff client and OPAC Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16475 Bug ID: 16475 Summary: Marc 700 $d incorrectly displays after $t in staff client and OPAC Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: MARC Bibliographic data support Assignee: gmcharlt at gmail.com Reporter: imingchan at yahoo.com.au QA Contact: testopia at bugs.koha-community.org Marc 700 incorrectly display subfield $d (Date associates with a name) after subfield $t (Title of a work) in staff client and OPAC. Subfield display ignores the order found in cataloguing edit mode. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 15:23:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 13:23:00 +0000 Subject: [Koha-bugs] [Bug 16475] Marc 700 $d incorrectly displays after $t in staff client and OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16475 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Katrin Fischer --- *** This bug has been marked as a duplicate of bug 16343 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 15:23:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 13:23:00 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |imingchan at yahoo.com.au --- Comment #20 from Katrin Fischer --- *** Bug 16475 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 May 8 15:42:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 13:42:09 +0000 Subject: [Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply --- Comment #114 from Katrin Fischer --- I am sorry, this patch no longer applies: Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 11592 - Updated License Text and use Modern::Perl Using index info to reconstruct a base tree... M C4/Biblio.pm M C4/XSLT.pm M opac/opac-detail.pl Falling back to patching base and 3-way merge... Auto-merging C4/XSLT.pm Auto-merging C4/Biblio.pm Applying: Bug 11592 - Add should_hide_marc method to filter Applying: Applying filtering to opac interface. Applying: Biblio tweak for MARCSUBJECT Applying: Bug 11592: MARCView and ISBD followup fatal: sha1 information is lacking or useless (C4/Biblio.pm). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 16:34:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 14:34:40 +0000 Subject: [Koha-bugs] [Bug 16412] Cache undef in L1 only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 Katrin Fischer 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 Sun May 8 16:34:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 14:34:42 +0000 Subject: [Koha-bugs] [Bug 16412] Cache undef in L1 only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51089|0 |1 is obsolete| | Attachment #51090|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 51310 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51310&action=edit [PASSED QA] Bug 16412: Make sure Koha::Cache->set_in_cache will not warn anymore Signed-off-by: Jonathan Druart 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 May 8 16:35:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 14:35:15 +0000 Subject: [Koha-bugs] [Bug 16412] Cache undef in L1 only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 --- Comment #6 from Katrin Fischer --- Created attachment 51311 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51311&action=edit [PASSED QA] Bug 16412: Cache undef in L1 only No need to cache undef in L2. Prevent numerous warnings like: Use of uninitialized value in subroutine entry at /usr/share/koha/masterclone/Koha/Cache.pm line 284 Test plan: Run t/Cache.t Run t/db_dependent/sysprefs.t Signed-off-by: Jonathan Druart Amended patch: remove trailing space char and replace 'you' with 'we' to match existing wordings. 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 May 8 16:49:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 14:49:47 +0000 Subject: [Koha-bugs] [Bug 16474] Standardize spelling of EDIFACT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474 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. From bugzilla-daemon at bugs.koha-community.org Sun May 8 16:49:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 14:49:50 +0000 Subject: [Koha-bugs] [Bug 16474] Standardize spelling of EDIFACT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474 --- Comment #1 from Katrin Fischer --- Created attachment 51312 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51312&action=edit Bug 16474: Standardize spelling of EDIFACT Some templates use Edifact and edifact. As EDIFACT is an abbreviation, we should spell it like one. To test: - Check templates for occurrences of EDIFACT - acquisitions navigation menu - basket page - basketgroup page - EDIFACT messages page - Verify changes are correct -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 8 17:01:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 08 May 2016 15:01:21 +0000 Subject: [Koha-bugs] [Bug 16474] Standardize spelling of EDIFACT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |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 Mon May 9 02:27:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 00:27:25 +0000 Subject: [Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592 --- Comment #115 from M. Tompsett --- The OPACISBD variable bug caused this. I'll work on a rebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 03:43:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 01:43:01 +0000 Subject: [Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50550|0 |1 is obsolete| | --- Comment #116 from M. Tompsett --- Created attachment 51313 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51313&action=edit Bug 11592 - Updated License Text and use Modern::Perl Why not clean up the License Agreement stuff while the files are being changed? Used the current one found at: http://wiki.koha-community.org/wiki/Coding_Guidelines#Licence Changed the strict and warning lines into just a Modern::Perl. Signed-off-by: Robin Sheat Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher 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 May 9 03:43:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 01:43:10 +0000 Subject: [Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50551|0 |1 is obsolete| | --- Comment #117 from M. Tompsett --- Created attachment 51314 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51314&action=edit Bug 11592 - Add should_hide_marc method to filter Add should_hide_marc to ViewPolicy filter Add should_hide_marc tests to t/db_dependent/Filter_MARC_ViewPolicy.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 Mon May 9 03:43:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 01:43:18 +0000 Subject: [Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50552|0 |1 is obsolete| | --- Comment #118 from M. Tompsett --- Created attachment 51315 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51315&action=edit Applying filtering to opac interface. Applying the filtering and then... Debugging opac/opac-detail.pl filtering Debugging opac/opac-ISBDdetail.pl more Debugging opac/opac-export.pl Tweak opac/opac-export.pl fix variable declarations, conditional assignments Debugging opac/opac-showmarc.pl https://bugs.koha-community.org/show_bug.cgi?id=11592 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 May 9 03:43:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 01:43:24 +0000 Subject: [Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50553|0 |1 is obsolete| | --- Comment #119 from M. Tompsett --- Created attachment 51316 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51316&action=edit Biblio tweak for MARCSUBJECT https://bugs.koha-community.org/show_bug.cgi?id=11592 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 May 9 03:43:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 01:43:32 +0000 Subject: [Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50554|0 |1 is obsolete| | --- Comment #120 from M. Tompsett --- Created attachment 51317 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51317&action=edit Bug 11592: MARCView and ISBD followup There are still some leaks, but it is not as a result of the filter, but rather a result of poorly written template files. Bug fixing template files is beyond the scope of this set of patches. TEST PLAN --------- 1) Backup your DB 2) run the following SQL on your DB. > UPDATE marc_subfield_structure set hidden=-8; -- this should set EVERYTHING to hidden across the board. 3) In staff client, set OPACXSLTDetailsDisplay to blank 4) In OPAC, view any detail. -- Normal view may mostly leak values still. -- MARC view may leak values. -- ISBD view may leak values. 5) In staff client, set OPACXSLTDetailsDisplay to default 6) In OPAC, view any detail. -- same issues as step 4 -- 'View Plain' may leak too. 7) 'Save record' -> 'Dublin Core' 8) Apply this patch 9) run koha qa test tools -- should be fine 10) prove -v t/db_dependent/Filter_MARC_ViewPolicy.t -- should pass -- this proves Koha/Filter/MARC/ViewPolicy.pm tweaks too 11) In OPAC, view any detail. -- Normal view: -- Material type comes from the LEADER field. -- Lists this is on will still display -- 'Tags from this library' will still display -- Item information in table will still display (THIS IS BEYOND SCOPE) -- MARC view: -- Record number is leaked (THIS IS BEYOND SCOPE) -- 'View plain' leaks LEADER field. -- ISBD view may leak field headings, but not values. (THIS IS BEYOND SCOPE) 12) In staff client, set OPACXSLTDetailsDisplay to blank 13) In OPAC, view any detail. -- same kind of output as step 10 14) 'Save record' -> BIBTEXT -- Should be next to nothing leaked. 15) 'Save record' -> Dublin Core -- Should be the same or less leaked between the two versions. -- (XML FILTERING IS BEYOND SCOPE) 16) In the staff client, go view the same record. -- it should be mostly hidden in ISBD View. 17) run the following SQL on your DB. > UPDATE marc_subfield_structure set hidden=1; -- this should set EVERYTHING to hidden in OPAC, but not the STAFF across the board. 18) Refresh the staff ISBD page -- values should reappear. 19) View the ISBD details in the OPAC -- values should still be hidden. 20) Check out the OPAC Cart and List -- while the intermediate pages may still leak the download links should leak very minimally. -- (CARTS AND LISTS ARE BEYOND SCOPE, THOUGH THE INTRANET ISBD AND SOME CART/LIST STUFF WERE FIXED BECAUSE OF THE GetISBDView REFACTOR) Expectations: Before Patch - all the OPAC Detail pages will display things After Patch - all the OPAC Detail pages will display much less, and hopefully nothing (though there are known limits). the ISBD detail page in the Staff client will be filtered as well based on STAFF settings. The saving/exporting should generate nearly empty files. 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 May 9 03:57:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 01:57:38 +0000 Subject: [Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51317|0 |1 is obsolete| | --- Comment #121 from M. Tompsett --- Created attachment 51318 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51318&action=edit Bug 11592: MARCView and ISBD followup There are still some leaks, but it is not as a result of the filter, but rather a result of poorly written template files. Bug fixing template files is beyond the scope of this set of patches. TEST PLAN --------- 1) Backup your DB 2) run the following SQL on your DB. > UPDATE marc_subfield_structure set hidden=-8; -- this should set EVERYTHING to hidden across the board. 3) In staff client, set OPACXSLTDetailsDisplay to blank 4) In OPAC, view any detail. -- Normal view may mostly leak values still. -- MARC view may leak values. -- ISBD view may leak values. 5) In staff client, set OPACXSLTDetailsDisplay to default 6) In OPAC, view any detail. -- same issues as step 4 -- 'View Plain' may leak too. 7) 'Save record' -> 'Dublin Core' 8) Apply this patch 9) run koha qa test tools -- should be fine 10) prove -v t/db_dependent/Filter_MARC_ViewPolicy.t -- should pass -- this proves Koha/Filter/MARC/ViewPolicy.pm tweaks too 11) In OPAC, view any detail. -- Normal view: -- Material type comes from the LEADER field. -- Lists this is on will still display -- 'Tags from this library' will still display -- Item information in table will still display (THIS IS BEYOND SCOPE) -- MARC view: -- Record number is leaked (THIS IS BEYOND SCOPE) -- 'View plain' leaks LEADER field. -- ISBD view may leak field headings, but not values. (THIS IS BEYOND SCOPE) 12) In staff client, set OPACXSLTDetailsDisplay to blank 13) In OPAC, view any detail. -- same kind of output as step 10 14) 'Save record' -> BIBTEXT -- Should be next to nothing leaked. 15) 'Save record' -> Dublin Core -- Should be the same or less leaked between the two versions. -- (XML FILTERING IS BEYOND SCOPE) 16) In the staff client, go view the same record. -- it should be mostly hidden in ISBD View. 17) run the following SQL on your DB. > UPDATE marc_subfield_structure set hidden=1; -- this should set EVERYTHING to hidden in OPAC, but not the STAFF across the board. 18) Refresh the staff ISBD page -- values should reappear. 19) View the ISBD details in the OPAC -- values should still be hidden. 20) Check out the OPAC Cart and List -- while the intermediate pages may still leak the download links should leak very minimally. -- (CARTS AND LISTS ARE BEYOND SCOPE, THOUGH THE INTRANET ISBD AND SOME CART/LIST STUFF WERE FIXED BECAUSE OF THE GetISBDView REFACTOR) Expectations: Before Patch - all the OPAC Detail pages will display things After Patch - all the OPAC Detail pages will display much less, and hopefully nothing (though there are known limits). the ISBD detail page in the Staff client will be filtered as well based on STAFF settings. The saving/exporting should generate nearly empty files. 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 May 9 04:57:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 02:57:45 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 --- Comment #21 from H?ctor Eduardo Castro Avalos --- (In reply to Katrin Fischer from comment #19) > Is it intentional to not display 100$t any longer with this patch? Can you > please check? It displays without this patch, 700$t displays with and > without, but sequence is fixed. Hi Katrin. I intencional did it since subfield $t is only used in 7XX fields in MARC bibliographic. This subfield is only used in MARC authority. If a librarian use some authorized access point with $t (name-title) subfield in bib record, the uniform title is placed in 240$a field. But if some library use 1XX$t I can include it. Regards PS: This is a policy that Library of Congress don't want to change neither LCRI nor LC-PCC PS -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 06:21:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 04:21:07 +0000 Subject: [Koha-bugs] [Bug 16154] Replace CGI->param with CGI->multi_param in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16154 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au, | |julian.maurice at biblibre.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 06:21:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 04:21:54 +0000 Subject: [Koha-bugs] [Bug 16154] Replace CGI->param with CGI->multi_param in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16154 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic at tamil.fr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 08:07:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 06:07:52 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 Katrin Fischer 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 May 9 09:38:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 07:38:23 +0000 Subject: [Koha-bugs] [Bug 16343] 7XX XSLT subfields displaying out of order In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16343 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 Mon May 9 09:39:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 07:39:12 +0000 Subject: [Koha-bugs] [Bug 16472] Update MARC21 de-DE frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472 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 Mon May 9 09:39:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 07:39:42 +0000 Subject: [Koha-bugs] [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 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 Mon May 9 09:52:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 07:52:06 +0000 Subject: [Koha-bugs] [Bug 16271] Allow more filters on /api/v1/holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16271 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50272|0 |1 is obsolete| | --- Comment #6 from Julian Maurice --- Created attachment 51319 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51319&action=edit Bug 16271: Allow more filters on /api/v1/holds borrowernumber parameter is no longer required and you can filter on every column of reserves table Some example requests - GET /api/v1/hols - GET /api/v1/hols?biblionumber=123 - GET /api/v1/hols?borrowernumber=456 - GET /api/v1/hols?priority=0&found=W Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 09:53:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 07:53:27 +0000 Subject: [Koha-bugs] [Bug 16271] Allow more filters on /api/v1/holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16271 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51319|0 |1 is obsolete| | --- Comment #7 from Julian Maurice --- Created attachment 51320 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51320&action=edit Bug 16271: Allow more filters on /api/v1/holds borrowernumber parameter is no longer required and you can filter on every column of reserves table Some example requests - GET /api/v1/holds - GET /api/v1/holds?biblionumber=123 - GET /api/v1/holds?borrowernumber=456 - GET /api/v1/holds?priority=0&found=W Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 09:53:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 07:53:58 +0000 Subject: [Koha-bugs] [Bug 16271] Allow more filters on /api/v1/holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16271 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 Mon May 9 09:54:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 07:54:17 +0000 Subject: [Koha-bugs] [Bug 16271] Allow more filters on /api/v1/holds In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16271 --- Comment #8 from Julian Maurice --- Patch rebased on master and 'reserves' changed to 'holds' -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 10:07:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 08:07:22 +0000 Subject: [Koha-bugs] [Bug 16373] merge.pl reports success but files are not merged In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16373 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #8 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 10:09:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 08:09:49 +0000 Subject: [Koha-bugs] [Bug 16378] Overdues.pm: Can't call method "store" without a package or object reference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16378 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED CC| |julian.maurice at biblibre.com Resolution|--- |FIXED --- Comment #8 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 10:13:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 08:13:17 +0000 Subject: [Koha-bugs] [Bug 16354] Fix FK constraints for edifact_messages table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16354 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED CC| |julian.maurice at biblibre.com Resolution|--- |FIXED --- Comment #6 from Julian Maurice --- Not needed in stable version, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 10:13:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 08:13:42 +0000 Subject: [Koha-bugs] [Bug 16361] Installer syntax error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16361 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED CC| |julian.maurice at biblibre.com --- Comment #14 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 10:22:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 08:22:46 +0000 Subject: [Koha-bugs] [Bug 16217] Notice' names may have diverged In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16217 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #17 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 10:23:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 08:23:42 +0000 Subject: [Koha-bugs] [Bug 12752] OVERDUE notice mis-labeled as "Hold Available for Pickup" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12752 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #16 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 10:27:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 08:27:58 +0000 Subject: [Koha-bugs] [Bug 16397] Unable to delete audio alerts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16397 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Resolution|--- |FIXED Status|Pushed to Master |RESOLVED --- Comment #5 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 10:30:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 08:30:44 +0000 Subject: [Koha-bugs] [Bug 16418] EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #6 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 10:30:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 08:30:51 +0000 Subject: [Koha-bugs] [Bug 16418] EnhancedMessagingPreferencesOPAC appears twice in sysprefs.sql In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16418 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 10:36:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 08:36:10 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #13 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 10:40:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 08:40:04 +0000 Subject: [Koha-bugs] [Bug 12663] SCOUserCSS and SCOUserJS ignored on selfcheck login page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12663 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #32 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 10:41:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 08:41:20 +0000 Subject: [Koha-bugs] [Bug 12721] Prevent software error if incorrect fieldnames given in sypref StatisticsFields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12721 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #28 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 11:14:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 09:14:10 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 --- Comment #12 from Jonathan Druart --- (In reply to Katrin Fischer from comment #10) > Hm, I think this will work for new installations, but shouldn't we change > existing ones to match? Yes indeed we must, I have thought about that during the week-end :) Patches coming 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 May 9 11:24:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 09:24:24 +0000 Subject: [Koha-bugs] [Bug 16459] Adding patrons to a patron card label batch requires 'routing' permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16459 --- Comment #3 from Jonathan Druart --- (In reply to Katrin Fischer from comment #2) > The patron card creator link on the tools home page uses: > CAN_user_tools_label_creator > I think that would make sense to me overall. Yes but it's the only script in this directory, others use catalogue. Moreover patroncards/edit-batch.pl, which calls add_user_search.pl, uses catalogue also, it would not make sense to have different perms. If we need to fix the whole module, it should be done on another bug report. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 11:29:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 09:29:37 +0000 Subject: [Koha-bugs] [Bug 16459] Adding patrons to a patron card label batch requires 'routing' permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16459 --- Comment #4 from Katrin Fischer --- Ok - It sure doesn't make much sense now :) Having another bug report sounds good - maybe it would be best to add a new permission just for this tool. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 11:46:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 09:46:20 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 --- Comment #6 from Julian Maurice --- Created attachment 51321 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51321&action=edit [3.22.x] Bug 13041: Fix add of basket's manager when name contains a single quote Patch for 3.22.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 11:46:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 09:46:53 +0000 Subject: [Koha-bugs] [Bug 13041] Can't add user as manager of basket if name includes a single quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13041 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #7 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 11:54:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 09:54:12 +0000 Subject: [Koha-bugs] [Bug 13877] seasonal predictions showing wrong in test In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13877 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #13 from Julian Maurice --- Patches pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 12:00:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 10:00:17 +0000 Subject: [Koha-bugs] [Bug 14362] PEGI 15 Circulation/AgeRestrictionMarkers test fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14362 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #27 from Julian Maurice --- Patches pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 12:02:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 10:02:55 +0000 Subject: [Koha-bugs] [Bug 16443] C4::Members::Statistics is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16443 Chris Cormack 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 May 9 12:02:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 10:02:58 +0000 Subject: [Koha-bugs] [Bug 16443] C4::Members::Statistics is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16443 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51220|0 |1 is obsolete| | --- Comment #2 from Chris Cormack --- Created attachment 51322 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51322&action=edit Bug 16443: Make C4::Members::Statistics plack safe If the prefs is updated, the fields won't be. To make sure we already fetch updated values, we should remove the package variable and define it in the subroutine. There is not test plan, just make sure the changes are consistent. 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 May 9 12:04:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 10:04:11 +0000 Subject: [Koha-bugs] [Bug 16443] C4::Members::Statistics is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16443 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz --- Comment #3 from Chris Cormack --- This works, I haven't tested if there is a performance hit, but even if there was we need to make the change anyway. But if there is, we may want to put some caching in get_fields -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 12:36:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 10:36:23 +0000 Subject: [Koha-bugs] [Bug 15194] Drop-down menu 'Actions' has problem in 'Saved reports' page with language bottom bar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15194 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #16 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 12:50:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 10:50:40 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #9 from Jacek Ablewicz --- Trying to evaluate this patch, but I'm having trouble understanding how it works. $Koha::CGI::language is a package variable (persistent under plack); if some stript calls Languages::getlanguage() without calling Koha::CGI->new() somewhere earlier, it may pick "outdated" language code (set by some other script which was calling getlanguage() first). Not sure if the parameters in "use Koha::CGI qw('-no_undef_params' -utf8 )" will get propagated from catalogue/search.pl to Koha::CGI somehow, there is no "use CGI qw( -utf8 );" in the Koha/CGI.pm, there is only commented out "# use base CGI;" (?). BTW, I wonder why there is "use CGI" instead of "use CGI (-uft8)" in C4::Languages, looks like some kind of exception or omission - is there a correlation with Bug 13815? Can't find an explanation in Bug 13815 why exactly plack was losing that uft8 flag in the 1st place.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 13:33:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 11:33:49 +0000 Subject: [Koha-bugs] [Bug 9805] Lost items are un-lost if returned, but not if renewed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9805 --- Comment #50 from Jonathan Druart --- (In reply to Kyle M Hall from comment #48) > (In reply to Jonathan Druart from comment #46) > > (In reply to Kyle M Hall from comment #45) > > > Created attachment 49165 [details] [review] [review] [review] > > > Bug 9805 [QA Followup] - Stop calling GetMember repeatedly > > > > Kyle, This change looks safe, but it's very hard to say it won't introduce a > > regression. The $borrower var is passed from a sub to another without being > > "refreshed" like it was before this patch. This means we could use an > > outdated data. > > I do not believe this is a valid concern. There is no reason to suspect > there could be any problems caused by this. If we force each subroutine in > Koha to fetch all db data with each call, we will continue to make Koha > slower and slower. If you have a specific scenario in mind where this will > cause an issue, I'm certainly open to amending my position. Otherwise I we > should keep this patch to improve speed and efficiency. Of course it's a valid concern :) It's the same problematic we have for caching. I don't suggest to "fetch all db data with each call", but we need to take care of the obsolescence of the data we manipulate. You are fetching the patron info using GetMemberDetails, which returns accounting data, but AddRenewal modify these infos. At some point your $borrower is obsolete. For instance if SendCirculationAlert (which does not refetch patron infos) needs to access the accounting infos to sent the letter and decide to get if from $borrower, we will have a very hard to debug issue. It would make more sense to have this kind of patches on a separate bug report, not to block the integration of this bugfix into master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 13:58:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 11:58:17 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #10 from Jacek Ablewicz --- (In reply to Jonathan Druart from comment #3) > For discussion > With this patch, I get only 1 call to CGI->new (hard to do less:)) instead > of 344 on a search with 20 results (default XSLT used). > It's quite dirty but I have no idea how we could do another way (we could > store it in the L1 cache instead?) We certainly don't want language code to be propagated to shared persitent L2 cache ;). I think that some kind of extra simple L1 memory-only cache implementation may come in handy anyway, for caching things that are specific to the given script run. Something as simple as possible - eg. Koha/Cache/Memory/Lite.pm, with get(), set() and clear() methods - no expiration, deep copying etc. needed. Having something like that, we can: 1) cache CGI object first (in plack startup CGI->new() override and eg. in C4::Auth::get_template_and_user() as well) 2) use that cached CGI object in getlanguage() later - if it's a 1st call for a given run 3) cache language code obtained in the 1st call for possible later uses so this subroutine would not need to check CGI object again in subsequent calls 4) clear extra-simpe-L1-memory-only cache in the CGI override By the look of it, language code returned by getlanguage() stays always the same for a given script run, so it shouldn't introduce any regressions, at least in theory. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 14:26:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 12:26:10 +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 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 Mon May 9 14:50:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 12:50:45 +0000 Subject: [Koha-bugs] [Bug 15816] Timeout login redirects to home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816 Jonathan Druart 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 May 9 14:50:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 12:50:49 +0000 Subject: [Koha-bugs] [Bug 15816] Timeout login redirects to home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51300|0 |1 is obsolete| | --- Comment #9 from Jonathan Druart --- Created attachment 51323 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51323&action=edit Bug 15816: Redirect back to correct page after login This uses a hacky but simple method to get the correct script name under proxied packaged Plack. Test plan: 1) Log out of both the OPAC and staff side. 2) Try to access a page that requires login (opac-reserve.pl is a good one for the OPAC), then log in. 3) You will be redirected back to mainpage.pl or opac-user.pl. 4) Repeat above for both staff side and OPAC. 5) Apply patch. 6) Repeat steps 1-4; you should be redirected back to the original page you were on. 7) Repeat the above for both a traditional CGI and kohadevbox/package Plack installation. 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 May 9 15:41:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 13:41:10 +0000 Subject: [Koha-bugs] [Bug 15816] Timeout login redirects to home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816 --- Comment #10 from Jonathan Druart --- Comment on attachment 51323 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51323 Bug 15816: Redirect back to correct page after login Review of attachment 51323: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15816&attachment=51323) ----------------------------------------------------------------- ::: C4/Auth.pm @@ +2055,5 @@ > + > +sub _get_script_name { > + # This is the method about.pl uses to detect Plack; now that two places use it, it MUST be > + # right. > + if ( ( any { /(^psgi\.|^plack\.)/i } keys %ENV ) && $ENV{SCRIPT_NAME} =~ m,^/(intranet|opac)(.*), ) { Jesse, why do we need to parse SCRIPT_NAME? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 15:55:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 13:55:06 +0000 Subject: [Koha-bugs] [Bug 15816] Timeout login redirects to home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51323|0 |1 is obsolete| | --- Comment #11 from Tom?s Cohen Arazi --- Created attachment 51324 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51324&action=edit Bug 15816: Redirect back to correct page after login This uses a hacky but simple method to get the correct script name under proxied packaged Plack. Test plan: 1) Log out of both the OPAC and staff side. 2) Try to access a page that requires login (opac-reserve.pl is a good one for the OPAC), then log in. 3) You will be redirected back to mainpage.pl or opac-user.pl. 4) Repeat above for both staff side and OPAC. 5) Apply patch. 6) Repeat steps 1-4; you should be redirected back to the original page you were on. 7) Repeat the above for both a traditional CGI and kohadevbox/package Plack installation. Signed-off-by: Jonathan Druart 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 May 9 15:55:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 13:55:03 +0000 Subject: [Koha-bugs] [Bug 15816] Timeout login redirects to home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816 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 May 9 16:00:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:00:22 +0000 Subject: [Koha-bugs] [Bug 7736] Edifact QUOTE and ORDER functionality In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736 --- Comment #170 from Jonathan Druart --- This patchset introduces some uses of CGI->param in list context, please fix. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 16:06:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:06:19 +0000 Subject: [Koha-bugs] [Bug 15809] versions of CGI < 4.08 do not have multi_param In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15809 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16476 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 16:06:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:06:19 +0000 Subject: [Koha-bugs] [Bug 16154] Replace CGI->param with CGI->multi_param in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16154 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16476 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 16:06:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:06:19 +0000 Subject: [Koha-bugs] [Bug 16259] More: Replace CGI->param with CGI->multi_param in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16259 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16476 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 16:08:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:08:27 +0000 Subject: [Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592 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 Mon May 9 16:08:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:08:32 +0000 Subject: [Koha-bugs] [Bug 11592] opac detail scripts do not respect MARC tag visibility In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11592 M. Tompsett changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51318|0 |1 is obsolete| | --- Comment #122 from M. Tompsett --- Created attachment 51326 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51326&action=edit Bug 11592: MARCView and ISBD followup There are still some leaks, but it is not as a result of the filter, but rather a result of poorly written template files. Bug fixing template files is beyond the scope of this set of patches. TEST PLAN --------- 1) Backup your DB 2) run the following SQL on your DB. > UPDATE marc_subfield_structure set hidden=-8; -- this should set EVERYTHING to hidden across the board. 3) In staff client, set OPACXSLTDetailsDisplay to blank 4) In OPAC, view any detail. -- Normal view may mostly leak values still. -- MARC view may leak values. -- ISBD view may leak values. 5) In staff client, set OPACXSLTDetailsDisplay to default 6) In OPAC, view any detail. -- same issues as step 4 -- 'View Plain' may leak too. 7) 'Save record' -> 'Dublin Core' 8) Apply this patch 9) run koha qa test tools -- should be fine 10) prove -v t/db_dependent/Filter_MARC_ViewPolicy.t -- should pass -- this proves Koha/Filter/MARC/ViewPolicy.pm tweaks too 11) In OPAC, view any detail. -- Normal view: -- Material type comes from the LEADER field. -- Lists this is on will still display -- 'Tags from this library' will still display -- Item information in table will still display (THIS IS BEYOND SCOPE) -- MARC view: -- Record number is leaked (THIS IS BEYOND SCOPE) -- 'View plain' leaks LEADER field. -- ISBD view may leak field headings, but not values. (THIS IS BEYOND SCOPE) 12) In staff client, set OPACXSLTDetailsDisplay to blank 13) In OPAC, view any detail. -- same kind of output as step 10 14) 'Save record' -> BIBTEXT -- Should be next to nothing leaked. 15) 'Save record' -> Dublin Core -- Should be the same or less leaked between the two versions. -- (XML FILTERING IS BEYOND SCOPE) 16) In the staff client, go view the same record. -- it should be mostly hidden in ISBD View. 17) run the following SQL on your DB. > UPDATE marc_subfield_structure set hidden=1; -- this should set EVERYTHING to hidden in OPAC, but not the STAFF across the board. 18) Refresh the staff ISBD page -- values should reappear. 19) View the ISBD details in the OPAC -- values should still be hidden. 20) Check out the OPAC Cart and List -- while the intermediate pages may still leak the download links should leak very minimally. -- (CARTS AND LISTS ARE BEYOND SCOPE, THOUGH THE INTRANET ISBD AND SOME CART/LIST STUFF WERE FIXED BECAUSE OF THE GetISBDView REFACTOR) Expectations: Before Patch - all the OPAC Detail pages will display things After Patch - all the OPAC Detail pages will display much less, and hopefully nothing (though there are known limits). the ISBD detail page in the Staff client will be filtered as well based on STAFF settings. The saving/exporting should generate nearly empty files. 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 May 9 16:08:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:08:58 +0000 Subject: [Koha-bugs] [Bug 16428] The framework is not checked to know if a field is mapped In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 Tom?s Cohen Arazi 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 May 9 16:09:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:09:00 +0000 Subject: [Koha-bugs] [Bug 16428] The framework is not checked to know if a field is mapped In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51125|0 |1 is obsolete| | --- Comment #4 from Tom?s Cohen Arazi --- Created attachment 51327 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51327&action=edit Bug 16428: Use the biblio framework to know if a field is mapped The subroutine _build_default_values_for_mod_marc takes the frameworkcode in parameter, but ModItemFromMarc did not pass it. It uses it to know if a field is mapped or not to a Koha field (C4::Koha::IsKohaFieldLinked). Consequently the default framework ("") was always used. This bug has been found working on bug 13074 and has been put on a separate bug report to ease the backport. Test plan: Without this change, the tests added by bug 16428 won't pass 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 May 9 16:09:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:09:14 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |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 May 9 16:09:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:09:18 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 --- Comment #13 from Jonathan Druart --- Created attachment 51328 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51328&action=edit Bug 16402: Fix fox existing installations -- You are receiving 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 May 9 16:14:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:14:48 +0000 Subject: [Koha-bugs] [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51138|0 |1 is obsolete| | --- Comment #5 from Tom?s Cohen Arazi --- Created attachment 51329 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51329&action=edit Bug 13074: Use Koha::Cache to cache the defaults values of a MARC record With the global %default_values_for_mod_from_marc variable, the changes made to the marc_subfield_structure table and especially the links between MARC and DB fields are not safe and might be outdated (if a field is linked/unlinked) Test plan: Under Plack: - Link the barcode field, edit a record and set a barcode. - Remove the mapping for the barcode field and then update again the barcode of the record. The items.barcode DB field must not have been updated. Without this patch, the field should have been updated. 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 May 9 16:14:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:14:57 +0000 Subject: [Koha-bugs] [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 --- Comment #6 from Tom?s Cohen Arazi --- Created attachment 51330 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51330&action=edit Bug 13074: (followup) remove useless diag On running all Items-related tests some useless diag showed up. Removing it. 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 May 9 16:15:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:15:21 +0000 Subject: [Koha-bugs] [Bug 13074] C4::Items::_build_default_values_for_mod_marc should use Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13074 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 May 9 16:20:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:20:19 +0000 Subject: [Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 --- Comment #6 from Jacek Ablewicz --- (In reply to Jonathan Druart from comment #5) > I personally think that we cannot support all the configurations and that > Koha will only be usable with Plack and a caching system enabled. Yep, and apart from DBIx class loading penalty under CGI, soon Koha will require Moose as well (and/or Moo or whatever) and so on. +1 for depreciating setups w/o memcached (or another persistent caching system) in (eg.) 1 release cycle and non-plack setups (in 1-2 release cycles ?). That doesn't necessarily mean Koha should / needs to completely cease to work without plack and memcache (not in the near future at least), more like: all performance-related complains for non-plack setups could be by default redirected to /dev/null after that. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 16:27:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:27:37 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |ASSIGNED --- Comment #11 from Jonathan Druart --- (In reply to Jacek Ablewicz from comment #9) > Trying to evaluate this patch, but I'm having trouble understanding how it > works. > > $Koha::CGI::language is a package variable (persistent under plack); if some > stript calls Languages::getlanguage() without calling Koha::CGI->new() > somewhere earlier, it may pick "outdated" language code (set by some other > script which was calling getlanguage() first). I am feeling a bit silly, this patch did not make any sense, indeed... It seems that I was looking at the performances too much and did not keep in mind that the patch should not be buggy :) > Not sure if the parameters in "use Koha::CGI qw('-no_undef_params' -utf8 )" > will get propagated from catalogue/search.pl to Koha::CGI somehow, there is > no "use CGI qw( -utf8 );" in the Koha/CGI.pm, there is only commented out "# > use base CGI;" (?). > > BTW, I wonder why there is "use CGI" instead of "use CGI (-uft8)" in > C4::Languages, looks like some kind of exception or omission - is there a > correlation with Bug 13815? Can't find an explanation in Bug 13815 why > exactly plack was losing that uft8 flag in the 1st place.. I guess we should add the flag to C4::Languages. I do not remember why the flag is getting lost, but it is :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 16:27:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:27:42 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |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 May 9 16:57:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 14:57:55 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #12 from Jonathan Druart --- Jacek, what about caching the language (as usual) using the sessionID in the cache key (with a limited TTL)? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 17:00:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 15:00:15 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com --- Comment #52 from Nick Clemens --- This patch has altered the way that the patron branch is sent. Previously it was in a separate AF field, now the branch is concatenated onto the other messages with a ' -- ' I am not sure if this is intentional but it is causing problems for one of our libraries where this field was captured for statistical purposes. Can we adjust this? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 17:02:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 15:02:07 +0000 Subject: [Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 --- Comment #7 from Jonathan Druart --- (In reply to Jacek Ablewicz from comment #6) > (In reply to Jonathan Druart from comment #5) > > > I personally think that we cannot support all the configurations and that > > Koha will only be usable with Plack and a caching system enabled. > > Yep, and apart from DBIx class loading penalty under CGI, soon Koha will > require Moose as well (and/or Moo or whatever) and so on. > > +1 for depreciating setups w/o memcached (or another persistent caching > system) in (eg.) 1 release cycle and non-plack setups (in 1-2 release cycles > ?). > > That doesn't necessarily mean Koha should / needs to completely cease to > work without plack and memcache (not in the near future at least), more > like: all performance-related complains for non-plack setups could be by > default redirected to /dev/null after that. Koha 3.22 is already unusable (waiting for 30sec to serve a page is not acceptable in a user POV I imagine) without Plack... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 17:12:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 15:12:03 +0000 Subject: [Koha-bugs] [Bug 16272] Transform checkout from on-site checkout to regular checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16272 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50606|0 |1 is obsolete| | --- Comment #3 from Nicolas Legrand --- Created attachment 51331 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51331&action=edit Bug 16272: Automatically switch an on-site checkout to a regular checkout when checked out Use case: A patron checks some items out on-site and want to take it home. To facilitate the librarian work the checkout is directly switched from on-site to regular when checked out if the new pref SwitchOnSiteCheckouts is on. Test plan: 0/ Let the new pref SwitchOnSiteCheckouts off 1/ Checkout one items to a patron and tick the "on-site checkout" checkbox 2/ Check the same item out without ticking the "on-site checkout" checkbox => You should get "This item can not be renewed, it's an on-site checkout" 3/ Switch the pref on 4/ Repeat 2 => The on-site checkout should be automatically switched to a regular checkout Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand With small changes to apply to master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 17:12:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 15:12:34 +0000 Subject: [Koha-bugs] [Bug 16272] Transform checkout from on-site checkout to regular checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16272 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51331|0 |1 is obsolete| | --- Comment #4 from Nicolas Legrand --- Created attachment 51332 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51332&action=edit Bug 16272: Automatically switch an on-site checkout to a regular checkout when checked out Use case: A patron checks some items out on-site and want to take it home. To facilitate the librarian work the checkout is directly switched from on-site to regular when checked out if the new pref SwitchOnSiteCheckouts is on. Test plan: 0/ Let the new pref SwitchOnSiteCheckouts off 1/ Checkout one items to a patron and tick the "on-site checkout" checkbox 2/ Check the same item out without ticking the "on-site checkout" checkbox => You should get "This item can not be renewed, it's an on-site checkout" 3/ Switch the pref on 4/ Repeat 2 => The on-site checkout should be automatically switched to a regular checkout Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand With small changes to apply to master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 17:12:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 15:12:40 +0000 Subject: [Koha-bugs] [Bug 16272] Transform checkout from on-site checkout to regular checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16272 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50607|0 |1 is obsolete| | --- Comment #5 from Nicolas Legrand --- Created attachment 51333 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51333&action=edit Bug 16272: Specific case when switching an on-site checkout to a regular checkout In the case on-site checkouts are considered as a regular checkout in issuing rules (i.e. ConsiderOnSiteCheckoutsAsNormalCheckouts is on): When after the on-site checkout the maximum limit of checkouts is reached and the patron wants to switch an on-site checkout to a regular checkout, the C4::Circulation::TooMany subroutine will return a TOO_MANY_CHECKOUTS error. To avoid that, we need to allow an extra checkout in this subroutine. Test plan: 0/ Switch ConsiderOnSiteCheckoutsAsNormalCheckouts and SwitchOnSiteCheckouts on 1/ In the issuing rules, set the total number of checkouts (maxissueqty) to 2 and the number of on-site checkouts to 2 (maxonsiteissueqty) 2/ Check 2 items out ticking the 'on-site checkout' checkbox 3/ Check one of these items out, to automatically switch it to a regular checkout => The checkout should be allowed. Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 17:41:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 15:41:32 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #13 from Jonathan Druart --- (In reply to Jonathan Druart from comment #12) > Jacek, what about caching the language (as usual) using the sessionID in the > cache key (with a limited TTL)? Forget that, it does not make sense... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 17:43:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 15:43:02 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- CC|pianohacker at gmail.com |jweaver at bywatersolutions.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 17:55:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 15:55:33 +0000 Subject: [Koha-bugs] [Bug 16477] New: Improve staff client cart JavaScript and template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16477 Bug ID: 16477 Summary: Improve staff client cart JavaScript and template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org I'm working on a patch which will make several updates to the staff client cart template and JavaScript, including removal of "onclick," moving JS out of the template, and other template improvements. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 17:57:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 15:57:43 +0000 Subject: [Koha-bugs] [Bug 12532] Redirect guarantee email to guarantor In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12532 R?mi Mayrand-Provencher changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #39925|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 May 9 18:07:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 16:07:13 +0000 Subject: [Koha-bugs] [Bug 16478] New: Translation breaks display of Checkout history in tab Checks / On-site-checkouts Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478 Bug ID: 16478 Summary: Translation breaks display of Checkout history in tab Checks / On-site-checkouts Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: veron at veron.ch QA Contact: testopia at bugs.koha-community.org In koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt the filter for the tabs 'Checkouts' and 'On-site checkouts' uses text that is exposed to translation. If they are translated, the tabs will be empty on translated pages. (Note: Enable syspref OnSiteCheckuts for testing) See opac-readingrecord.tt line 83ff: [% IF issue.onsite_checkout %] onsite [% ELSE %] checkout [% END %] E.g. in German (/de-DE/modules/opac-readingrecord.tt), it translates to: [% IF issue.onsite_checkout %] vor Ort [% ELSE %] ausgeliehen [% END %] It should be the same as in the English version. A very dirty workaround would be not to translate 'onsite' and 'checkout' in Pootle. Most problably other language will fall into this trap as well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 18:11:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 16:11:46 +0000 Subject: [Koha-bugs] [Bug 16478] Translation breaks display of Checkout history in tab Checks / On-site-checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478 --- Comment #1 from Marc V?ron --- Created attachment 51334 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51334&action=edit Screenshots with broken display -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 18:20:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 16:20:53 +0000 Subject: [Koha-bugs] [Bug 7736] Edifact QUOTE and ORDER functionality In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736 --- Comment #171 from Colin Campbell --- (In reply to Jonathan Druart from comment #170) > This patchset introduces some uses of CGI->param in list context, please fix. Any clue as to where? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 18:25:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 16:25:32 +0000 Subject: [Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 --- Comment #8 from Katrin Fischer --- Hm, we are still testing without Plack not seeing response times as long so far - is it special pages that are affected? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 18:26:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 16:26:03 +0000 Subject: [Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- CC|pianohacker at gmail.com |jweaver at bywatersolutions.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 18:34:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 16:34:21 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 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 May 9 18:34:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 16:34:25 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49588|0 |1 is obsolete| | --- Comment #14 from Jonathan Druart --- Created attachment 51335 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51335&action=edit Bug 16088: Use Koha::Cache to cache the language The goal of this patch is to avoid unecessary flush of the L1 cache on creating a new CGI object each time C4::Languages::getlanguage is called without a CGI object. Test plan: At the OPAC and the intranet interfaces: - Clear the cookies of your browser - Choose a language and browse - Change the language and browse Try to use a language which is not defined: Add &language=es-ES (if es-ES is not translated) to the url, you should not see the Spanish interface. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 18:41:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 16:41:36 +0000 Subject: [Koha-bugs] [Bug 16478] Translation breaks display of Checkout history in tab Checks / On-site-checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478 --- Comment #2 from Marc V?ron --- Created attachment 51336 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51336&action=edit Bug 16478: Translation breaks display of Checkout history in tab Checks / On-site-checkouts To test: - Make sure that syspref OnsiteCheckouts is enabled - Log in to OPAC as a patron who has checkouts, online checkouts and checkout history enabled - Go to 'your reading history' (in English) - Display all three tabs - Apply patch - Reload page, display oll three tabs again, there should be no difference - Examine source code changes to verify that the words 'checkout' and 'onsite' no longer will be exposed to translation. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 18:41:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 16:41:54 +0000 Subject: [Koha-bugs] [Bug 7736] Edifact QUOTE and ORDER functionality In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736 --- Comment #172 from Jonathan Druart --- (In reply to Colin Campbell from comment #171) > (In reply to Jonathan Druart from comment #170) > > This patchset introduces some uses of CGI->param in list context, please fix. > > Any clue as to where? grep '=>.*->param' admin/edi_* and see commit f3e4b5bbb6b02d7bb6e89d84c0379666eb1e704f Bug 16154: CGI->multi_param - Force scalar context should give you some tricks. Basically you need to force the scalar context if called in a list context (when passed to the template). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 18:42:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 16:42:27 +0000 Subject: [Koha-bugs] [Bug 16478] Translation breaks display of Checkout history in tab Checks / On-site-checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |veron at veron.ch 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 Mon May 9 18:42:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 16:42:58 +0000 Subject: [Koha-bugs] [Bug 16478] Translation breaks display of Checkout history in tab Checkouts / On-site-checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Translation breaks display |Translation breaks display |of Checkout history in tab |of Checkout history in tab |Checks / On-site-checkouts |Checkouts / | |On-site-checkouts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 18:45:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 16:45:14 +0000 Subject: [Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 --- Comment #9 from Jonathan Druart --- (In reply to Katrin Fischer from comment #8) > Hm, we are still testing without Plack not seeing response times as long so > far - is it special pages that are affected? A catalogue search with opac images displayed should make you wait for ~30sec. The problem is the hit to opac-image.pl which will load the DBIX::Class schema. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 19:01:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:01:47 +0000 Subject: [Koha-bugs] [Bug 16478] Translation breaks display of Checkout history in tab Checkouts / On-site-checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51336|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51337 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51337&action=edit Bug 16478: Translation breaks display of Checkout history in tab Checks / On-site-checkouts To test: - Make sure that syspref OnsiteCheckouts is enabled - Log in to OPAC as a patron who has checkouts, online checkouts and checkout history enabled - Go to 'your reading history' (in English) - Display all three tabs - Apply patch - Reload page, display oll three tabs again, there should be no difference - Examine source code changes to verify that the words 'checkout' and 'onsite' no longer will be exposed to translation. 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 May 9 19:01:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:01:51 +0000 Subject: [Koha-bugs] [Bug 16478] Translation breaks display of Checkout history in tab Checkouts / On-site-checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478 --- Comment #4 from Jonathan Druart --- Created attachment 51338 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51338&action=edit Bug 16478: Fix checkout history tabs - intranet Test plan: Same as before for the intranet. And please retest the OPAC => I have changed the filter's values to match OPAC/intranet 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 May 9 19:06:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:06:14 +0000 Subject: [Koha-bugs] [Bug 15816] Timeout login redirects to home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816 --- Comment #12 from Jesse Weaver --- (In reply to Jonathan Druart from comment #10) > Comment on attachment 51323 [details] [review] > Bug 15816: Redirect back to correct page after login > > Review of attachment 51323 [details] [review]: > ----------------------------------------------------------------- > > ::: C4/Auth.pm > @@ +2055,5 @@ > > + > > +sub _get_script_name { > > + # This is the method about.pl uses to detect Plack; now that two places use it, it MUST be > > + # right. > > + if ( ( any { /(^psgi\.|^plack\.)/i } keys %ENV ) && $ENV{SCRIPT_NAME} =~ m,^/(intranet|opac)(.*), ) { > > Jesse, why do we need to parse SCRIPT_NAME? This is to make sure that we're not needlessly applying the fix; a local testing setup with plackup and (I think) the multi-host work on bug 15562 don't need this fix. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 19:09:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:09:51 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 --- Comment #53 from Katrin Fischer --- Hi Nick, can you please open a new bug linked to this one? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 19:22:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:22:07 +0000 Subject: [Koha-bugs] [Bug 16479] New: SIP shoudl send separate AF message for send_patron_home_library_in_af Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16479 Bug ID: 16479 Summary: SIP shoudl send separate AF message for send_patron_home_library_in_af Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: SIP2 Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: colin.campbell at ptfs-europe.com Bug 13871 changed the way patron branchcode is sent in the SIP message. Instead of a separate AF the branchcode is now sent concatenated to the message by " -- " This is causing issues for libraries who use the separate field to track statistics. -- You are receiving 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 May 9 19:22:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:22:57 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16479 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 19:22:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:22:57 +0000 Subject: [Koha-bugs] [Bug 16479] SIP shoudl send separate AF message for send_patron_home_library_in_af In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16479 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=13871 Priority|P5 - low |P3 -- You are receiving 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 May 9 19:25:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:25:31 +0000 Subject: [Koha-bugs] [Bug 16480] New: Unclosed tag in shelves line 332 on intranet Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480 Bug ID: 16480 Summary: Unclosed tag in shelves line 332 on intranet Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: hector.hecaxmmx at gmail.com Reporter: hector.hecaxmmx at gmail.com QA Contact: testopia at bugs.koha-community.org Unclosed tag in shelves line 332 on intranet when translating > An error occurred when creating this list./span> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 19:31:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:31:18 +0000 Subject: [Koha-bugs] [Bug 16481] New: Report menu has unexpected issues Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481 Bug ID: 16481 Summary: Report menu has unexpected issues Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Reports Assignee: gmcharlt at gmail.com Reporter: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15421 introduced a feature that is a little buggy. The menu is altered by some reports. I will attach some examples shortly. Basically, the new menu in Koha 3.22.6 added the ability to duplicate the report from within the report, not just on the report listing table. However, some of our reports are causing the menu to be altered. Here is one of our reports that causes the failure: SELECT CONCAT_WS(' ',authorised_values.lib,av2.lib) AS 'Status',reserves.reservenotes AS Notes,concat(biblio.title, ' ',ExtractValue(bi.marcxml, '//datafield[@tag="245"]/subfield[@code="b"]')) AS 'Title',biblio.author AS 'Author',items.location AS 'Location',items.itemcallnumber AS 'Call Number',items.barcode AS 'Barcode',CONCAT_WS(', ',borrowers.surname,borrowers.firstname) AS 'Patron',reserves.branchcode AS 'Send To',reserves.reservedate AS 'Date',if(reserves.itemnumber IS NULL,'Next Available','Item Level') AS 'Type',Date(Now()) AS 'Report Date' FROM (((((reserves INNER JOIN biblio ON reserves.biblionumber = biblio.biblionumber) INNER JOIN borrowers ON reserves.borrowernumber = borrowers.borrowernumber) INNER JOIN items ON biblio.biblionumber = items.biblionumber) LEFT JOIN biblioitems bi ON (biblio.biblionumber=bi.biblionumber) LEFT JOIN hold_fill_targets ON (reserves.biblionumber = hold_fill_targets.biblionumber) AND (reserves.borrowernumber = hold_fill_targets.borrowernumber)) LEFT JOIN branchtransfers ON items.itemnumber = branchtransfers.itemnumber) LEFT JOIN authorised_values ON items.itemlost = authorised_values.authorised_value LEFT JOIN authorised_values av2 ON items.damaged = av2.authorised_value WHERE (((authorised_values.category)="LOST") AND reserves.suspend=0 And ((av2.category="DAMAGED")) And ((reserves.reservedate)<=now()) And ((reserves.waitingdate) Is Null) And ((reserves.priority)=1) And ((items.itemnumber NOT IN (SELECT itemnumber FROM reserves WHERE itemnumber=items.itemnumber AND found IS NOT NULL))) And ((items.notforloan)=0) And ((items.damaged)=0) And ((items.itemlost)=0) And ((items.withdrawn)=0) And ((items.onloan) Is Null) And ((reserves.itemnumber) Is Not Null And (reserves.itemnumber)=items.itemnumber) And ((items.itype)<>"REF") And ((hold_fill_targets.itemnumber) Is Null)) Or (((authorised_values.category)="LOST") And ((av2.category="DAMAGED")) And ((hold_fill_targets.itemnumber)=items.itemnumber)) And ((reserves.found) IS NULL) AND reserves.suspend=0 GROUP BY items.holdingbranch, items.itemcallnumber, items.enumchron, biblio.author, biblio.title, items.barcode, reserves.branchcode HAVING items.holdingbranch=<> And Count(branchtransfers.datesent)=Count(branchtransfers.datearrived) ORDER BY items.location, items.itemcallnumber, items.enumchron, biblio.author, biblio.title ASC Christopher -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 19:34:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:34:20 +0000 Subject: [Koha-bugs] [Bug 16480] Unclosed tag in shelves line 332 on intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480 H?ctor Eduardo Castro Avalos 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 May 9 19:34:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:34:22 +0000 Subject: [Koha-bugs] [Bug 16480] Unclosed tag in shelves line 332 on intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480 --- Comment #1 from H?ctor Eduardo Castro Avalos --- Created attachment 51339 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51339&action=edit Bug 16480: Unclosed tag in shelves line 332 on intranet Unclosed tag in shelves line 332 on intranet when translating An error occurred when creating this list./span> This error was introduced by bug 15403 To test: Verify the template in line 332 to see the unclosed tag fixed or follow test plan for bug 15403 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 19:34:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:34:41 +0000 Subject: [Koha-bugs] [Bug 16481] Report menu has unexpected issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15421 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15421 [Bug 15421] Show all available actions in reports toolbar -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 19:34:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:34:41 +0000 Subject: [Koha-bugs] [Bug 15421] Show all available actions in reports toolbar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15421 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16481 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481 [Bug 16481] Report menu has unexpected issues -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 19:34:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:34:50 +0000 Subject: [Koha-bugs] [Bug 16480] Unclosed tag in shelves line 332 on intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15403 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15403 [Bug 15403] Confirm messages in intranet lists interface strangely worded -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 19:34:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:34:50 +0000 Subject: [Koha-bugs] [Bug 15403] Confirm messages in intranet lists interface strangely worded In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15403 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16480 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480 [Bug 16480] Unclosed tag in shelves line 332 on intranet -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 19:35:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:35:52 +0000 Subject: [Koha-bugs] [Bug 16481] Report menu has unexpected issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481 --- Comment #1 from Christopher Brannon --- Created attachment 51340 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51340&action=edit Snapshot of menu failure -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 19:36:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 17:36:32 +0000 Subject: [Koha-bugs] [Bug 16481] Report menu has unexpected issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481 --- Comment #2 from Christopher Brannon --- Created attachment 51341 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51341&action=edit Snapshot of good menu (how it should look) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 20:01:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 18:01:56 +0000 Subject: [Koha-bugs] [Bug 16478] Translation breaks display of Checkout history in tab Checkouts / On-site-checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51338|0 |1 is obsolete| | --- Comment #5 from Marc V?ron --- Created attachment 51342 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51342&action=edit Bug 16478: Fix checkout history tabs - intranet Test plan: Same as before for the intranet. And please retest the OPAC => I have changed the filter's values to match OPAC/intranet Signed-off-by: Jonathan Druart 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 May 9 20:02:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 18:02:22 +0000 Subject: [Koha-bugs] [Bug 16478] Translation breaks display of Checkout history in tab Checkouts / On-site-checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478 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 May 9 20:23:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 18:23:02 +0000 Subject: [Koha-bugs] [Bug 16481] Report menu has unexpected issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|gmcharlt at gmail.com |oleonard at myacpl.org Version|3.22 |master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 20:32:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 18:32:37 +0000 Subject: [Koha-bugs] [Bug 16481] Report menu has unexpected issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481 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 Mon May 9 20:32:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 18:32:39 +0000 Subject: [Koha-bugs] [Bug 16481] Report menu has unexpected issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481 --- Comment #3 from Owen Leonard --- Created attachment 51343 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51343&action=edit Bug 16481 - Report menu has unexpected issues This patch corrects a problem with the reports toolbar include file which can cause a problem with the "duplicate" button. The duplicate button passes the entire report SQL as a URL parameter, but the template variable was not escaped as a URL variable. This patch also adds the "uri" filter to the report name and notes fields just to be safe. To reproduce the bug, create a new SQL report using the SQL in the bug report. When you run the report you should see a broken "Duplicate" button. Apply the patch and run the report again. The duplicate button should look correct and work correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 20:34:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 18:34:25 +0000 Subject: [Koha-bugs] [Bug 14250] can generate discharge for patron with fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14250 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 Mon May 9 20:36:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 18:36:23 +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 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 Mon May 9 20:36:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 18:36:41 +0000 Subject: [Koha-bugs] [Bug 16464] If a patron has been discharged, show a message in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16464 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 Mon May 9 20:37:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 18:37:11 +0000 Subject: [Koha-bugs] [Bug 16466] Patron discharge page should show pending requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16466 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 Mon May 9 20:37:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 18:37:28 +0000 Subject: [Koha-bugs] [Bug 16440] Update report parameters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16440 Magnus Enger changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus at libriotech.no --- Comment #1 from Magnus Enger --- Sounds like a really good idea! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 20:56:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 18:56:34 +0000 Subject: [Koha-bugs] [Bug 16477] Improve staff client cart JavaScript and template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16477 Owen Leonard 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 May 9 20:56:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 18:56:36 +0000 Subject: [Koha-bugs] [Bug 16477] Improve staff client cart JavaScript and template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16477 --- Comment #1 from Owen Leonard --- Created attachment 51344 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51344&action=edit Bug 16477 - Improve staff client cart JavaScript and template This patch makes several changes to the cart JavaScript and template. In the template: - Remove "onclick" attributes in favor of defining events in the JavaScript. - Add a [% BLOCK %] section for some repeated markup. - Add some Font Awesome icons (I didn't add icons to all controls because I thought it looked cluttered). - Move the batch modification control out of the toolbar and into the group of controls which affects selected records. I think this is a logical grouping, and makes more sense than having a drop-down menu in the toolbar with a single menu item. JavaScript: - Created separate "cart.js" file so that JS could be moved out of the template without loading up basket.js with event functions which are not needed on every page in the staff client. - Fix JSHint errors. To test, apply the patch and clear your browser cache if necessary. - Add multiple items to the cart in the staff client and open the cart. - Confirm correct functionality of these toolbar buttons: - "More details" (and the corresponding "Show less") - "Send" - "Print" - "Empty and close" - Confirm the correct functionality of all the selection controls: Select all, clear all, Remove, Add to a list, Place hold, Batch modify, and Batch delete. - Confirm that clicking any title in the cart opens the correct detail page in the parent window. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 21:11:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 19:11:41 +0000 Subject: [Koha-bugs] [Bug 16482] New: Check-in page: Display can be broken in translations Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16482 Bug ID: 16482 Summary: Check-in page: Display can be broken in translations 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: veron at veron.ch QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Created attachment 51345 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51345&action=edit Screenshot English and GErman with broken display On the check-in page, if the translated strings are longer than the English strings, the form controls display is broken. See screenshot. -- You are receiving 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 May 9 21:12:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 19:12:19 +0000 Subject: [Koha-bugs] [Bug 16464] If a patron has been discharged, show a message in the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16464 Marc V?ron 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 Mon May 9 21:13:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 19:13:37 +0000 Subject: [Koha-bugs] [Bug 16479] SIP should send separate AF message for send_patron_home_library_in_af In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16479 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch Summary|SIP shoudl send separate AF |SIP should send separate AF |message for |message for |send_patron_home_library_in |send_patron_home_library_in |_af |_af -- You are receiving 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 May 9 21:14:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 19:14:26 +0000 Subject: [Koha-bugs] [Bug 16482] Check-in page: Display can be broken in translations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16482 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51345|Screenshot English and |Screenshot English and description|GErman with broken display |German with broken display -- You are receiving 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 May 9 21:32:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 19:32:02 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 Chris Kirby changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #12 from Chris Kirby --- -Applied patches - Made sure that SMS driver and TalkingTech sysprefs are defined to enable SMS and Phone preferences for users (SMS driver can be a dummy value). - Placed a hold for a patron - Set patron's messaging preferences to different choices (including none) - Check in the item that is on hold (it has not to be checked out for the test - Verified that below the message "Hold found (item is already waiting") an information appears about the patron's messaging preferences. --Message (notification preference) only appears where a transfer is not required. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 22:09:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 20:09:37 +0000 Subject: [Koha-bugs] [Bug 16483] New: Ampersand breaks search for analytics Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16483 Bug ID: 16483 Summary: Ampersand breaks search for analytics Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: gmcharlt at gmail.com Reporter: magnus at libriotech.no QA Contact: testopia at bugs.koha-community.org A customer has reported the following problem: A journal is catalogued with separate records for each issue. The journal has an ampersand in the title, let's call it "This & that". Each issue has 245$a like "This & that 2011-1", "This & that 2011-2" and so on. For each issue, there are analytical records. Now, when you are on the detail view of one of the issues in the staff client (/cgi-bin/koha/catalogue/detail.pl?biblionumber=12657) and click on "Show analytics", you get results from all issues of the journal, not just the one you wanted. The URL you are taken to looks like this: /cgi-bin/koha/catalogue/search.pl?q=Host-item:This & that 2011-3. Above the search results it says: 14 result(s) found for 'Host-item:This ' in MyLibrary Catalog. Note that the title has been cut before the ampersand. It is possible to tweak the search URL (remove the ampersand) and get the expected results. Changing the URL to this: /cgi-bin/koha/catalogue/search.pl?q=Host-item:This that 2011-3. gives this: 8 result(s) found for 'Host-item:This that 2011-3.' in MyLibrary Catalog. The same thing happens in the OPAC. I guess a workaround will be to enable UseControlNumber and follow the descriptions here: https://wiki.koha-community.org/wiki/Analytics -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 22:28:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 20:28:22 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 Chris Kirby changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49939|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 May 9 22:28:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 20:28:24 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 Chris Kirby changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49940|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 May 9 22:33:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 20:33:30 +0000 Subject: [Koha-bugs] [Bug 13153] Waiting hold checked in at different library doesn't re-route item to correct library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13153 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 Mon May 9 22:56:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 20:56:23 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 --- Comment #13 from Chris Kirby --- Created attachment 51346 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51346&action=edit Bug 16390: Accounts.t does not need MPL This test fails if you do not have a MPL branch, but a closer look shows that we only need to replace one occurrence. Test plan: Run Accounts.t Signed-off-by: Marc V?ron 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 Mon May 9 23:01:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 21:01:45 +0000 Subject: [Koha-bugs] [Bug 11144] Fix sequence of cronjobs: automatic renewal - fines - overdue notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11144 Chris Cormack 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 May 9 23:01:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 21:01:49 +0000 Subject: [Koha-bugs] [Bug 11144] Fix sequence of cronjobs: automatic renewal - fines - overdue notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11144 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #44283|0 |1 is obsolete| | --- Comment #24 from Chris Cormack --- Created attachment 51348 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51348&action=edit Bug 11144: Fix sequence of cronjobs: automatic renewal - fines - overdue notices The patch changes the sequence of cronjobs in the crontab example file and in the cron.daily file of the packages. This is why: 1) Renew automatically ... only when we can't renew, we want to 2) Calculate fines ... once the fine are calculated and charged we can print the amount into the 3) Overdue notices Before the change it could happen that you'd charge for an item, that would then be renewed. Or that you'd try to print fine amounts into the overdue notices, when they would only be charged moments later. To test: - configure your system so you have items that should - be charged with fines - renew automatically - configure your crontabs according to the example file or switch the cron.daily in your package installation with the new one - configure your overdue notices so that one should be generated <> - Wait for the cronjobs or schedule them to run earlier - Verify all is well and as it should be 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 May 9 23:28:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 21:28:09 +0000 Subject: [Koha-bugs] [Bug 16472] Update MARC21 de-DE frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16460 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) -- You are receiving 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 May 9 23:28:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 21:28:09 +0000 Subject: [Koha-bugs] [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16472 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472 [Bug 16472] Update MARC21 de-DE frameworks to Update 22 (April 2016) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 23:28:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 21:28:16 +0000 Subject: [Koha-bugs] [Bug 16472] Update MARC21 de-DE frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472 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 Mon May 9 23:31:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 21:31:48 +0000 Subject: [Koha-bugs] [Bug 16472] Update MARC21 de-DE frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472 Katrin Fischer 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 Mon May 9 23:31:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 21:31:52 +0000 Subject: [Koha-bugs] [Bug 16472] Update MARC21 de-DE frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472 --- Comment #2 from Katrin Fischer --- Created attachment 51350 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51350&action=edit Bug 16472: Update MARC21 de-DE frameworks to update 22 (April 2016) To test: 1) Start with a fresh database 2) Check mandatory bibliographic and authority files load without problem using the German web installer 3) Check new fields/subfields are ok -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 23:38:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 21:38:58 +0000 Subject: [Koha-bugs] [Bug 16421] Move hold edit actions into dropdown menu In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16421 --- Comment #2 from Owen Leonard --- > first option being the most flexible, as you can do all 4 with less clicks. I don't think the dropdown menu with the numbers is necessarily the most convenient if you have a lot of holds. For instance, moving hold number 50 up one space would required a lot of scrolling through numbers. I think it could be argued that by moving the arrows into a menu I have taken away the convenience they offer by being visible all the time. At my library we don't monkey with holds priorities much, so I don't use the options in a real-life situation very often. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 23:39:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 21:39:57 +0000 Subject: [Koha-bugs] [Bug 16472] Update MARC21 de-DE frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hector.hecaxmmx at gmail.com, | |veron at veron.ch --- Comment #3 from H?ctor Eduardo Castro Avalos --- Add here Marc since he is the most appropriate person to sign-of -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 23:43:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 21:43:26 +0000 Subject: [Koha-bugs] [Bug 16474] Standardize spelling of EDIFACT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51312|0 |1 is obsolete| | --- Comment #2 from H?ctor Eduardo Castro Avalos --- Created attachment 51351 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51351&action=edit [SIGNED-OFF]Bug 16474: Standardize spelling of EDIFACT Some templates use Edifact and edifact. As EDIFACT is an abbreviation, we should spell it like one. To test: - Check templates for occurrences of EDIFACT - acquisitions navigation menu - basket page - basketgroup page - EDIFACT messages page - Verify changes are correct Signed-off-by: Hector Castro Changes are correct -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 9 23:43:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 21:43:50 +0000 Subject: [Koha-bugs] [Bug 16474] Standardize spelling of EDIFACT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hector.hecaxmmx at gmail.com 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 May 10 00:12:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 22:12:35 +0000 Subject: [Koha-bugs] [Bug 16481] Report menu has unexpected issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481 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 Tue May 10 00:12:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 22:12:38 +0000 Subject: [Koha-bugs] [Bug 16481] Report menu has unexpected issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51343|0 |1 is obsolete| | --- Comment #4 from Aleisha Amohia --- Created attachment 51352 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51352&action=edit [SIGNED-OFF] Bug 16481 - Report menu has unexpected issues This patch corrects a problem with the reports toolbar include file which can cause a problem with the "duplicate" button. The duplicate button passes the entire report SQL as a URL parameter, but the template variable was not escaped as a URL variable. This patch also adds the "uri" filter to the report name and notes fields just to be safe. To reproduce the bug, create a new SQL report using the SQL in the bug report. When you run the report you should see a broken "Duplicate" button. Apply the patch and run the report again. The duplicate button should look correct and work correctly. Signed-off-by: Aleisha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 00:19:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 22:19:16 +0000 Subject: [Koha-bugs] [Bug 3669] Create a template for circ/add_message.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3669 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 May 10 00:19:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 22:19:20 +0000 Subject: [Koha-bugs] [Bug 3669] Create a template for circ/add_message.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3669 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50976|0 |1 is obsolete| | --- Comment #25 from Aleisha Amohia --- Created attachment 51353 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51353&action=edit Bug 3669: Moving 'Add a new message' into a pop up box and adding to patron toolbar This patch moves all the code into an include which can be accessed from the 'Add a new message' link or the patron toolbar. EDIT: Ensuring modal opens on all pages EDIT2: Once the form has been submitted the page will redirect to where you submitted the form from. EDIT3: Fixing indentation of member-add-message.inc Ensuring messages save on every page Fill branch Ensure predefined notes appear Form redirects to where it was submitted from, or just the circulation page. EDIT4: Removing the new include file and moving it all into the modal in the toolbar EDIT5: Removing swp file and unnecessary code duplication by utilising plugins EDIT6: Batch checkout fixes EDIT7: Ensure you do not get JS error from Comment 24 (Batch checkout syspref must be turned on) To test: 1) Go to a patron circ page (circ/circulation.pl?borrowernumber=X) 2) Click 'Add a new message' under Messages 3) Confirm this brings up the modal to add a message. Confirm clicking Save saves your message. If it is an OPAC message (for the user), confirm it shows as expected on the OPAC. 4) Click Cancel. Confirm this closes the modal. 5) Click 'Add message' button in toolbar. Complete steps 3 and 4. 6) Confirm the modal opens from all other pages with the members toolbar. Confirm predefined notes shows. circ/circulation.pl members/moremember.pl members/routing-lists.pl members/statistics.pl members/boraccount.pl members/pay.pl members/maninvoice.pl members/mancredit.pl members/readingrec.pl members/notices.pl members/member-flags.pl members/member-password.pl members/paycollect.pl members/files.pl turn on BatchCheckouts syspref and put in appropriate patron category circ/circulation.pl?borrowernumber=X&batch=1 7) Confirm that the page redirects to where you submitted the form from once you have submitted it. 8) Go to Check Out tab and confirm your message saved (or OPAC, wherever you saved it) Sponsored-by: Catalyst IT 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 May 10 01:28:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 23:28:11 +0000 Subject: [Koha-bugs] [Bug 16484] New: Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16484 Bug ID: 16484 Summary: Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Lists Assignee: gmcharlt at gmail.com Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Similar to bug 16296 but on the staff side -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 01:28:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 23:28:18 +0000 Subject: [Koha-bugs] [Bug 16484] Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16484 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16296 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 01:28:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 09 May 2016 23:28:18 +0000 Subject: [Koha-bugs] [Bug 16296] Virtualshelves: Using no OPACXSLTResultsDisplay breaks content display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16296 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16484 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 02:28:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:28:12 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 --- Comment #14 from Chris Kirby --- Hi Marc and Nick, After signing off on the two patches (and obsoleting yours) I tried to attach my commit, but obviously I screwed up the commit. I'll try to straighten this out, but if you have suggestions let me know. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 02:36:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:36:01 +0000 Subject: [Koha-bugs] [Bug 16484] Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16484 Nick Clemens 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 May 10 02:36:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:36:03 +0000 Subject: [Koha-bugs] [Bug 16484] Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16484 --- Comment #1 from Nick Clemens --- Created attachment 51354 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51354&action=edit Bug 16484 - Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet To test: 1 - Create a list in staff client 2 - Set XSLTResultsDisplay to blank 3 - View list, titles don't display 4 - Apply patch 5 - View list, titles display 6 - Set XSLTResultsDisplay to default 7 - View list, titles display as before patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 02:36:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:36:14 +0000 Subject: [Koha-bugs] [Bug 16484] Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16484 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 02:37:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:37:03 +0000 Subject: [Koha-bugs] [Bug 16480] Unclosed tag in shelves line 332 on intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480 Bernardo Gonzalez Kriegel 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 May 10 02:37:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:37:05 +0000 Subject: [Koha-bugs] [Bug 16480] Unclosed tag in shelves line 332 on intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51339|0 |1 is obsolete| | --- Comment #2 from Bernardo Gonzalez Kriegel --- Created attachment 51355 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51355&action=edit [SIGNED-OFF] Bug 16480: Unclosed tag in shelves line 332 on intranet Unclosed tag in shelves line 332 on intranet when translating An error occurred when creating this list./span> This error was introduced by bug 15403 To test: Verify the template in line 332 to see the unclosed tag fixed or follow test plan for bug 15403 Signed-off-by: Bernardo Gonzalez Kriegel -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 02:37:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:37:43 +0000 Subject: [Koha-bugs] [Bug 16480] Unclosed tag in shelves line 332 on intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |trivial Patch complexity|--- |Trivial patch CC| |bgkriegel at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 02:42:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:42:35 +0000 Subject: [Koha-bugs] [Bug 16472] Update MARC21 de-DE frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472 Bernardo Gonzalez Kriegel 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 May 10 02:42:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:42:38 +0000 Subject: [Koha-bugs] [Bug 16472] Update MARC21 de-DE frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16472 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51350|0 |1 is obsolete| | --- Comment #4 from Bernardo Gonzalez Kriegel --- Created attachment 51356 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51356&action=edit [SIGNED-OFF] Bug 16472: Update MARC21 de-DE frameworks to update 22 (April 2016) To test: 1) Start with a fresh database 2) Check mandatory bibliographic and authority files load without problem using the German web installer 3) Check new fields/subfields are ok Signed-off-by: Bernardo Gonzalez Kriegel Not a german speaker but seems right :) File loads without problem. No errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 02:42:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:42:41 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51346|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 May 10 02:42:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:42:55 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49940|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 May 10 02:43:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:43:02 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49939|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 May 10 02:48:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:48:05 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 --- Comment #15 from Nick Clemens --- (In reply to Chris Kirby from comment #14) Hi Chris, It looks like maybe you did: git bz attach 9543 HEAD~2 Commits are counted from head, so the last patches are: HEAD HEAD~1 (HEAD~2) (HEAD~3) Two attach the two latest you want to do: git bz attach 9543 HEAD~1^.. I un-obsoleted the original patches and obsoleted the extraneous one. I am leaving as signed off for now -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 02:55:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 00:55:32 +0000 Subject: [Koha-bugs] [Bug 15900] Remove use of recordpayment in ProcessOfflinePayment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15900 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com --- Comment #2 from Bernardo Gonzalez Kriegel --- On top of 15895, test fails prove t/db_dependent/Circulation.t t/db_dependent/Circulation.t .. 1/83 Can't locate object method "find" via package "Koha::Borrowers" (perhaps you forgot to load "Koha::Borrowers"?) at /home/bgkriegel/kohaclone/C4/Circulation.pm line 3912. Am I missing something? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 03:06:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 01:06:37 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bgkriegel at gmail.com Status|Needs Signoff |Patch doesn't apply --- Comment #11 from Bernardo Gonzalez Kriegel --- Sorry, does not apply again. I promise to test and sign. Applying: Bug 15801: Koha::BiblioFrameworks - Remove C4::Koha::getframeworks fatal: sha1 information is lacking or useless (C4/Koha.pm). Repository lacks necessary blobs to fall back on 3-way merge. Cannot fall back to three-way merge. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 04:00:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 02:00:49 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 --- Comment #16 from Chris Kirby --- Thanks, Nick. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 04:06:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 02:06:35 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |florent.mara at gmail.com --- Comment #14 from Florent Mara --- While rebasing bug 12598, I backported this patch and it broke my tests. (unless I missed something) With this patch, either overwrite_cardnumber is set to 0 and the duplicate borrower number will be caught as an 'already_in_db' feedback - before reaching the new code and get to the next input line. OR overwrite_cardnumber is set to 1 and duplicates are overwritten anyway. In other words, there does not appear to be any duplicate userid check anymore with the current code. In bug 12598, I relocated the new code block above 'if ($borrowernumber) {' to restore functionality. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 04:30:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 02:30:47 +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 #86 from Florent Mara --- Created attachment 51357 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51357&action=edit Attachment to Bug 12598 - New misc/import_borrowers.pl command line tool Bug 12598: New misc/import_borrowers.pl command line tool Test Plan: 1) Apply this patch 2) Test importing patrons from command line, options are availble with --help. Signed-off-by: Bernardo Gonzalez Kriegel Tested with minimal csv (cardnumber,surname,firstname,categorycode,branchcode,password,userid) Overwrite does not change category or branch. Patrons are loaded, userid & password works Updated license to GPLv3 No other koha-qa errors. Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 04:34:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 02:34:13 +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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51357|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 May 10 04:34:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 02:34:52 +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 #87 from Florent Mara --- Created attachment 51358 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51358&action=edit Attachment to Bug 12598 - New misc/import_borrowers.pl command line tool Bug 12598: New misc/import_borrowers.pl command line tool Test Plan: 1) Apply this patch 2) Test importing patrons from command line, options are availble with --help. Signed-off-by: Bernardo Gonzalez Kriegel Tested with minimal csv (cardnumber,surname,firstname,categorycode,branchcode,password,userid) Overwrite does not change category or branch. Patrons are loaded, userid & password works Updated license to GPLv3 No other koha-qa errors. Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 04:35:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 02:35:57 +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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51358|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 May 10 04:51:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 02:51:38 +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 #88 from Florent Mara --- Created attachment 51359 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51359&action=edit Bug 12598: New misc/import_borrowers.pl command line tool Test Plan: 1) Apply this patch 2) Test importing patrons from command line, options are availble with --help. Signed-off-by: Bernardo Gonzalez Kriegel Tested with minimal csv (cardnumber,surname,firstname,categorycode,branchcode,password,userid) Overwrite does not change category or branch. Patrons are loaded, userid & password works Updated license to GPLv3 No other koha-qa errors. Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 04:52:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 02:52:08 +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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51359|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 May 10 05:04:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:04:00 +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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50693|0 |1 is obsolete| | --- Comment #89 from Florent Mara --- Created attachment 51360 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51360&action=edit Attachment to Bug 12598 - New misc/import_borrowers.pl command line tool Bug 12598: New misc/import_borrowers.pl command line tool Test Plan: 1) Apply this patch 2) Test importing patrons from command line, options are availble with --help. Signed-off-by: Bernardo Gonzalez Kriegel Tested with minimal csv (cardnumber,surname,firstname,categorycode,branchcode,password,userid) Overwrite does not change category or branch. Patrons are loaded, userid & password works Updated license to GPLv3 No other koha-qa errors. Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 05:33:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:33:17 +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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50694|0 |1 is obsolete| | --- Comment #90 from Florent Mara --- Created attachment 51361 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51361&action=edit Bug 12598: New misc/import_borrowers.pl command line tool Test Plan: 1) Apply this patch 2) Test importing patrons from command line, options are availble with --help. Signed-off-by: Bernardo Gonzalez Kriegel Tested with minimal csv (cardnumber,surname,firstname,categorycode,branchcode,password,userid) Overwrite does not change category or branch. Patrons are loaded, userid & password works Updated license to GPLv3 No other koha-qa errors. Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 05:34:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:34:17 +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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51360|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 May 10 05:35:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:35: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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50695|0 |1 is obsolete| | --- Comment #91 from Florent Mara --- Created attachment 51362 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51362&action=edit Bug 12598 - Tidy import_borrowers.pl Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 05:36:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:36: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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50696|0 |1 is obsolete| | --- Comment #92 from Florent Mara --- Created attachment 51363 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51363&action=edit Bug 12598 - Move importing code to a subroutine Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 05:38:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:38: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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50697|0 |1 is obsolete| | --- Comment #93 from Florent Mara --- Created attachment 51364 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51364&action=edit Bug 12598 - Update command line script to use patron import subroutine Signed-off-by: Benjamin Rokseth -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 05:42:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:42:06 +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 #94 from Florent Mara --- Created attachment 51365 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51365&action=edit Bug 12598 [QA Followup] * Fix copyright on import_borrowers.pl * Changes -c --csv to -f --file * Adds -c --confirm option * Renames misc/import_borrowers.pl to misc/import_patrons.pl * Restore userid matchpoint option -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 05:43:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:43: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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50698|0 |1 is obsolete| | --- Comment #95 from Florent Mara --- Created attachment 51366 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51366&action=edit Bug 12598 - Fix merge to master. Backport 3 updates from latest import_borrowers.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 05:44:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:44:24 +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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50699|0 |1 is obsolete| | --- Comment #96 from Florent Mara --- Created attachment 51367 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51367&action=edit Bug 12598 - Started regression tests. Fix missing C4::Members::Attributes package -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 05:45:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:45:17 +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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50700|0 |1 is obsolete| | --- Comment #97 from Florent Mara --- Created attachment 51368 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51368&action=edit Bug 12598 - More refactoring and regression tests in Koha::Patrons::Import -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 05:46:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:46:01 +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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50704|0 |1 is obsolete| | --- Comment #98 from Florent Mara --- Created attachment 51369 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51369&action=edit Bug 12598 - Creating objects in misc/import_patrons.pl and tools/import_borrowers.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 05:48:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:48: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 Florent Mara changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51122|0 |1 is obsolete| | --- Comment #99 from Florent Mara --- Created attachment 51370 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51370&action=edit Bug 12598 - Refactoring Koha::Patrons::Import includes bug fixed for critical date types and header column parsing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 05:50:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:50:01 +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 #100 from Florent Mara --- Created attachment 51371 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51371&action=edit Bug 12598 - Rebase + backport of 16426 plus fixing 16426 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 05:56:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 03:56:12 +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 #101 from Florent Mara --- Created attachment 51372 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51372&action=edit Patrons sample data -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 06:10:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 04:10: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 #102 from Florent Mara --- This patch has been rebased today. Bug 16426 was backported and fixed. Test plan: 1) Apply this patch. 2) Set dateformat to mm/dd/yyyy. (Koha home->Administration->search for dateformat -> select and save) 3) run 'prove t/db_dependent/Koha/Patrons/Import.t' which should result in 2 file handle warnings and 122 tests passing. 4) Run the online importer ( Koha home->tools->Import patrons) Load PatronDataCSV1.csv sample file with default import parameters. It should result in 165 imported records and 835 not imported because they are not in the expected format. 5) Set dateformat to dd/mm/yyyy. 6) Run the new command line importer 'perl misc/import_patrons.pl -f ~/Downloads/PatronDataCSV1.csv -c -m 'cardnumber' -v' It should load the remaining 835 entries from the sample file. Import complete: Imported: 835 Overwritten: 0 Skipped: 0 Invalid: 165 Total: 1000 7) Optional. Run 'perl misc/import_patrons.pl --help' because you can. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 08:04:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 06:04:43 +0000 Subject: [Koha-bugs] [Bug 16444] C4::Tags is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16444 Srdjan Jankovic 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 May 10 08:04:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 06:04:46 +0000 Subject: [Koha-bugs] [Bug 16444] C4::Tags is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16444 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51244|0 |1 is obsolete| | --- Comment #3 from Srdjan Jankovic --- Created attachment 51373 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51373&action=edit [SIGNED-OFF] Bug 16444: Make C4::Tags plack safe C4::Tags use a package variable to cache the pref TagsExternalDictionary, it's not needed and not safe. There is not test plan, just make sure the changes are consistent. Signed-off-by: Srdjan -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 08:20:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 06:20:04 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 --- Comment #18 from Mason James --- (In reply to Jonathan Druart from comment #17) > (In reply to Marcel de Rooy from comment #13) > > On http://www.jacksasylum.eu/ContentFlow/ I only see changelogs until 2010? > > If there is no further development(?), this might be a risk. > > I can see that as blocker, Mason, would it be easy to update the plugin you > used? hi, yes - its very easy to swap the carousel plugin to anything else i'm happy to change the carousel plugin to whatever people desire > (In reply to Fr?d?ric Demians from comment #14) > > I don't see the advantage of this implementation against Bywater plugin. afaik, the big advantage is that the Bywater plugin can't display an *automated* selection of verified cover-images for recently added items i think for the Bywater plugin, a manual list (report?) would need to be created daily, then each item manually verified for a matching amazon image? > > rather see disadvantages, including ContentFlow.js obsolescence (not updated > > since 2010, when jQuery Flipster used by ByWater plugin is actively > > maintained). Reading the code, I don't understand how GetRecentBibs generates > > the list of 'recent' bibs. Why a new table (carousel)? Is it necessary to > > read/re-read this table each time the OPAC main page is loaded? > > Same for me, it's not conceivable to call this subroutine for each get of > the opac main page. with a warmed cache table, the GetRecentBibs() sub takes around 10ms on my old slow VM. 10ms seems acceptable? > Could you please detail what is the purpose of this subroutine? the subroutine returns a list of recently added bibs with verified matching amazon cover images > Why do you need a new table, cache of the image url that's it? yes, thats all - a method of caching the urls is needed for the feature to work at an acceptable speed fyi: i did experiment with memcache - but the speed difference was small/negligible, so i decided upon the convenience of a mysql table instead > Additional comments: > - kohastructure.sql changes are missing thanks, i can do this - no problem > - Amazon lookup should be optional amazon lookups effectively cease (ie: become 0) as the cache table becomes populated so this is probably not needed? (unless i misunderstand your point) > - We have several subroutines in C4::Koha to deal with ISBNs, I am sure you > could reuse thanks for the suggestion, i could use NormalizedISBN() instead > - What are the 150 and 300 hardcoded limits? they are limits to reduce the item list, the values were chosen to give a happy balance of acceptable performance and a good selection of randomised items > - It would be better to use Koha::Object sure, i can do this - no problem > - It would be great to remove all the debug variables, it will ease the > readability i would really prefer to leave the debug/profiling code (should any future problems occur?), i'm happy to tidy/improve the readability of the profiling code -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 08:29:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 06:29:36 +0000 Subject: [Koha-bugs] [Bug 10756] Carousel Display of New Titles on OPAC home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10756 --- Comment #19 from Mason James --- > > Same for me, it's not conceivable to call this subroutine for each get of > > the opac main page. > > with a warmed cache table, the GetRecentBibs() sub takes around 10ms on my > old slow VM. 10ms seems acceptable? a small missed point.. the GetRecentBibs() sub is only executed if the Caro syspref is manually enabled -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 09:18:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 07:18:41 +0000 Subject: [Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662 --- Comment #80 from David Cook --- Fixed the manual error resolution process, so that should be good. Need to add tools/manage-oai-imports to navigation and give it paging, but that should be trivial. Need to improve error handling for Koha::Icarus::Task::Upload::Biblio, and need to add more data validation to Koha::Icarus::Task::Upload and Koha::Icarus::Task::Download... I'm out of time this week, but I'll resume work on these next week. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 09:44:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 07:44:33 +0000 Subject: [Koha-bugs] [Bug 3669] Create a template for circ/add_message.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3669 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51353|0 |1 is obsolete| | --- Comment #26 from Marc V?ron --- Created attachment 51374 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51374&action=edit Bug 3669: Moving 'Add a new message' into a pop up box and adding to patron toolbar This patch moves all the code into an include which can be accessed from the 'Add a new message' link or the patron toolbar. EDIT: Ensuring modal opens on all pages EDIT2: Once the form has been submitted the page will redirect to where you submitted the form from. EDIT3: Fixing indentation of member-add-message.inc Ensuring messages save on every page Fill branch Ensure predefined notes appear Form redirects to where it was submitted from, or just the circulation page. EDIT4: Removing the new include file and moving it all into the modal in the toolbar EDIT5: Removing swp file and unnecessary code duplication by utilising plugins EDIT6: Batch checkout fixes EDIT7: Ensure you do not get JS error from Comment 24 (Batch checkout syspref must be turned on) To test: 1) Go to a patron circ page (circ/circulation.pl?borrowernumber=X) 2) Click 'Add a new message' under Messages 3) Confirm this brings up the modal to add a message. Confirm clicking Save saves your message. If it is an OPAC message (for the user), confirm it shows as expected on the OPAC. 4) Click Cancel. Confirm this closes the modal. 5) Click 'Add message' button in toolbar. Complete steps 3 and 4. 6) Confirm the modal opens from all other pages with the members toolbar. Confirm predefined notes shows. circ/circulation.pl members/moremember.pl members/routing-lists.pl members/statistics.pl members/boraccount.pl members/pay.pl members/maninvoice.pl members/mancredit.pl members/readingrec.pl members/notices.pl members/member-flags.pl members/member-password.pl members/paycollect.pl members/files.pl turn on BatchCheckouts syspref and put in appropriate patron category circ/circulation.pl?borrowernumber=X&batch=1 7) Confirm that the page redirects to where you submitted the form from once you have submitted it. 8) Go to Check Out tab and confirm your message saved (or OPAC, wherever you saved it) Sponsored-by: Catalyst IT Followed test plan, works as expected. (Re-tested for comment #24) 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 May 10 09:44:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 07:44:54 +0000 Subject: [Koha-bugs] [Bug 3669] Create a template for circ/add_message.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3669 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 Tue May 10 10:10:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 08:10:10 +0000 Subject: [Koha-bugs] [Bug 7736] Edifact QUOTE and ORDER functionality In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736 --- Comment #173 from Colin Campbell --- (In reply to Jonathan Druart from comment #172) > (In reply to Colin Campbell from comment #171) > > (In reply to Jonathan Druart from comment #170) > > > This patchset introduces some uses of CGI->param in list context, please fix. > > > > Any clue as to where? > > grep '=>.*->param' admin/edi_* > > and see commit f3e4b5bbb6b02d7bb6e89d84c0379666eb1e704f > Bug 16154: CGI->multi_param - Force scalar context > should give you some tricks. > > Basically you need to force the scalar context if called in a list context > (when passed to the template). Exactly these are scalar context calls -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 10:40:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 08:40:17 +0000 Subject: [Koha-bugs] [Bug 16484] Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16484 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51354|0 |1 is obsolete| | --- Comment #2 from Marc V?ron --- Created attachment 51375 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51375&action=edit Bug 16484 - Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet To test: 1 - Create a list in staff client 2 - Set XSLTResultsDisplay to blank 3 - View list, titles don't display 4 - Apply patch 5 - View list, titles display 6 - Set XSLTResultsDisplay to default 7 - View list, titles display as before patch 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 May 10 10:40:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 08:40:57 +0000 Subject: [Koha-bugs] [Bug 16484] Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16484 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Trivial patch 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 May 10 11:13:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 09:13:53 +0000 Subject: [Koha-bugs] [Bug 16477] Improve staff client cart JavaScript and template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16477 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51344|0 |1 is obsolete| | --- Comment #2 from Marc V?ron --- Created attachment 51376 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51376&action=edit Bug 16477 - Improve staff client cart JavaScript and template This patch makes several changes to the cart JavaScript and template. In the template: - Remove "onclick" attributes in favor of defining events in the JavaScript. - Add a [% BLOCK %] section for some repeated markup. - Add some Font Awesome icons (I didn't add icons to all controls because I thought it looked cluttered). - Move the batch modification control out of the toolbar and into the group of controls which affects selected records. I think this is a logical grouping, and makes more sense than having a drop-down menu in the toolbar with a single menu item. JavaScript: - Created separate "cart.js" file so that JS could be moved out of the template without loading up basket.js with event functions which are not needed on every page in the staff client. - Fix JSHint errors. To test, apply the patch and clear your browser cache if necessary. - Add multiple items to the cart in the staff client and open the cart. - Confirm correct functionality of these toolbar buttons: - "More details" (and the corresponding "Show less") - "Send" - "Print" - "Empty and close" - Confirm the correct functionality of all the selection controls: Select all, clear all, Remove, Add to a list, Place hold, Batch modify, and Batch delete. - Confirm that clicking any title in the cart opens the correct detail page in the parent window. 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 May 10 11:14:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 09:14:19 +0000 Subject: [Koha-bugs] [Bug 16477] Improve staff client cart JavaScript and template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16477 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 May 10 11:38:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 09:38:00 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #15 from Jacek Ablewicz --- (In reply to Jonathan Druart from comment #14) > Created attachment 51335 [details] [review] > Bug 16088: Use Koha::Cache to cache the language This new version looks a bit half-baked: you define new subroutine set_in_L1_cache_only(), but it's not used anywhere, instead you are using set_in_cache() / get_from_cache() so language code gets propagated to L2, if L2 == memcached this will have some "interesting" side effects. Under plack, there still will be one unnecessary L1 flush - that's way better than hundreds of unnecessary flushes, but that one extra flush is probably avoidable as well. IMO it would be better to have separate L1 memory-only cache for goals like that (implemented in different package, or separate hash + a set of subroutines to deal with it in Koha::Cache). Storing things that we don't want to propagate to L2 in the same hash (%L1_cache) will make further improvements (both Bug 16140 and Bug 16166 for example) much more complicated. I suggested to implement such a cache in a new package because having subroutines like get_from_separate_L1_memory_only_cache() in Koha::Cache may look kind of silly ;). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 11:49:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 09:49:15 +0000 Subject: [Koha-bugs] [Bug 16459] Adding patrons to a patron card label batch requires 'routing' permission In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16459 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron at veron.ch --- Comment #5 from Marc V?ron --- Tested with patch: - Set permissions 'catalogue' and 'label_creator' - Go to Home > Tools > Patron card creator - New card batch - Add patrons - Search windows pops up. Do a search. Result: Endless "Processing" - Set addtitionally permission 'borrowers' Result: Search window works as expected, patrons are found and can be selected. I think there should be two separate permissions for '...creator', one for labels ('label_creator') and one for patron cards ('patroncard_creator'). The latter would then additionally need 'borrowers' (with a hint in the description) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 12:33:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 10:33:36 +0000 Subject: [Koha-bugs] [Bug 16461] Add some information (branch and barcode) in fine description for overdue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16461 Theodoros Theodoropoulos changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |theod at lib.auth.gr -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 12:58:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 10:58:17 +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 #103 from Bernardo Gonzalez Kriegel --- Is it ready to be signed? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 13:01:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 11:01:50 +0000 Subject: [Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 --- Comment #10 from Jacek Ablewicz --- "Unusable" may sound a bit like an overstatement, but indeed some features (like OPACLocalCoverImages, Bug 16309) in 3.22+ are pretty much unusable without plack. Penalty for having non-plack config is somewhere around 0.8 - 1.5 sec on average (per script run), and growing - not to mention that 80-90% of CPU cycles are being wasted in non-plack setups. Koha without plack is very environmentally unfriendly ;) (*) *) unless you are running Koha in France (https://upload.wikimedia.org/wikipedia/commons/9/9b/Nuclear_power_percentage.svg) OPACLocalCoverImages is kind of the special case, when 1 catalogue search triggers ~20 runs of the opac/opac-image.pl. But there are many other places in Koha when 1 script triggers a lot of other scripts server-side (eg. all that ajax-ish kind of stuff in circulation, etc.) so it's not just this particular feature being affected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 13:03:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 11:03:55 +0000 Subject: [Koha-bugs] [Bug 16485] New: collection column in Item search is always empty Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16485 Bug ID: 16485 Summary: collection column in Item search is always empty Change sponsored?: --- Product: Koha Version: 3.20 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: gmcharlt at gmail.com Reporter: theod at lib.auth.gr QA Contact: testopia at bugs.koha-community.org When in "Item Search", it seems that regardless of the items returned in the result set, the collection name is always empty. This should be fixed and have the collection name displayed as expected. (The issue appears in 3.20, but seems to exists in 3.22 as well...) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 13:06:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 11:06:47 +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 #1 from Theodoros Theodoropoulos --- Needless to say that in my case the authorized values for the collections are correct and collection names appear correctly in other result pages. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 13:28:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 11:28:07 +0000 Subject: [Koha-bugs] [Bug 16486] New: Display the TIME a fine was collected/written off Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16486 Bug ID: 16486 Summary: Display the TIME a fine was collected/written off Change sponsored?: --- Product: Koha Version: 3.20 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: theod at lib.auth.gr QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com In many cases it would be very useful to be able to know the time a fine was collected/written off (in addition to the date). So ideally, the TIME could be shown next to the date in the Fines->Account tab. (This would make sense in almost all cases except maybe in Accruing fines). Alternatively, a text could be added to the description column. For example, "Payment, thanks" could become "Payment on 15/09/2015 14:30, thanks", "Writeoff" could become "Written off on 15/09/2015 14:30", etc -- You are receiving 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 May 10 13:39:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 11:39:41 +0000 Subject: [Koha-bugs] [Bug 16421] Move hold edit actions into dropdown menu In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16421 --- Comment #3 from Katrin Fischer --- Hm, I think we should try and get more people to look at this :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 13:53:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 11:53:46 +0000 Subject: [Koha-bugs] [Bug 16487] New: Cataloging/Authority search: add link to number of times used Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16487 Bug ID: 16487 Summary: Cataloging/Authority search: add link to number of times used Change sponsored?: --- Product: Koha Version: 3.20 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: gmcharlt at gmail.com Reporter: theod at lib.auth.gr QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl When cataloging an authority-controlled field, the librarians get a popup window by clicking at the "...", where they search a term and get a list of results. In that list there is a separate column (titled "used") where one gets the number this term is used in records. It would be very helpful for the librarian if this number was a LINK that displayed these specific records, so that he/she may select the proper authority. This functionality exists already in simple authority search (Home ? Authorities ? Authority search results), so if accepted by the community, implementing it in the popup window too would be fairly easy. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 14:06:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 12:06:13 +0000 Subject: [Koha-bugs] [Bug 5670] Housebound Readers Module In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5670 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50930|0 |1 is obsolete| | --- Comment #23 from Alex Sassmannshausen --- Created attachment 51377 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51377&action=edit Rebase on master Same patch rebased on master. -- 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 May 10 14:07:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 12:07:46 +0000 Subject: [Koha-bugs] [Bug 6906] show 'Borrower has previously issued $ITEM' alert on checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6906 Alex Sassmannshausen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50286|0 |1 is obsolete| | --- Comment #38 from Alex Sassmannshausen --- Created attachment 51378 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51378&action=edit Rebase on Master Same patch, rebased on master. -- 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 May 10 14:25:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 12:25:45 +0000 Subject: [Koha-bugs] [Bug 16284] Borrower Previously Checked Out: Serials In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16284 Mike changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |black23 at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 14:27:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 12:27:18 +0000 Subject: [Koha-bugs] [Bug 16488] New: UNIMARC to MARC21 xslt to be used in z39.50 import sources Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16488 Bug ID: 16488 Summary: UNIMARC to MARC21 xslt to be used in z39.50 import sources Change sponsored?: --- Product: Koha Version: 3.20 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Z39.50 / SRU / OpenSearch Servers Assignee: gmcharlt at gmail.com Reporter: theod at lib.auth.gr QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl It would be very helpful to have at least a 'basic' xsl template to be able to convert UNIMARC data to USMARC when trying to search and import data from UNIMARC z39.50 sources. It seems that there is a generic xslt available for UNIMARC to MARC conversion (https://github.com/edsd/biblio-metadata/blob/master/UNIMARC2MARC21.xsl) but it obviously needs a few changes to work with Koha. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 14:29:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 12:29:23 +0000 Subject: [Koha-bugs] [Bug 16488] UNIMARC to MARC21 xslt to be used in z39.50 import sources In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16488 Theodoros Theodoropoulos changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=6536 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 14:29:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 12:29:23 +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 Theodoros Theodoropoulos changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16488 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 14:40:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 12:40:15 +0000 Subject: [Koha-bugs] [Bug 16484] Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet (titles not showing in lists) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16484 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Virtualshelves: Using no |Virtualshelves: Using no |XSLTResultsDisplay breaks |XSLTResultsDisplay breaks |content display in intranet |content display in intranet | |(titles not showing in | |lists) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 15:10:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 13:10:49 +0000 Subject: [Koha-bugs] [Bug 16272] Transform checkout from on-site checkout to regular checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16272 Nicolas Legrand 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 May 10 15:16:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 13:16:50 +0000 Subject: [Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 --- Comment #11 from Jacek Ablewicz --- (In reply to Jacek Ablewicz from comment #6) > soon Koha will require Moose as well (and/or Moo or whatever) Heh, it already does (in Koha/SearchEngine/* modules). I'm wondering why we don't preload it in plack startup (and why we don't preload many more heavy-weighted Koha and CPAN modules as well). And for the things we do preload - is there any particular reason for preloading them from scratch again and again per each 20 requests? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 15:58:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 13:58:29 +0000 Subject: [Koha-bugs] [Bug 16489] New: ES code incorrectly refers to Moose Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 Bug ID: 16489 Summary: ES code incorrectly refers to Moose Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt at gmail.com Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org To reproduce: - Run: $ git grep Moose => FAIL: There are unneeded references to Moose: Koha/SearchEngine/Zebra/QueryBuilder.pm:use Moose::Role; Koha/SearchEngine/Zebra/Search.pm:#use Moose::Role; -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 15:58:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 13:58:38 +0000 Subject: [Koha-bugs] [Bug 16489] ES code incorrectly refers to Moose In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.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 May 10 16:03:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:03:25 +0000 Subject: [Koha-bugs] [Bug 16489] ES code incorrectly refers to Moose In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 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. From bugzilla-daemon at bugs.koha-community.org Tue May 10 16:03:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:03:28 +0000 Subject: [Koha-bugs] [Bug 16489] ES code incorrectly refers to Moose In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 51379 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51379&action=edit Bug 16489: ES code incorrectly refers to Moose Probably a leftover from the original SolR code, there are unused references to Moose in the new Elasticsearch code. To test: - Run: $ git grep Moose => FAIL: There are unneeded references to Moose: Koha/SearchEngine/Zebra/QueryBuilder.pm:use Moose::Role; Koha/SearchEngine/Zebra/Search.pm:#use Moose::Role; - Apply the patch - Run: $ git grep Moose => SUCCESS: No references to Moose - Run: $ prove t/Search* t/db_dependent/Search* => SUCCESS: Tests pass - Sign off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 16:04:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:04:05 +0000 Subject: [Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 --- Comment #12 from Tom?s Cohen Arazi --- (In reply to Jacek Ablewicz from comment #11) > (In reply to Jacek Ablewicz from comment #6) > > soon Koha will require Moose as well (and/or Moo or whatever) > > Heh, it already does (in Koha/SearchEngine/* modules). It shouldn't, see bug 16489, I just filled it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 16:12:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:12:41 +0000 Subject: [Koha-bugs] [Bug 16431] Marc subfield structure should be cached using Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431 Tom?s Cohen Arazi 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 Tue May 10 16:12:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:12:44 +0000 Subject: [Koha-bugs] [Bug 16431] Marc subfield structure should be cached using Koha::Cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16431 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51139|0 |1 is obsolete| | --- Comment #4 from Tom?s Cohen Arazi --- Created attachment 51380 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51380&action=edit Bug 16431: Use Koha::Cache to cache marc subfield structure The marc subfield structure is currently cached using a global variable of C4::Context. The infos are retrieved every time a new context is created. This patch suggests to use Koha::Cache instead. To achieve this goal, a new subroutine is created C4::Biblio::GetMarcSubfieldStructure, it will be called from code which needs to get the marc subfield structure. GetMarcFromKohaField, GetMarcSubfieldStructureFromKohaField, TransformKohaToMarc and _get_inverted_marc_field_map are modified accordingly and the cache is cleared when the table is updated (from the 3 pl scripts modified by this patch). The caching done in C4::Context (marcfromkohafield) is removed. Test plan: Play with the marc subfield structure (in the administration module), then add and edit records and make sure everything went fine. Signed-off-by: Tomas Cohen Arazi Everything works as expected on my functional tests. I'm really happy to see the patch introduces relevant tests for previously untested functions. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 16:15:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:15:56 +0000 Subject: [Koha-bugs] [Bug 16489] ES code incorrectly refers to Moose In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 Jacek Ablewicz 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 May 10 16:15:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:15:58 +0000 Subject: [Koha-bugs] [Bug 16489] ES code incorrectly refers to Moose In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51379|0 |1 is obsolete| | --- Comment #2 from Jacek Ablewicz --- Created attachment 51381 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51381&action=edit Bug 16489: ES code incorrectly refers to Moose Probably a leftover from the original SolR code, there are unused references to Moose in the new Elasticsearch code. To test: - Run: $ git grep Moose => FAIL: There are unneeded references to Moose: Koha/SearchEngine/Zebra/QueryBuilder.pm:use Moose::Role; Koha/SearchEngine/Zebra/Search.pm:#use Moose::Role; - Apply the patch - Run: $ git grep Moose => SUCCESS: No references to Moose - Run: $ prove t/Search* t/db_dependent/Search* => SUCCESS: Tests pass - Sign off Signed-off-by: Jacek Ablewicz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 16:23:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:23:24 +0000 Subject: [Koha-bugs] [Bug 16490] New: Add an "add to cart" link for each search results in the staff client Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16490 Bug ID: 16490 Summary: Add an "add to cart" link for each search results in the staff client Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/catalogue/search.pl?q=X OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org On the OPAC search results page each line has an "add to cart" link. This lets the user select individual results without having to check a box and scroll all the way to the top. I propose to add this to the staff client search results. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 16:26:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:26:11 +0000 Subject: [Koha-bugs] [Bug 12478] Elasticsearch support for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16489 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 [Bug 16489] ES code incorrectly refers to Moose -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 16:26:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:26:11 +0000 Subject: [Koha-bugs] [Bug 16489] ES code incorrectly refers to Moose In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |12478 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 [Bug 12478] Elasticsearch support for Koha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 16:27:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:27:21 +0000 Subject: [Koha-bugs] [Bug 16489] ES code incorrectly refers to Moose In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 16:43:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:43:41 +0000 Subject: [Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 --- Comment #13 from Jacek Ablewicz --- (In reply to Tom?s Cohen Arazi from comment #12) > > > soon Koha will require Moose as well (and/or Moo or whatever) > > > > Heh, it already does (in Koha/SearchEngine/* modules). > > It shouldn't, see bug 16489, I just filled it. OTOH, it would be kinda helpfull to left it as is, if we are willing to peddle plack more aggressively (just kidding). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 16:47:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:47:51 +0000 Subject: [Koha-bugs] [Bug 16079] Retrieving system preferences from database via DBIx is not fast enough In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16079 --- Comment #14 from Jacek Ablewicz --- (In reply to Jacek Ablewicz from comment #13) > OTOH, it would be kinda helpfull to left it as is, if we are willing to s/left/leave/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 16:48:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 14:48:33 +0000 Subject: [Koha-bugs] [Bug 16491] New: Link barcodes in messages link to specific item during check in Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16491 Bug ID: 16491 Summary: Link barcodes in messages link to specific item during check in Change sponsored?: --- Product: Koha Version: 3.22 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 Bug 15736 introduced a fix that turns off local use from populating the check in table. However, this takes away some functionality. There are times, after checking in an item, that a staff member needs to adjust something on the item. When the item appears in the check in table, the barcode gives a direct link to the item. With it off, all you have is what is shown in the message. The barcode shows, but the barcode and title are a single link to the record. Because of this, with the ShowAllCheckins preference set to Do not show, it takes an extra click to get to the item. It would be helpful if the barcode was a separate link to the item. Christopher -- You are receiving 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 May 10 17:00:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:00:41 +0000 Subject: [Koha-bugs] [Bug 6906] show 'Borrower has previously issued $ITEM' alert on checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6906 --- Comment #39 from Marc V?ron --- Testing: - patch applied - dbupdate done - schema updated Test 1: - System preferences CheckPrevCheckout is: 'Unless overridden, DO...' - Category X has: 'NO and try to override system preferences' - Patron (of category X) has: Check previous checkouts: inherited Result: Warning 'This item has previously been checked out to this patron.' Expected: No warning. Test 2: - System preferences CheckPrevCheckout is: 'Unless overridden, DO NOT...' - Category X has: 'YES and try to override system preferences' - Patron (of category X) has: Check previous checkouts: inherited Result: No warning Expected: Warning If I read correctly, I would expect that the patron category settings override the system preferences. -- 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 May 10 17:01:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:01:08 +0000 Subject: [Koha-bugs] [Bug 3534] Patron quick add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534 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 Tue May 10 17:01:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:01:11 +0000 Subject: [Koha-bugs] [Bug 3534] Patron quick add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50665|0 |1 is obsolete| | Attachment #50666|0 |1 is obsolete| | Attachment #50729|0 |1 is obsolete| | --- Comment #31 from Nick Clemens --- Created attachment 51382 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51382&action=edit Bug 3534 - Patron quick add form This patch adds a new system preference: PatronQuickAddFields When either this pref or BorrowerMandatoryField is populated this will add a new dropdown to the bew patron toolbar. When a category is chosen from this dropdown the fields in PatronQuickAddFields and BorrowerMandatoryField will be displayed. There will be a button allowing a user to switch from the quickadd to the full form and fields will be copied between the forms when toggling. The Quick add will only be displayed on add of a new patron, future edits should display the full form. Test plan: 1 - Apply patch 2 - run updatedatabase.pl 3 - Add a new patron and ensure nothing has changed 4 - Populate either PatronQuickAddFields or BorrowerMandatory fields and note the new button for adding a patron 5 - Click the Quick add and choose a type 6 - Only required or quick add fields should be displayed 7 - Verify toggling forms copies information 8 - Ensure you cannot save patron without filling required fields (quick add fields should be optional) 9 - Ensure you can save patron with fields filled out 10 - Ensure that a duplicate patron brings up the duplicate/add new buttons with full form displayed 11 - Verify that subsequent edits use only full form 12 - Verify that data on form submitted is the data saved to patron 13 - Test with various values in both MandatoryBorrowerFields and PatronQuickAddFields Sponsored by: VOKAL (Vermont Organization of Koha Automated Libraries) 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 May 10 17:06:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:06:01 +0000 Subject: [Koha-bugs] [Bug 16490] Add an "add to cart" link for each search results in the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16490 Owen Leonard 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 Tue May 10 17:06:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:06:03 +0000 Subject: [Koha-bugs] [Bug 16490] Add an "add to cart" link for each search results in the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16490 --- Comment #1 from Owen Leonard --- Created attachment 51383 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51383&action=edit Bug 16490 - Add an "add to cart" link for each search results in the staff client This patch adds an "add to cart" link to each line of search results in the staff client. To test, apply the patch and clear your browser cache if necessary. - Enable the intranetbookbag system preference. - Perform a search which will return multiple search results. - Each result should have an "Add to cart" link. - Clicking the "Add to cart" link should add the title to the cart, triggering the correct pop-up message and changing the link to read "In your cart (remove)." - Clicking the "remove" link should remove the title from your cart and trigger the correct messages. - Add multiple titles to your cart and perform the same search again. Each result should correctly indicate which titles are already in your cart. - Open the cart popup window. - Check the checkbox for one or more titles in your cart and choose "Remove." The titles should be removed, and the "In your cart" label in the search results page should reflect that the titles are no longer in the cart. - Choose "Empty and close." All titles in the parent page should now indicate that they are not in the cart. - Disable the intranetbookbag preference and confirm that the "Add to cart" links are no longer there. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 17:06:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:06:52 +0000 Subject: [Koha-bugs] [Bug 11909] Fix hidelostitems, OpacHiddenItems total count, prog them facet display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11909 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 May 10 17:17:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:17:51 +0000 Subject: [Koha-bugs] [Bug 16490] Add an "add to cart" link for each search results in the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16490 Marc V?ron changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51383|0 |1 is obsolete| | --- Comment #2 from Marc V?ron --- Created attachment 51384 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51384&action=edit Bug 16490 - Add an "add to cart" link for each search results in the staff client This patch adds an "add to cart" link to each line of search results in the staff client. To test, apply the patch and clear your browser cache if necessary. - Enable the intranetbookbag system preference. - Perform a search which will return multiple search results. - Each result should have an "Add to cart" link. - Clicking the "Add to cart" link should add the title to the cart, triggering the correct pop-up message and changing the link to read "In your cart (remove)." - Clicking the "remove" link should remove the title from your cart and trigger the correct messages. - Add multiple titles to your cart and perform the same search again. Each result should correctly indicate which titles are already in your cart. - Open the cart popup window. - Check the checkbox for one or more titles in your cart and choose "Remove." The titles should be removed, and the "In your cart" label in the search results page should reflect that the titles are no longer in the cart. - Choose "Empty and close." All titles in the parent page should now indicate that they are not in the cart. - Disable the intranetbookbag preference and confirm that the "Add to cart" links are no longer there. 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 May 10 17:20:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:20:28 +0000 Subject: [Koha-bugs] [Bug 16490] Add an "add to cart" link for each search results in the staff client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16490 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 May 10 17:22:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:22:43 +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 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 May 10 17:25:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:25:46 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 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 May 10 17:26:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:26:16 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #48938|0 |1 is obsolete| | Attachment #48939|0 |1 is obsolete| | Attachment #50259|0 |1 is obsolete| | --- Comment #12 from Jonathan Druart --- Created attachment 51385 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51385&action=edit Bug 15801: Koha::BiblioFrameworks - Remove C4::Koha::GetFrameworksLoop The C4::Koha::GetFrameworksLoop retrieves biblio frameworks and returns them ordered by the description (frameworktext). If a parameter is passed, a selected flag is set. The selection of the options should be done on the template side. These 2 calls can be replaced with Koha::BiblioFrameworks->search({}, { order_by => ['frameworktext'] }); Test plan: 1/ Go on a Labeled MARC biblio view (catalogue/labeledMARCdetail.pl) You should see a dropdown list with the biblio frameworks. The framework of the record should be selected by default 2/ Create a sql report using the biblio_framework parameter, something like: SELECT COUNT(*) FROM biblio WHERE frameworkcode=<> Save and execute the report. You should get a dropdown list with the framework list. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 17:26:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:26:46 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 --- Comment #13 from Jonathan Druart --- Created attachment 51386 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51386&action=edit Bug 15801: Koha::BiblioFrameworks - Remove C4::Koha::getframeworks C4::Koha::getframeworks returned a hashref of biblio frameworks. It was mainly used to generate the dropdown list of frameworks. The scripts modified in this patch did not necessary order the element by description (frameworktext), the displays were not consistent from one screen to another. Using the same search method everywhere: Koha::BiblioFrameworks->search({}, { order_by => ['frameworktext'] }); We will know always get the framework in the same order. Test plan: Following the different pages modified by this patch, and make sure the frameworks are displayed correctly in the dropdown list: 1/ acqui/z3950_search.pl - Create an order from an external source. 2/ admin/fieldmapping.pl - Define some mappings keyword / MARC field 3/ admin/marctagstructure.pl - On the MARC frameworks admin page, select another framework than the default one and click on the 'Search' button 4/ catalogue/MARCdetail.pl - On the MARC defail page, change the framework you want to use to display the record 5/ cataloguing/addbiblio.pl - Add or edit a biblio record, change its framework. When editing, the framework of the record should be selected by default 6/ cataloguing/addbooks.pl - Go on the cataloguing home page and click on the "New record" button. You should see all the frameworks 7/ cataloguing/merge.pl - Select 2 biblio records to merge. On the first step (select the merge reference), you should be allowed to select the framework to use. 8/ tools/inventory.pl - On the inventory page, the "Item statuses" part should be populated as before this patch 9/ tools/manage-marc-import.pl - Stage records for import. Before importing them into the catalog, you should see the framework dropdown list. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 17:27:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:27:40 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 --- Comment #14 from Jonathan Druart --- Created attachment 51387 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51387&action=edit Bug 15801: Koha::BiblioFrameworks - Remove C4::Koha::getframeworkinfo This was the "Get" subroutine for the framework, it can be easily replaced with a call to the Koha::BiblioFrameworks->find method. This patch also replaces some confusing wordings (framework vs frameworkcode). Test plan: On the circulation home page, you should get a warning message if you don't have the FA (Fast cataloguing) framework Note that the admin/marctagstructure.pl has already been tested in the previous patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 17:38:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:38:57 +0000 Subject: [Koha-bugs] [Bug 16489] ES code incorrectly refers to Moose In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 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 May 10 17:39:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:39:45 +0000 Subject: [Koha-bugs] [Bug 16489] ES code incorrectly refers to Moose In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51381|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51388 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51388&action=edit Bug 16489: ES code incorrectly refers to Moose Probably a leftover from the original SolR code, there are unused references to Moose in the new Elasticsearch code. To test: - Run: $ git grep Moose => FAIL: There are unneeded references to Moose: Koha/SearchEngine/Zebra/QueryBuilder.pm:use Moose::Role; Koha/SearchEngine/Zebra/Search.pm:#use Moose::Role; - Apply the patch - Run: $ git grep Moose => SUCCESS: No references to Moose - Run: $ prove t/Search* t/db_dependent/Search* => SUCCESS: Tests pass - Sign off Signed-off-by: Jacek Ablewicz 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 May 10 17:41:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:41:58 +0000 Subject: [Koha-bugs] [Bug 3534] Patron quick add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51382|0 |1 is obsolete| | --- Comment #32 from Nick Clemens --- Created attachment 51389 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51389&action=edit Bug 3534 - Patron quick add form This patch adds a new system preference: PatronQuickAddFields When either this pref or BorrowerMandatoryField is populated this will add a new dropdown to the bew patron toolbar. When a category is chosen from this dropdown the fields in PatronQuickAddFields and BorrowerMandatoryField will be displayed. There will be a button allowing a user to switch from the quickadd to the full form and fields will be copied between the forms when toggling. The Quick add will only be displayed on add of a new patron, future edits should display the full form. Test plan: 1 - Apply patch 2 - run updatedatabase.pl 3 - Add a new patron and ensure nothing has changed 4 - Populate either PatronQuickAddFields or BorrowerMandatory fields and note the new button for adding a patron 5 - Click the Quick add and choose a type 6 - Only required or quick add fields should be displayed 7 - Verify toggling forms copies information 8 - Ensure you cannot save patron without filling required fields (quick add fields should be optional) 9 - Ensure you can save patron with fields filled out 10 - Ensure that a duplicate patron brings up the duplicate/add new buttons with full form displayed 11 - Verify that subsequent edits use only full form 12 - Verify that data on form submitted is the data saved to patron 13 - Test with various values in both MandatoryBorrowerFields and PatronQuickAddFields Sponsored by: VOKAL (Vermont Organization of Koha Automated Libraries) 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 May 10 17:42:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 15:42:40 +0000 Subject: [Koha-bugs] [Bug 7736] Edifact QUOTE and ORDER functionality In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736 --- Comment #174 from Jonathan Druart --- (In reply to Colin Campbell from comment #173) > (In reply to Jonathan Druart from comment #172) > > (In reply to Colin Campbell from comment #171) > > > (In reply to Jonathan Druart from comment #170) > > > > This patchset introduces some uses of CGI->param in list context, please fix. > > > > > > Any clue as to where? > > > > grep '=>.*->param' admin/edi_* > > > > and see commit f3e4b5bbb6b02d7bb6e89d84c0379666eb1e704f > > Bug 16154: CGI->multi_param - Force scalar context > > should give you some tricks. > > > > Basically you need to force the scalar context if called in a list context > > (when passed to the template). > > Exactly these are scalar context calls Please have a look at bug 16154 and bug 15809 if you want more information on this issue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 18:06:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 16:06:22 +0000 Subject: [Koha-bugs] [Bug 6906] show 'Borrower has previously issued $ITEM' alert on checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6906 --- Comment #40 from Alex Sassmannshausen --- Hi Marc, Thank you very much for taking the time to test the patch. I am currently not able to reproduce the problem you describe on my test system (with a fresh install of Koha and this patch). Would you be able to run the test suite to see if that passes for you (prove t/db_dependent/Patron/CheckPrevCheckout.t)? Bizarre thing is, your test results are exactly the opposite of what is supposed to happen. You are right in thinking the determining factor in this context should be the category setting *only*. Alex -- 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 May 10 18:09:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 16:09:48 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #5 from Owen Leonard --- I disagree with some of these choices. These are the existing patterns for button use as I understand them: https://wiki.koha-community.org/wiki/Interface_patterns#Buttons > -Patron lists -> New patron List -> Save In general submit buttons are not styled as Bootstrap buttons and do not have icons attached to them. > -Patron list -> my_list_saved -> Add patrons -> Remove selected patrons, There is currently some confusion in how we indicate remove or cancel (See Bug 16005). I think the "trash" icon should be the standard for delete or remove. > -Import patrons -> Import > -Overdue notice/status triggers -> Save changes > -Batch patron modification -> Save > -Upload patron images -> Upload I think these are all basic submits button and should be unstyled. > -Tags -> Apply filter(s), Test, Approved, Reject, Select all, Clear all, The links under "Terms summary" should not have icons. Icons are attached to controls which trigger actions. These links are for different views of the data. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 18:13:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 16:13:04 +0000 Subject: [Koha-bugs] [Bug 16282] Usernames should be case sensitive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16282 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |chris at bigballofwax.co.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 Tue May 10 18:26:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 16:26:24 +0000 Subject: [Koha-bugs] [Bug 6906] show 'Borrower has previously issued $ITEM' alert on checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6906 --- Comment #41 from Marc V?ron --- Hi Alex, I get: t/db_dependent/Patron/CheckPrevCheckout.t .. ok All tests successful. Files=1, Tests=59, 3 wallclock secs ( 0.03 usr 0.01 sys + 2.37 cusr 0.31 csys = 2.72 CPU) Result: PASS However, I did not test on a fresh install. I will try to find out what happens on my site. -- 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 May 10 18:33:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 16:33:47 +0000 Subject: [Koha-bugs] [Bug 6906] show 'Borrower has previously issued $ITEM' alert on checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6906 --- Comment #42 from Alex Sassmannshausen --- Hmm... thanks for your quick response. The tests essentially go through all permutations of the user, category, syspref combinations ? and they pass. It seems interesting the error occurs in the UI for you. I'd be very interested in hearing further results from your side! Alex -- 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 May 10 18:36:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 16:36:15 +0000 Subject: [Koha-bugs] [Bug 16492] New: Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16492 Bug ID: 16492 Summary: Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: SIP2 Assignee: koha-bugs at lists.koha-community.org Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: colin.campbell at ptfs-europe.com Bug 14507 introduced the use of checkpw in C4::SIP::ILS::Patron so that non-Koha internal authentication processes would be able to function via SIP ( LDAP et al ). The problem is that checkpw changes the userenv to that of the patron! This is not usually an issue in Koha because most of the time that patron running through checkpw is the one to be logged in. Aside from SIP2 the only other area where this may be an issue is in SCO when using SelfCheckoutByLogin. -- You are receiving 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 May 10 18:36:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 16:36:30 +0000 Subject: [Koha-bugs] [Bug 16492] Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16492 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 Tue May 10 18:39:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 16:39:21 +0000 Subject: [Koha-bugs] [Bug 16492] Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16492 --- Comment #1 from Kyle M Hall --- Created attachment 51390 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51390&action=edit Bug 16492 - Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library Bug 14507 introduced the use of checkpw in C4::SIP::ILS::Patron so that non-Koha internal authentication processes would be able to function via SIP ( LDAP et al ). The problem is that checkpw changes the userenv to that of the patron! This is not usually an issue in Koha because most of the time that patron running through checkpw is the one to be logged in. Aside from SIP2 the only other area where this may be an issue is in SCO when using SelfCheckoutByLogin. Test Plan: 1) On master, check out an item to a patron via SIP2 2) Note the checkout lists the item as having been checked out from the patron's home library not matter which library is was supposed to be checked out from. 3) Apply this patch 4) Re-checkout the item 5) The item should now be checked out as if it was checked out from the library as defined in the SIP configuration file. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 18:41:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 16:41:07 +0000 Subject: [Koha-bugs] [Bug 16492] Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16492 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51390|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall --- Created attachment 51391 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51391&action=edit Bug 16492 - Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library Bug 14507 introduced the use of checkpw in C4::SIP::ILS::Patron so that non-Koha internal authentication processes would be able to function via SIP ( LDAP et al ). The problem is that checkpw changes the userenv to that of the patron! This is not usually an issue in Koha because most of the time that patron running through checkpw is the one to be logged in. Aside from SIP2 the only other area where this may be an issue is in SCO when using SelfCheckoutByLogin. Test Plan: 1) On master, check out an item to a patron via SIP2 2) Note the checkout lists the item as having been checked out from the patron's home library not matter which library is was supposed to be checked out from. 3) Apply this patch 4) Re-checkout the item 5) The item should now be checked out as if it was checked out from the library as defined in the SIP configuration file. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 18:41:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 16:41:22 +0000 Subject: [Koha-bugs] [Bug 14722] Refactor the catalogue export tool (command-line tools/export.pl does not work anymore. Use misc/export_records.pl instead) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14722 Heather Braum changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hbraum at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 18:41:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 16:41:33 +0000 Subject: [Koha-bugs] [Bug 16492] Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16492 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |14507 Status|NEW |Needs Signoff Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14507 [Bug 14507] SIP Authentication broken when LDAP Auth Enabled -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 18:41:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 16:41:33 +0000 Subject: [Koha-bugs] [Bug 14507] SIP Authentication broken when LDAP Auth Enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14507 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16492 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16492 [Bug 16492] Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 18:42:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 16:42:24 +0000 Subject: [Koha-bugs] [Bug 6906] show 'Borrower has previously issued $ITEM' alert on checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6906 --- Comment #43 from Marc V?ron --- Hi Alex, I'm sorry... I messed up the patron categories while testing... Mea culpa! Will do some more testing. -- 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 May 10 19:09:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 17:09:19 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51335|0 |1 is obsolete| | --- Comment #16 from Jonathan Druart --- Created attachment 51392 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51392&action=edit Bug 16088: Introduce Koha::Cache::Memory::Lite to cache the language The goal of this patch is to avoid unecessary flush of the L1 cache on creating a new CGI object each time C4::Languages::getlanguage is called without a CGI object. The new class Koha::Cache::Memory::Lite must be flushed by the CGI constructor overide done in the psgi file. This new class will ease caching of specific stuffs used by running script. Test plan: At the OPAC and the intranet interfaces: Open 2 different browser session to simulate several users - Clear the cookies of the browsers - User 1 (U1) an User 2 (U2) should be set to the default language (depending on the browser settings) - U1 chooses another language - U2 refreshes and the language used must be the default one - U2 chooses a third language - U1 refreshes and must be still using the one he has choosen. Try to use a language which is not defined: Add &language=es-ES (if es-ES is not translated) to the url, you should not see the Spanish interface. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 19:14:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 17:14:39 +0000 Subject: [Koha-bugs] [Bug 16493] New: acq matching on title and author Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 Bug ID: 16493 Summary: acq matching on title and author Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: nengard at gmail.com QA Contact: testopia at bugs.koha-community.org When you order from a staged file you're getting duplicate warnings that are inaccurate. For example, when you order a file of 50 DVDs for example and they don't have ISBNs they're matching on the books. And then you have to order them one by one. ---------- [11:42] it seems to use FindDuplicate [11:43] http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=C4/Search.pm;hb=47dc39997198126be702c13c58053e793c609f90#l83 [11:44] i might be misreading it, but looks like isbn when there is one - if there is none, title and author ----------- This shouldn't happen, it's a big deal in libraries that do a lot of ordering and is just plain wrong based on cataloging rules. Is there any way to override this without doing them one by one or a way to make it use the matching rules instead? -- You are receiving 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 May 10 19:57:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 17:57:23 +0000 Subject: [Koha-bugs] [Bug 6906] show 'Borrower has previously issued $ITEM' alert on checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6906 --- Comment #44 from Marc V?ron --- Created attachment 51393 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51393&action=edit Bug 6906 - show 'Borrower has previously issued... New feature: provide granular means to configure warnings about items that have been issued to a particular borrower before, according to their checkout history. - Global syspref ('CheckPrevCheckout'), set to 'hardno' by default, allows users to enable this feature library wide. - Per patron category pref allows libraries to create overrides per category, falling back on the global setting by default. - Per patron pref allows switching the functionality on at the level of patron. Fall-back to category settings by default. * Koha/Patron (wantsCheckPrevCheckout, doCheckPrevCheckout): New methods. * C4/Circulation.pm (CanBookBeIssued): Introduce CheckPrevCheckout check. * admin/categories.pl: Pass along checkprevcheckout. * koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt: Expose CheckPrevCheckout per category setting. * koha-tmpl/intranet-tmpl/prog/en/modules/preferences/patrons.pref: Expose CheckPrevCheckout syspref. * koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt: Expose per patron CheckPrevCheckout preference. * koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt: Expose per patron CheckPrevCheckout preference. * koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt: Add 'CHECKPREVCHECKOUT' confirmation message. * installer/data/mysql/kohastructure.sql: Modify structure of 'categories', 'borrowers', 'oldborrowers'. * installer/data/mysql/sysprefs.sql: Add 'CheckPrevCheckout'. * installer/data/mysql/atomicupdate/checkPrevCheckout.sql: New file. * t/db_dependent/Patron/CheckPrevCheckout.t: New file with unit tests. Test plan: - Apply patch. - Run updatedatabase. - Regenerate Koha Schema files. - Run the unit tests. - Verify 'CheckPrevCheckout' is visible in Patrons sysprefs and can be switched to 'hardyes', 'softyes', 'softno' and 'hardno'. + Check out previously checked out items to a patron, checking the message appears as expected. - Verify no 'Check previous checkouts' setting appears on the borrower category pages if the syspref is set to a 'hard' option. - Verify 'Check previous checkouts' setting appears on the borrower category pages and can be modified per borrower category. + Issue previously issued items to a borrower, checking the message appears as expected (This setting should override the default setting if that is set to a 'soft' option). - Verify no 'Check previous checkouts' setting appears on the individual borrower pages if the syspref is set to a 'hard' option. - Verify 'Check previous checkouts' setting appears on individual borrower pages and can be modified. + Issue previously issued items to a borrower, checking the message appears as expected (This setting should override the category setting and the default setting if the latter is set to a 'soft' option). Followed test plan, works as expected. Signed-off-by: Marc V?ron -- 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 May 10 19:57:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 17:57:52 +0000 Subject: [Koha-bugs] [Bug 6906] show 'Borrower has previously issued $ITEM' alert on checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6906 Marc V?ron 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 May 10 20:02:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 18:02:33 +0000 Subject: [Koha-bugs] [Bug 16494] New: Remove the use of "onclick" from some patron pages Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16494 Bug ID: 16494 Summary: Remove the use of "onclick" from some patron pages Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org Several patron-related pages include the use of "onclick" attributes. These should be replaced in favor of defining events in JavaScript. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 20:19:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 18:19:44 +0000 Subject: [Koha-bugs] [Bug 14239] Bibframe support in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14239 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 Tue May 10 20:25:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 18:25:16 +0000 Subject: [Koha-bugs] [Bug 16492] Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16492 Heather Braum changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hbraum at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 20:37:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 18:37:44 +0000 Subject: [Koha-bugs] [Bug 16495] New: acq ordering from staged file laborious with dups Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16495 Bug ID: 16495 Summary: acq ordering from staged file laborious with dups Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Acquisitions Assignee: koha-bugs at lists.koha-community.org Reporter: nengard at gmail.com QA Contact: testopia at bugs.koha-community.org When you order from a staged file if there are duplicates you have to process each title individually. The individual process doesn't bring over the fund, and takes you back to the basket after every title. I will get a video of this. Nicole -- You are receiving 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 May 10 20:41:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 18:41:55 +0000 Subject: [Koha-bugs] [Bug 16495] acq ordering from staged file laborious with dups In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16495 --- Comment #1 from Nicole C. Engard --- Video: http://screencast.com/t/qcojJvy9GPJK -- You are receiving 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 May 10 21:03:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 19:03:57 +0000 Subject: [Koha-bugs] [Bug 16496] New: accountlines.issue_id not set when new overdue is processed Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 Bug ID: 16496 Summary: accountlines.issue_id not set when new overdue is processed Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: blocker 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 It appears that somehow the adding of issue_id to accountlines for new fines was missed! This is incredibly important, otherwise UpdasteFine will always create a new fine! -- You are receiving 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 May 10 21:05:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 19:05:13 +0000 Subject: [Koha-bugs] [Bug 16496] accountlines.issue_id not set when new overdue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 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 Tue May 10 21:06:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 19:06:47 +0000 Subject: [Koha-bugs] [Bug 16496] accountlines.issue_id not set when new overdue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 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. From bugzilla-daemon at bugs.koha-community.org Tue May 10 21:06:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 19:06:49 +0000 Subject: [Koha-bugs] [Bug 16496] accountlines.issue_id not set when new overdue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 --- Comment #1 from Kyle M Hall --- Created attachment 51394 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51394&action=edit Bug 16496 - accountlines.issue_id not set when new overdue is processed It appears that somehow the adding of issue_id to accountlines for new fines was missed! This is incredibly important, otherwise UpdasteFine will always create a new fine! Test Plan: 1) Create a new overdue checkout 2) Run fines.pl to generate an accountline for it 3) Note it has no issue_id 4) Apply this patch 5) Repeat steps 1 and 2 6) Note it now has an issue_id! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 21:07:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 19:07:43 +0000 Subject: [Koha-bugs] [Bug 16496] accountlines.issue_id not set when new overdue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51394|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall --- Created attachment 51395 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51395&action=edit Bug 16496 - accountlines.issue_id not set when new overdue is processed It appears that somehow the adding of issue_id to accountlines for new fines was missed! This is incredibly important, otherwise UpdateFine will always create a new fine! Test Plan: 1) Create a new overdue checkout 2) Run fines.pl to generate an accountline for it 3) Note it has no issue_id 4) Apply this patch 5) Repeat steps 1 and 2 6) Note it now has an issue_id! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 21:08:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 19:08:07 +0000 Subject: [Koha-bugs] [Bug 16496] accountlines.issue_id not set when new overdue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 --- Comment #3 from Kyle M Hall --- s/UpdasteFine/UpdateFine -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 21:28:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 19:28:40 +0000 Subject: [Koha-bugs] [Bug 3534] Patron quick add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534 --- Comment #33 from Marc V?ron --- I re-tested, it seems that the "Save" button in the quick add form no longer works. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 21:30:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 19:30:16 +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 #104 from Florent Mara --- It is good enough for now. :-) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 22:14:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 20:14:57 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 --- Comment #54 from Mason James --- (In reply to Nick Clemens from comment #52) > This patch has altered the way that the patron branch is sent. Previously > it was in a separate AF field, now the branch is concatenated onto the other > messages with a ' -- ' > > I am not sure if this is intentional but it is causing problems for one of > our libraries where this field was captured for statistical purposes. Can we > adjust this? hi Nick, no, it's not an intentional change, and can be changed back (i think the AF change may have happened in a follow-up patch?) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 22:18:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 20:18:59 +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 #105 from Bernardo Gonzalez Kriegel --- (In reply to Florent Mara from comment #104) > It is good enough for now. :-) If it's ready, could you please change status to 'Needs Signoff'? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue May 10 22:21:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 20:21: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 Florent Mara 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 May 11 00:36:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 22:36:14 +0000 Subject: [Koha-bugs] [Bug 16382] Update German web installer sample files for 16.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16382 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic at tamil.fr Component|Installation and upgrade |I18N/L10N |(web-based installer) | -- You are receiving 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 May 11 00:40:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 22:40:26 +0000 Subject: [Koha-bugs] [Bug 16382] Update German web installer sample files for 16.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16382 Katrin Fischer 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 May 11 00:40:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 22:40:29 +0000 Subject: [Koha-bugs] [Bug 16382] Update German web installer sample files for 16.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16382 --- Comment #1 from Katrin Fischer --- Created attachment 51396 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51396&action=edit Bug 16382: Update German web installer sample files for 16.05 Easy this time, only sample notices have been changed: - Changed discharge to match the English sample notice. - Translated new PASSWORD_RESET e-mail To test: - Start with an empty database - Install de-DE - Run the web installer in de-DE/German - Verify all files, especially sample notices, load without any problems. -- You are receiving 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 May 11 00:50:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 10 May 2016 22:50:55 +0000 Subject: [Koha-bugs] [Bug 16382] Update German web installer sample files for 16.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16382 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 Wed May 11 05:21:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 03:21:13 +0000 Subject: [Koha-bugs] [Bug 13790] Add unique id issue_id to issues and old_issues tables In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13790 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16496 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 [Bug 16496] accountlines.issue_id not set when new overdue is processed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 05:21:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 03:21:13 +0000 Subject: [Koha-bugs] [Bug 16496] accountlines.issue_id not set when new overdue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Depends on| |13790 --- Comment #4 from Chris Cormack --- Ahh looks like this was missed when bug 13790 was done, will test now Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13790 [Bug 13790] Add unique id issue_id to issues and old_issues tables -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 05:32:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 03:32:41 +0000 Subject: [Koha-bugs] [Bug 16496] accountlines.issue_id not set when new overdue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 Chris Cormack 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 May 11 05:32:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 03:32:43 +0000 Subject: [Koha-bugs] [Bug 16496] accountlines.issue_id not set when new overdue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51395|0 |1 is obsolete| | --- Comment #5 from Chris Cormack --- Created attachment 51397 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51397&action=edit Bug 16496 - accountlines.issue_id not set when new overdue is processed It appears that somehow the adding of issue_id to accountlines for new fines was missed! This is incredibly important, otherwise UpdateFine will always create a new fine! Test Plan: 1) Create a new overdue checkout 2) Run fines.pl to generate an accountline for it 3) Note it has no issue_id 4) Apply this patch 5) Repeat steps 1 and 2 6) Note it now has an issue_id! 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 Wed May 11 10:59:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 08:59:22 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51392|0 |1 is obsolete| | --- Comment #17 from Jonathan Druart --- Created attachment 51398 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51398&action=edit Bug 16088: Introduce Koha::Cache::Memory::Lite to cache the language The goal of this patch is to avoid unecessary flush of the L1 cache on creating a new CGI object each time C4::Languages::getlanguage is called without a CGI object. The new class Koha::Cache::Memory::Lite must be flushed by the CGI constructor overide done in the psgi file. This new class will ease caching of specific stuffs used by running script. Test plan: At the OPAC and the intranet interfaces: Open 2 different browser session to simulate several users - Clear the cookies of the browsers - User 1 (U1) an User 2 (U2) should be set to the default language (depending on the browser settings) - U1 chooses another language - U2 refreshes and the language used must be the default one - U2 chooses a third language - U1 refreshes and must be still using the one he has choosen. Try to use a language which is not defined: Add &language=es-ES (if es-ES is not translated) to the url, you should not see the Spanish interface. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 11:24:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:24:45 +0000 Subject: [Koha-bugs] [Bug 16496] accountlines.issue_id not set when new overdue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 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 May 11 11:24:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:24:48 +0000 Subject: [Koha-bugs] [Bug 16496] accountlines.issue_id not set when new overdue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51397|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart --- Created attachment 51399 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51399&action=edit Bug 16496 - accountlines.issue_id not set when new overdue is processed It appears that somehow the adding of issue_id to accountlines for new fines was missed! This is incredibly important, otherwise UpdateFine will always create a new fine! Test Plan: 1) Create a new overdue checkout 2) Run fines.pl to generate an accountline for it 3) Note it has no issue_id 4) Apply this patch 5) Repeat steps 1 and 2 6) Note it now has an issue_id! Signed-off-by: Chris Cormack 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 May 11 11:24:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:24:52 +0000 Subject: [Koha-bugs] [Bug 16496] accountlines.issue_id not set when new overdue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 --- Comment #7 from Jonathan Druart --- Created attachment 51400 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51400&action=edit Bug 16496: Add test 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 May 11 11:36:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:36:08 +0000 Subject: [Koha-bugs] [Bug 16385] Fix breadcrumbs when ordering from subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16385 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Depends on| |5343 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5343 [Bug 5343] Subscription cost (Link serial and acqui modules) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 11:36:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:36:08 +0000 Subject: [Koha-bugs] [Bug 5343] Subscription cost (Link serial and acqui modules) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5343 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16385 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16385 [Bug 16385] Fix breadcrumbs when ordering from subscription -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 11:37:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:37:15 +0000 Subject: [Koha-bugs] [Bug 16385] Fix breadcrumbs when ordering from subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16385 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 May 11 11:37:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:37:18 +0000 Subject: [Koha-bugs] [Bug 16385] Fix breadcrumbs when ordering from subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16385 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50992|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51401 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51401&action=edit Bug 16385: Fix breadcrumbs when ordering from subscription - Rephrase removing 'Shopping' - Fix link to vendor To test: - Create a subscription for vendor X - Create a baskest for vendor X - Choose: order from subscription - Check breadcrumbs: - Link to vendor works - 'Shopping' is gone, Basket remains 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 Wed May 11 11:39:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:39:36 +0000 Subject: [Koha-bugs] [Bug 16471] Translatability: Fix issues in opac-password-recovery.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16471 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 May 11 11:39:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:39:39 +0000 Subject: [Koha-bugs] [Bug 16471] Translatability: Fix issues in opac-password-recovery.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16471 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51306|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51402 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51402&action=edit Bug 16471: Translatability: Fix issues in opac-password-recovery.tt This patch fixes issues with the translatability of opac-password-recovery.tt To test: - Apply patch - Verify that text changes make sense. 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 May 11 11:40:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:40:56 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 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 Wed May 11 11:44:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:44:05 +0000 Subject: [Koha-bugs] [Bug 16478] Translation breaks display of Checkout history in tab Checkouts / On-site-checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |13234, 10860 CC| |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10860 [Bug 10860] On-site checkouts (was In-House Use) https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13234 [Bug 13234] Make on-site checkouts visible in OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 11:44:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:44:05 +0000 Subject: [Koha-bugs] [Bug 10860] On-site checkouts (was In-House Use) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10860 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16478 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478 [Bug 16478] Translation breaks display of Checkout history in tab Checkouts / On-site-checkouts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 11:44:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:44:05 +0000 Subject: [Koha-bugs] [Bug 13234] Make on-site checkouts visible in OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13234 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16478 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478 [Bug 16478] Translation breaks display of Checkout history in tab Checkouts / On-site-checkouts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 11:44:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:44:24 +0000 Subject: [Koha-bugs] [Bug 16478] Translation breaks display of Checkout history in tab Checkouts / On-site-checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16478 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Who signed the| |Jonathan Druart patch off| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 11:46:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:46:28 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #18 from Jacek Ablewicz --- That part of the code if ( $cgi and not $cgi->param('language') ) { my $cached = $memory_cache->get_from_cache($cache_key); still doesn't look quite right IMO; getlanguage() is almost never called with $cgi parameter, and the cached value will be hardly ever used. Shoudn't it be something like that instead: unless ($cgi && $cgi->param('language')) { -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 11:51:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:51:48 +0000 Subject: [Koha-bugs] [Bug 11144] Fix sequence of cronjobs: automatic renewal - fines - overdue notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11144 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #25 from Jonathan Druart --- Just wondering: With that change, if automatic_renewals.pl and/or fines.pl fail, overdue_notices.pl will not be launched. Is it really what we expect? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 11:57:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:57:36 +0000 Subject: [Koha-bugs] [Bug 16474] Standardize spelling of EDIFACT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Depends on| |7736 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736 [Bug 7736] Edifact QUOTE and ORDER functionality -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 11:57:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:57:36 +0000 Subject: [Koha-bugs] [Bug 7736] Edifact QUOTE and ORDER functionality In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16474 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474 [Bug 16474] Standardize spelling of EDIFACT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 11:58:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:58:33 +0000 Subject: [Koha-bugs] [Bug 16474] Standardize spelling of EDIFACT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474 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 May 11 11:58:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 09:58:37 +0000 Subject: [Koha-bugs] [Bug 16474] Standardize spelling of EDIFACT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51351|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51403 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51403&action=edit Bug 16474: Standardize spelling of EDIFACT Some templates use Edifact and edifact. As EDIFACT is an abbreviation, we should spell it like one. To test: - Check templates for occurrences of EDIFACT - acquisitions navigation menu - basket page - basketgroup page - EDIFACT messages page - Verify changes are correct Signed-off-by: Hector Castro Changes are correct 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 May 11 12:02:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:02:57 +0000 Subject: [Koha-bugs] [Bug 16481] Report menu has unexpected issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481 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 May 11 12:03:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:03:01 +0000 Subject: [Koha-bugs] [Bug 16481] Report menu has unexpected issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51352|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart --- Created attachment 51404 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51404&action=edit Bug 16481 - Report menu has unexpected issues This patch corrects a problem with the reports toolbar include file which can cause a problem with the "duplicate" button. The duplicate button passes the entire report SQL as a URL parameter, but the template variable was not escaped as a URL variable. This patch also adds the "uri" filter to the report name and notes fields just to be safe. To reproduce the bug, create a new SQL report using the SQL in the bug report. When you run the report you should see a broken "Duplicate" button. Apply the patch and run the report again. The duplicate button should look correct and work correctly. Signed-off-by: Aleisha 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 May 11 12:07:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:07:33 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51398|0 |1 is obsolete| | --- Comment #19 from Jonathan Druart --- Created attachment 51405 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51405&action=edit Bug 16088: Introduce Koha::Cache::Memory::Lite to cache the language The goal of this patch is to avoid unecessary flush of the L1 cache on creating a new CGI object each time C4::Languages::getlanguage is called without a CGI object. The new class Koha::Cache::Memory::Lite must be flushed by the CGI constructor overide done in the psgi file. This new class will ease caching of specific stuffs used by running script. Test plan: At the OPAC and the intranet interfaces: Open 2 different browser session to simulate several users - Clear the cookies of the browsers - User 1 (U1) an User 2 (U2) should be set to the default language (depending on the browser settings) - U1 chooses another language - U2 refreshes and the language used must be the default one - U2 chooses a third language - U1 refreshes and must be still using the one he has choosen. Try to use a language which is not defined: Add &language=es-ES (if es-ES is not translated) to the url, you should not see the Spanish interface. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 12:07:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:07:52 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #20 from Jonathan Druart --- (In reply to Jacek Ablewicz from comment #18) > That part of the code > > if ( $cgi and not $cgi->param('language') ) { > my $cached = $memory_cache->get_from_cache($cache_key); > > still doesn't look quite right IMO; getlanguage() is almost never called > with $cgi parameter, and the cached value will be hardly ever used. > > Shoudn't it be something like that instead: > > unless ($cgi && $cgi->param('language')) { Indeed! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 12:09:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:09:55 +0000 Subject: [Koha-bugs] [Bug 16480] Unclosed tag in shelves line 332 on intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480 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 May 11 12:09:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:09:59 +0000 Subject: [Koha-bugs] [Bug 16480] Unclosed tag in shelves line 332 on intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51355|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51406 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51406&action=edit Bug 16480: Unclosed tag in shelves line 332 on intranet Unclosed tag in shelves line 332 on intranet when translating An error occurred when creating this list./span> This error was introduced by bug 15403 To test: Verify the template in line 332 to see the unclosed tag fixed or follow test plan for bug 15403 Signed-off-by: Bernardo Gonzalez Kriegel 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 May 11 12:27:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:27:25 +0000 Subject: [Koha-bugs] [Bug 16276] When automatically deleting expired borrowers, make sure they didn't log them selves recently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50616|0 |1 is obsolete| | --- Comment #10 from Nicolas Legrand --- Created attachment 51407 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51407&action=edit Bug 16276: Update borrowers.lastseen when a patron is active In order to add the ability to delete patrons who have been inactive for more than a given time, we need to track down the last time they were active. To do that, we need a new DB column in the borrowers table (lastseen). Note that the borrowers.lastseen column will not be initialised for existing installations (set to NULL) so inactive existing patrons will never be deleted. A workaround would be to init them at the date when the new column will be added. Test plan: 0/ Set the new pref TrackLastPatronActivity on 1/ Log in as a patron (staff or OPAC) 2/ Check that the borrowers.lastseen field has been updated with the current time Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand https://bugs.koha-community.org/show_bug.cgi?id=12276 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 12:27:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:27:23 +0000 Subject: [Koha-bugs] [Bug 16276] When automatically deleting expired borrowers, make sure they didn't log them selves recently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276 Nicolas Legrand 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 May 11 12:27:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:27:30 +0000 Subject: [Koha-bugs] [Bug 16276] When automatically deleting expired borrowers, make sure they didn't log them selves recently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50617|0 |1 is obsolete| | --- Comment #11 from Nicolas Legrand --- Created attachment 51408 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51408&action=edit Bug 16276: Make delete_patrons.pl deal with --last_seen This patch modify the delete_patrons.pl cronjob to deal with the last_seen option. To test it, you just have to use the --last_seen option and pass a valid date (iso format) Example: perl misc/cronjobs/delete_patrons.pl --last_seen="1984-02-04" --confirm will delete all the patrons who do not have been active since this date. Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand https://bugs.koha-community.org/show_bug.cgi?id=12276 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 12:27:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:27:38 +0000 Subject: [Koha-bugs] [Bug 16276] When automatically deleting expired borrowers, make sure they didn't log them selves recently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50619|0 |1 is obsolete| | --- Comment #13 from Nicolas Legrand --- Created attachment 51410 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51410&action=edit Bug 16276: Make the batch patron deletion tool deal with last_seen This patch adds the same change as the previous one to the batch patron deletion tool. If the pref TrackLastPatronActivity is enabled, the librarians will be able to delete patrons who do not have been connected since a given time. Test plan: Define a date for the "who have not been connected since" options and confirm that it works as expected. Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand https://bugs.koha-community.org/show_bug.cgi?id=12276 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 12:27:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:27:34 +0000 Subject: [Koha-bugs] [Bug 16276] When automatically deleting expired borrowers, make sure they didn't log them selves recently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50618|0 |1 is obsolete| | --- Comment #12 from Nicolas Legrand --- Created attachment 51409 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51409&action=edit Bug 16276: Change to GetBorrowersToExpunge to take last_seen into account Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand With small change: number of tests in t/db_dependent/Members.t https://bugs.koha-community.org/show_bug.cgi?id=12276 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 12:27:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:27:43 +0000 Subject: [Koha-bugs] [Bug 16276] When automatically deleting expired borrowers, make sure they didn't log them selves recently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50620|0 |1 is obsolete| | --- Comment #14 from Nicolas Legrand --- Created attachment 51411 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51411&action=edit Bug 16276: [DO_NOT_PUSH ] schema changes Signed-off-by: Nicolas Legrand https://bugs.koha-community.org/show_bug.cgi?id=12276 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 12:27:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:27:47 +0000 Subject: [Koha-bugs] [Bug 16276] When automatically deleting expired borrowers, make sure they didn't log them selves recently In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16276 Nicolas Legrand changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51191|0 |1 is obsolete| | --- Comment #15 from Nicolas Legrand --- Created attachment 51412 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51412&action=edit Bug 16276: Add a new pref TrackLastPatronActivity and new column borrowers.lastseen Sponsored-by: BULAC - http://www.bulac.fr/ Signed-off-by: Nicolas Legrand https://bugs.koha-community.org/show_bug.cgi?id=12276 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 12:35:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:35:28 +0000 Subject: [Koha-bugs] [Bug 16480] Unclosed tag in shelves on intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org Summary|Unclosed tag in |Unclosed tag in |shelves line 332 on |shelves on intranet |intranet | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 12:40:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:40:05 +0000 Subject: [Koha-bugs] [Bug 16496] accountlines.issue_id not set when new overdue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #8 from Kyle M Hall --- Pushed to master for the 16.05 release! Thanks for the unit test Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 12:51:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:51:12 +0000 Subject: [Koha-bugs] [Bug 16484] Virtualshelves: Using no XSLTResultsDisplay breaks content display in intranet (titles not showing in lists) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16484 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #3 from Jonathan Druart --- opac-shelves.pl and virtualshelves/shelves.pl have diverged in this area. The OPAC script calls GetBiblioData, which populated title and other infos. It would make sense to add the call to the staff script to avoid different behaviors between these 2 scripts. The eternal question is: should we continue to fix non-XSLT views? :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 12:53:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:53:57 +0000 Subject: [Koha-bugs] [Bug 11144] Fix sequence of cronjobs: automatic renewal - fines - overdue notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11144 --- Comment #26 from M. Tompsett --- (In reply to Jonathan Druart from comment #25) > Just wondering: > With that change, if automatic_renewals.pl and/or fines.pl fail, > overdue_notices.pl will not be launched. Is it really what we expect? I still think comment #17 is better: (R && F) ; O -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 12:58:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 10:58:13 +0000 Subject: [Koha-bugs] [Bug 11144] Fix sequence of cronjobs: automatic renewal - fines - overdue notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11144 --- Comment #27 from Katrin Fischer --- For our libraries, I'd say yes - because the overdues sent would be wrong (wrong fines, overdues that shouldn't be overdue, but renewed). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 13:16:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:16:57 +0000 Subject: [Koha-bugs] [Bug 11144] Fix sequence of cronjobs: automatic renewal - fines - overdue notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11144 --- Comment #28 from Jonathan Druart --- (In reply to Katrin Fischer from comment #27) > For our libraries, I'd say yes - because the overdues sent would be wrong > (wrong fines, overdues that shouldn't be overdue, but renewed). Yes but the letters will not be generated at all and the patron will not be notified. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 13:19:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:19:28 +0000 Subject: [Koha-bugs] [Bug 16458] Setting to guarantor: JavaScript error form.branchcode is undefined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16458 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 Wed May 11 13:19:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:19:52 +0000 Subject: [Koha-bugs] [Bug 16458] Setting to guarantor: JavaScript error form.branchcode is undefined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16458 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 Wed May 11 13:19:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:19:56 +0000 Subject: [Koha-bugs] [Bug 16458] Setting to guarantor: JavaScript error form.branchcode is undefined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16458 --- Comment #3 from Jonathan Druart --- Created attachment 51413 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51413&action=edit Bug 16458: Update library when a guarantor is set If you edit a patron from the Edit link of the patron information block (step 1 of the memberentry script), the branchcode is not displayed. If you set a guarantor to a child from this form, a JavaScript error will be raised: JavaScript error form.branchcode is undefined It happens because there is the branchcode is not displayed and there is no element with a branchcode name. To avoid this issue, a branchcode hidden input is added to the form and it will be updated when a guarantor is selected (same behavior as when you edit a patron using the complete form). Test plan: Edit a patron using the Edit link of the patron info block (not the Edit button in the toolbar) Set a guarantor => Notice that the branchcode of the patron has been updated with the branchcode of the guarantor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 13:21:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:21:31 +0000 Subject: [Koha-bugs] [Bug 11622] Add ability to pay fees and fines from OPAC via PayPal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11622 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16473 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473 [Bug 16473] Tiny typo: there was _an_ problem ... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 13:21:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:21:31 +0000 Subject: [Koha-bugs] [Bug 16473] Tiny typo: there was _an_ problem ... In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |jonathan.druart at bugs.koha-c | |ommunity.org CC| |jonathan.druart at bugs.koha-c | |ommunity.org Depends on| |11622 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11622 [Bug 11622] Add ability to pay fees and fines from OPAC via PayPal -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 13:22:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:22:18 +0000 Subject: [Koha-bugs] [Bug 16473] Tiny typo: there was _an_ problem ... In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473 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 Wed May 11 13:22:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:22:26 +0000 Subject: [Koha-bugs] [Bug 16473] Tiny typo: there was _an_ problem ... In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473 --- Comment #1 from Jonathan Druart --- Created attachment 51414 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51414&action=edit Bug 16473: Fix typo "an problem" vs "a problem" Test plan: Confirm the wording is correct -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 13:28:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:28: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 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org, | |julian.maurice at biblibre.com --- Comment #2 from Jonathan Druart --- Hi Theodoros, It seems to be related to the field biblioitems.collectiontitle which is only used by UNIMARC users. Julian, could you confirm? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 13:28:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:28:37 +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 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.20 |unspecified -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 13:32:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:32:11 +0000 Subject: [Koha-bugs] [Bug 12074] Filter duplicates when adding a full batch from a staged file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12074 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16493 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 [Bug 16493] acq matching on title and author -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 13:32:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:32:11 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |12074 CC| |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12074 [Bug 12074] Filter duplicates when adding a full batch from a staged file -- You are receiving 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 May 11 13:32:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:32:21 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.22 |unspecified -- You are receiving 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 May 11 13:35:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:35:35 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 --- Comment #55 from Marcel de Rooy --- (In reply to Nick Clemens from comment #52) > This patch has altered the way that the patron branch is sent. Previously > it was in a separate AF field, now the branch is concatenated onto the other > messages with a ' -- ' > > I am not sure if this is intentional but it is causing problems for one of > our libraries where this field was captured for statistical purposes. Can we > adjust this? Hi Nick, Your problem should not be that hard to resolve. I think we should not rely on the fact that AF only includes the patron branch code. It is just a screen message field. And I am not sure if SIP2 officially supports multiple AF fields btw. Could you use field AO that only contains the institution id? But not usable for another branch. Or - as workaround - add a prefix to the AF home branch part and capture only that part with a simple regex or so? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 13:36:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:36:00 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 Jacek Ablewicz 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 May 11 13:36:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:36:03 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51405|0 |1 is obsolete| | --- Comment #21 from Jacek Ablewicz --- Created attachment 51415 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51415&action=edit Bug 16088: Introduce Koha::Cache::Memory::Lite to cache the language The goal of this patch is to avoid unecessary flush of the L1 cache on creating a new CGI object each time C4::Languages::getlanguage is called without a CGI object. The new class Koha::Cache::Memory::Lite must be flushed by the CGI constructor overide done in the psgi file. This new class will ease caching of specific stuffs used by running script. Test plan: At the OPAC and the intranet interfaces: Open 2 different browser session to simulate several users - Clear the cookies of the browsers - User 1 (U1) an User 2 (U2) should be set to the default language (depending on the browser settings) - U1 chooses another language - U2 refreshes and the language used must be the default one - U2 chooses a third language - U1 refreshes and must be still using the one he has choosen. Try to use a language which is not defined: Add &language=es-ES (if es-ES is not translated) to the url, you should not see the Spanish interface. Signed-off-by: Jacek Ablewicz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 13:47:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:47:02 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #22 from Jacek Ablewicz --- Looks good, tests good and works really good - now there is only one CGI->new() call! Aparently get_template_and_user(), which usually triggers the 1st getlanguage() call is doing it properly with $cgi parameter included. Not sure if cache clean in setlanguagecookie() is strictly necessary, but it's not harming performance in any way, and this sub is used also in installer, better to be on the safe side. Koha::Cache::set_in_L1_cache_only() may need some kind of unit test, if it's intended to stay there. In t/Cache.t skip "Cache not enabled", 33 unless ( $cache->is_cache_active() && defined $cache ); number of tests to skip is out of sync, but it was out of sync before this patch as well. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 13:49:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:49:18 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 --- Comment #1 from Jonathan Druart --- What do you suggest? Do you think bug 12704 should be reverted because it's not valid (matching rules should be used instead)? -- You are receiving 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 May 11 13:51:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:51:09 +0000 Subject: [Koha-bugs] [Bug 12074] Filter duplicates when adding a full batch from a staged file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12074 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16495 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16495 [Bug 16495] acq ordering from staged file laborious with dups -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 13:51:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:51:09 +0000 Subject: [Koha-bugs] [Bug 16495] acq ordering from staged file laborious with dups In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16495 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |12074 CC| |jonathan.druart at bugs.koha-c | |ommunity.org Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12074 [Bug 12074] Filter duplicates when adding a full batch from a staged file -- You are receiving 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 May 11 13:52:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 11:52:35 +0000 Subject: [Koha-bugs] [Bug 11144] Fix sequence of cronjobs: automatic renewal - fines - overdue notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11144 --- Comment #29 from Katrin Fischer --- I'd rather fix the first and have correct overdues sent, then having to sent another batch of emails to "correct" - but that's probably a problem mostly for libraries charging fines. Please note: This whole discussion is about the file for non-package setups. I think the behaviour for packages is different anyway. As we are using packages I am fine with any solution. We use debian/koha-common.cron.daily as changed in this patch for several versions now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:05:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:05:27 +0000 Subject: [Koha-bugs] [Bug 16465] OPAC discharge page has no title tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16465 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 Wed May 11 14:05:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:05:30 +0000 Subject: [Koha-bugs] [Bug 16465] OPAC discharge page has no title tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16465 --- Comment #1 from Jonathan Druart --- Created attachment 51416 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51416&action=edit Bug 16465: discharge - Add a title tag at the OPAC Test plan: Confirm that the opac-discharge.pl has now a title -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:05:34 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:05:34 +0000 Subject: [Koha-bugs] [Bug 16465] OPAC discharge page has no title tag In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16465 --- Comment #2 from Jonathan Druart --- Created attachment 51417 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51417&action=edit Bug 16465: Fix typo issues vs checkouts Test plan: Confirm the wording is correct -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:10:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:10:08 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51415|0 |1 is obsolete| | --- Comment #23 from Jonathan Druart --- Created attachment 51418 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51418&action=edit Bug 16088: Introduce Koha::Cache::Memory::Lite to cache the language The goal of this patch is to avoid unecessary flush of the L1 cache on creating a new CGI object each time C4::Languages::getlanguage is called without a CGI object. The new class Koha::Cache::Memory::Lite must be flushed by the CGI constructor overide done in the psgi file. This new class will ease caching of specific stuffs used by running script. Test plan: At the OPAC and the intranet interfaces: Open 2 different browser session to simulate several users - Clear the cookies of the browsers - User 1 (U1) an User 2 (U2) should be set to the default language (depending on the browser settings) - U1 chooses another language - U2 refreshes and the language used must be the default one - U2 chooses a third language - U1 refreshes and must be still using the one he has choosen. Try to use a language which is not defined: Add &language=es-ES (if es-ES is not translated) to the url, you should not see the Spanish interface. Signed-off-by: Jacek Ablewicz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:10:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:10:47 +0000 Subject: [Koha-bugs] [Bug 16494] Remove the use of "onclick" from some patron pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16494 Owen Leonard 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 Wed May 11 14:10:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:10:49 +0000 Subject: [Koha-bugs] [Bug 16494] Remove the use of "onclick" from some patron pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16494 --- Comment #1 from Owen Leonard --- Created attachment 51419 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51419&action=edit Bug 16494 - Remove the use of "onclick" from some patron pages This patch removes the use of "onclick" attributes from some patron pages. To test, apply the patch and: - In Patrons, perform any search which will return multiple results. Confirm that the "select all" and "clear all" links work as expected. Font Awesome icons have been added to these links. In the left-hand sidebar, change any of the filters and click the "Clear" button. The form (and your search results) should reset. - Open the 'Set permissions' page for any patron. Checking any permission with sub-permissions should correctly expand the tree and select all sub-permissions. The reverse should also work. Also changed in this file: The "Inconsistency detected" alert has been reformatted to make it translatable. - View the detail page for a patron with one or more restrictions. Clicking the "View restrictions" link at the top of the page should jump you to and activate the restrictions tab. - View the 'Notices' tab for a patron who has been sent one or more notices. Click any notice title to expand the notice. Clicking the "resend" button should resend the notice. - Create a new patron with the same first and last name as an existing patron. This should trigger a duplicate warning message. Click the "View existing record" link to trigger a pop-up window with a patron detail brief view. In this window an "email" class has been added to the primary and secondary email lines so that long email addresses don't overlap the second column of data. Confirm that clicking the "close" button in this window closes the window. The changes to staff-global.css are included in this patch to prevent the close button from having an incorrect color change on hover. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:12:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:12:14 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #24 from Jonathan Druart --- (In reply to Jacek Ablewicz from comment #22) > Looks good, tests good and works really good - now there is only one > CGI->new() call! Aparently get_template_and_user(), which usually triggers > the 1st getlanguage() call is doing it properly with $cgi parameter included. > > Not sure if cache clean in setlanguagecookie() is strictly necessary, but > it's not harming performance in any way, and this sub is used also in > installer, better to be on the safe side. What I thought too, I did not manage to know if it was useful but preferred to keep it. > Koha::Cache::set_in_L1_cache_only() may need some kind of unit test, if it's > intended to stay there. Erk, of course it is not intended, I have amended the patch using git reset HEAD~1 Koha/Cache.pm git checkout Koha/Cache.pm git commit --amend Nothing more > In t/Cache.t > > skip "Cache not enabled", 33 > unless ( $cache->is_cache_active() && defined $cache ); > > number of tests to skip is out of sync, but it was out of sync before this > patch as well. I will submit a patch for that -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:14:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:14:12 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #25 from Jonathan Druart --- Created attachment 51420 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51420&action=edit Bug 16088: Fix the number of tests to skip -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:16:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:16:18 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 --- Comment #56 from Kyle M Hall --- > Hi Nick, > Your problem should not be that hard to resolve. > I think we should not rely on the fact that AF only includes the patron > branch code. It is just a screen message field. And I am not sure if SIP2 > officially supports multiple AF fields btw. > Could you use field AO that only contains the institution id? But not usable > for another branch. > Or - as workaround - add a prefix to the AF home branch part and capture > only that part with a simple regex or so? Yes, SIP2 can have multiple AF fields. The branchcode in AF field feature was requested specifically by Overdrive to be able to track use by home library. The AO does not transmit the patron home branch, it transmits the branch of the user used to authenticate as for using SIP. It is not practical or correct to send the patron branch on the AO field. This is definitely a regression and needs to be fixed or we may have to revert this bug in master before the release. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:27:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:27:53 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 --- Comment #57 from Marcel de Rooy --- (In reply to Kyle M Hall from comment #56) > Yes, SIP2 can have multiple AF fields. In that case that is the best route. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:38:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:38:05 +0000 Subject: [Koha-bugs] [Bug 16497] New: REST API: add routes to list libraries Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16497 Bug ID: 16497 Summary: REST API: add routes to list libraries Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Web services Assignee: koha-bugs at lists.koha-community.org Reporter: benjamin.rokseth at kul.oslo.kommune.no QA Contact: testopia at bugs.koha-community.org Small enhancement to REST API to add the possibility to list libraries. GET /api/v1/libraries List all libraries and branchcodes GET /api/v1/libraries/{branchcode} Get library description and branchcode -- You are receiving 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 May 11 14:40:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:40:13 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 --- Comment #58 from Marcel de Rooy --- (In reply to Kyle M Hall from comment #56) > This is > definitely a regression and needs to be fixed or we may have to revert this > bug in master before the release. Note that I have seen more serious regressions than this where the word "revert" is not used rightaway. Just saying. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:43:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:43:04 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 --- Comment #59 from Katrin Fischer --- The problem I see here is that it's already in a stable release. So a revert is not as easy as just getting it out of master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:49:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:49:28 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 --- Comment #60 from Marcel de Rooy --- Created attachment 51421 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51421&action=edit Bug 13871: [QA Follow-up] Fix small regression on AF with branchcode in Patron Info request If you enable send_patron_home_library_in_af in your sip account, you want a separate AF field for the home branch. Test plan: Send a 63 (Patron Info) and verify that you have an extra AF. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:50:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:50:14 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |ASSIGNED --- Comment #61 from Marcel de Rooy --- (In reply to Katrin Fischer from comment #59) > The problem I see here is that it's already in a stable release. So a revert > is not as easy as just getting it out of master. It is a trivial fix. So why talk revert? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:50:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:50:29 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 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 May 11 14:50:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:50:46 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 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 Wed May 11 14:51:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:51:01 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 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 May 11 14:51:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:51:35 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 --- Comment #62 from Marcel de Rooy --- @RM: Handled as QA follow-up. Please check last patch and push that one only. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:53:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:53:44 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 --- Comment #63 from Katrin Fischer --- I agree - fixing it is better. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 14:55:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 12:55:35 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51421|0 |1 is obsolete| | --- Comment #64 from Marcel de Rooy --- Created attachment 51422 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51422&action=edit Bug 13871: [QA Follow-up] Fix small regression on AF with branchcode in Patron Info request If you enable send_patron_home_library_in_af in your sip account, you want a separate AF field for the home branch. Test plan: Send a 63 (Patron Info) and verify that you have an extra AF. Signed-off-by: Marcel de Rooy Tested Patron Status and Patron Info. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:04:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:04:27 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #65 from Kyle M Hall --- Thanks Marcel! Follow-up has been pushed to master for 16.05. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:06:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:06:52 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 --- Comment #15 from Bernardo Gonzalez Kriegel --- Hi Jonathan 1) Small qa fail FAIL koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt FAIL forbidden patterns forbidden pattern: tab char (line 66) 2) Bad: Can't change framework on edit, think that this code needs change koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt line 495+ [% FOREACH frameworkcodeloo IN frameworkcodeloop %] 3) Test plan for third patch: don't get a warning, only a link to fast catalog if FA is present and have right permissions. All other parts of all test plans works. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:09:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:09:31 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com --- Comment #2 from Kyle M Hall --- (In reply to Jonathan Druart from comment #1) > What do you suggest? > Do you think bug 12704 should be reverted because it's not valid (matching > rules should be used instead)? Jonathan, is that the right 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 Wed May 11 15:13:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:13:40 +0000 Subject: [Koha-bugs] [Bug 16498] New: Cannot process uploaded offline circulation file Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16498 Bug ID: 16498 Summary: Cannot process uploaded offline circulation file Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/offline_circ/process_koc.pl OS: All Status: NEW Severity: major Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Created attachment 51423 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51423&action=edit Screenshot showing background-job-progress.pl requests I have created an offline circulation file via the Windows application ("Version=1.0 Generator=kocDesktop GeneratorVersion=1.3" containing checkouts. After uploading the file, both methods of processing the file fail. Choosing "Add to offline circulation queue" results in an error: Can't use an undefined value as an ARRAY reference at /offline_circ/enqueue_koc.pl line 146, line 7. The error log has: Use of uninitialized value $command in hash element at /offline_circ/enqueue_koc.pl line 175, line 7. Can't use an undefined value as an ARRAY reference at /offline_circ/enqueue_koc.pl line 146, line 7. If I start over and choose the "Apply directly" button instead, the job progress never gets past 0%. Firebug shows a never-ending succession of queries to background-job-progress.pl (see attached screenshot). -- You are receiving 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 May 11 15:19:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:19:40 +0000 Subject: [Koha-bugs] [Bug 11490] Deleting Batch Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11490 Jonathan Druart 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 Wed May 11 15:19:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:19:43 +0000 Subject: [Koha-bugs] [Bug 11490] Deleting Batch Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11490 --- Comment #6 from Jonathan Druart --- Created attachment 51424 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51424&action=edit Bug 11490: Add prefs MaxItemsToProcessForBatchMod and MaxItemsToDisplayForBatchDel -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:19:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:19:47 +0000 Subject: [Koha-bugs] [Bug 11490] Deleting Batch Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11490 --- Comment #7 from Jonathan Druart --- Created attachment 51425 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51425&action=edit Bug 11490: Split MaxItemsForBatch into 2 prefs to clarify things Prior to this patch, a single pref (MaxItemsForBatch) was used to restrict the use of the batch item modification and deletion. On the batch modification tool, the pref is used to limit the number of items a librarian is allowed to modify in a batch, but on the batch deletion tool the pref is used to limit the number of items to display. To clarify things, this patch split the pref into 2 new prefs: MaxItemsToDisplayForBatchDel and MaxItemsToProcessForBatchMod. Later we could add a MaxItemsToProcessForBatchDel if needed. Note that this patch should not introduce any changes in the current behaviors. Test plan: 0/ Do not execute the update DB entry 1/ Set a value != 1000 for MaxItemsForBatch 2/ Execute the update DB entry and confirm that the 2 new prefs are initially set with the value of MaxItemsForBatch and that MaxItemsForBatch has been deleted 3/ Set different values for these 2 prefs (2 and 3 for instance to ease the next steps) 4/ Try to delete less than MaxItemsToDisplayForBatchDel items => You must see the items details 5/ Try to delete more than MaxItemsToDisplayForBatchDel items => You must not see the items details but are allowed to delete them 6/ Try to modify less than MaxItemsToProcessForBatchMod items => You must see the items details 7/ Try to modify more than MaxItemsToProcessForBatchMod items => You must be restricted and not allowed to process -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:21:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:21:20 +0000 Subject: [Koha-bugs] [Bug 11490] MaxItemsForBatch should be split into two new prefs In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11490 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Deleting Batch Items |MaxItemsForBatch should be | |split into two new prefs Assignee|gmcharlt at gmail.com |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 Wed May 11 15:23:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:23:07 +0000 Subject: [Koha-bugs] [Bug 8132] batch delete tool deletes items with holds on them In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8132 --- Comment #15 from Jonathan Druart --- (In reply to Jonathan Druart from comment #14) > What about merging the Batch item deletion tool with the Batch record > deletion tool? > We could have > > Record type > Bibliographic: > Authorities: > Items: Does it make 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 May 11 15:25:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:25:40 +0000 Subject: [Koha-bugs] [Bug 16498] Cannot process uploaded offline circulation file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16498 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Owen Leonard --- Never mind, my .koc file got munged when I moved it from Windows to my VM. -- You are receiving 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 May 11 15:35:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:35:52 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51387|0 |1 is obsolete| | --- Comment #16 from Jonathan Druart --- Created attachment 51426 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51426&action=edit Bug 15801: Koha::BiblioFrameworks - Remove C4::Koha::getframeworkinfo This was the "Get" subroutine for the framework, it can be easily replaced with a call to the Koha::BiblioFrameworks->find method. This patch also replaces some confusing wordings (framework vs frameworkcode). Test plan: On the circulation home page, you should see a "Fast cataloguing" link if the FA framework exists. Note that the admin/marctagstructure.pl has already been tested in the previous patch. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:35:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:35:56 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 --- Comment #17 from Jonathan Druart --- Created attachment 51427 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51427&action=edit Bug 15801: minor fixes - Fix a tab - Fix a variable name in a template -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:37:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:37:01 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 --- Comment #18 from Jonathan Druart --- (In reply to Bernardo Gonzalez Kriegel from comment #15) > Hi Jonathan Hi Bernardo, Thanks for testing :) > 1) Small qa fail > FAIL koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt > FAIL forbidden patterns > forbidden pattern: tab char (line 66) Fixed. > 2) Bad: Can't change framework on edit, think that this code needs change > > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt > > line 495+ [% FOREACH frameworkcodeloo IN frameworkcodeloop %] Fixed as well. > 3) Test plan for third patch: don't get a warning, only a link to fast > catalog if FA is present and have right permissions. I have updated the test plan, actually you should see a "Fast cataloguing" like if the FA framework exists. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:37:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:37:42 +0000 Subject: [Koha-bugs] [Bug 16473] Tiny typo: there was _an_ problem ... In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51414|0 |1 is obsolete| | --- Comment #2 from Marcel de Rooy --- Created attachment 51428 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51428&action=edit Bug 16473: Fix typo "an problem" vs "a problem" Test plan: Confirm the wording is correct 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 May 11 15:37:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:37:39 +0000 Subject: [Koha-bugs] [Bug 16473] Tiny typo: there was _an_ problem ... In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |String patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:38:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:38:24 +0000 Subject: [Koha-bugs] [Bug 16473] Tiny typo: there was _an_ problem ... In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | --- Comment #3 from Marcel de Rooy --- Taking liberty to put this trivial patch directly in PQA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:39:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:39:29 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 --- Comment #3 from Jonathan Druart --- (In reply to Kyle M Hall from comment #2) > (In reply to Jonathan Druart from comment #1) > > What do you suggest? > > Do you think bug 12704 should be reverted because it's not valid (matching > > rules should be used instead)? > > Jonathan, is that the right bug? Not at all! :) It is bug 12074. -- You are receiving 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 May 11 15:43:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:43:49 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51420|0 |1 is obsolete| | --- Comment #26 from Jacek Ablewicz --- Created attachment 51429 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51429&action=edit Bug 16088: Fix the number of tests to skip Signed-off-by: Jacek Ablewicz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:48:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:48:22 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #27 from Jacek Ablewicz --- Yikes, finally it would be possible to benchmark koha under plack and get the timings that actually make some sense ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:54:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:54:18 +0000 Subject: [Koha-bugs] [Bug 16428] The framework is not checked to know if a field is mapped In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 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 May 11 15:54:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:54:21 +0000 Subject: [Koha-bugs] [Bug 16428] The framework is not checked to know if a field is mapped In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51327|0 |1 is obsolete| | --- Comment #5 from Marcel de Rooy --- Created attachment 51430 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51430&action=edit Bug 16428: Use the biblio framework to know if a field is mapped The subroutine _build_default_values_for_mod_marc takes the frameworkcode in parameter, but ModItemFromMarc did not pass it. It uses it to know if a field is mapped or not to a Koha field (C4::Koha::IsKohaFieldLinked). Consequently the default framework ("") was always used. This bug has been found working on bug 13074 and has been put on a separate bug report to ease the backport. Test plan: Without this change, the tests added by bug 16428 won't pass 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 Wed May 11 15:54:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:54:26 +0000 Subject: [Koha-bugs] [Bug 16428] The framework is not checked to know if a field is mapped In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 --- Comment #6 from Marcel de Rooy --- Created attachment 51431 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51431&action=edit Bug 16428: [QA Follow-up] Useless call to GetMarcStructure in _build_default_values_for_mod_marc The routine calls GetMarcStructure and does not use its return value after all. Test plan: Run t/db_dependent/Items.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 Wed May 11 15:54:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:54:44 +0000 Subject: [Koha-bugs] [Bug 16428] The framework is not checked to know if a field is mapped In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 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 Wed May 11 15:54:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:54:48 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #28 from Jonathan Druart --- (In reply to Jacek Ablewicz from comment #27) > Yikes, finally it would be possible to benchmark koha under plack and get > the timings that actually make some sense ;) Does that mean you have doubt about this patch? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:59:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:59:39 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51385|0 |1 is obsolete| | --- Comment #19 from Bernardo Gonzalez Kriegel --- Created attachment 51432 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51432&action=edit [SIGNED-OFF] Bug 15801: Koha::BiblioFrameworks - Remove C4::Koha::GetFrameworksLoop The C4::Koha::GetFrameworksLoop retrieves biblio frameworks and returns them ordered by the description (frameworktext). If a parameter is passed, a selected flag is set. The selection of the options should be done on the template side. These 2 calls can be replaced with Koha::BiblioFrameworks->search({}, { order_by => ['frameworktext'] }); Test plan: 1/ Go on a Labeled MARC biblio view (catalogue/labeledMARCdetail.pl) You should see a dropdown list with the biblio frameworks. The framework of the record should be selected by default 2/ Create a sql report using the biblio_framework parameter, something like: SELECT COUNT(*) FROM biblio WHERE frameworkcode=<> Save and execute the report. You should get a dropdown list with the framework list. Signed-off-by: Bernardo Gonzalez Kriegel Both dropdowns Ok No errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:59:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:59:51 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51386|0 |1 is obsolete| | --- Comment #20 from Bernardo Gonzalez Kriegel --- Created attachment 51433 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51433&action=edit [SIGNED-OFF] Bug 15801: Koha::BiblioFrameworks - Remove C4::Koha::getframeworks C4::Koha::getframeworks returned a hashref of biblio frameworks. It was mainly used to generate the dropdown list of frameworks. The scripts modified in this patch did not necessary order the element by description (frameworktext), the displays were not consistent from one screen to another. Using the same search method everywhere: Koha::BiblioFrameworks->search({}, { order_by => ['frameworktext'] }); We will know always get the framework in the same order. Test plan: Following the different pages modified by this patch, and make sure the frameworks are displayed correctly in the dropdown list: 1/ acqui/z3950_search.pl - Create an order from an external source. 2/ admin/fieldmapping.pl - Define some mappings keyword / MARC field 3/ admin/marctagstructure.pl - On the MARC frameworks admin page, select another framework than the default one and click on the 'Search' button 4/ catalogue/MARCdetail.pl - On the MARC defail page, change the framework you want to use to display the record 5/ cataloguing/addbiblio.pl - Add or edit a biblio record, change its framework. When editing, the framework of the record should be selected by default 6/ cataloguing/addbooks.pl - Go on the cataloguing home page and click on the "New record" button. You should see all the frameworks 7/ cataloguing/merge.pl - Select 2 biblio records to merge. On the first step (select the merge reference), you should be allowed to select the framework to use. 8/ tools/inventory.pl - On the inventory page, the "Item statuses" part should be populated as before this patch 9/ tools/manage-marc-import.pl - Stage records for import. Before importing them into the catalog, you should see the framework dropdown list. Signed-off-by: Bernardo Gonzalez Kriegel Works Ok. No errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 15:59:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 13:59:58 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51426|0 |1 is obsolete| | --- Comment #21 from Bernardo Gonzalez Kriegel --- Created attachment 51434 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51434&action=edit [SIGNED-OFF] Bug 15801: Koha::BiblioFrameworks - Remove C4::Koha::getframeworkinfo This was the "Get" subroutine for the framework, it can be easily replaced with a call to the Koha::BiblioFrameworks->find method. This patch also replaces some confusing wordings (framework vs frameworkcode). Test plan: On the circulation home page, you should see a "Fast cataloguing" link if the FA framework exists. Note that the admin/marctagstructure.pl has already been tested in the previous patch. Signed-off-by: Bernardo Gonzalez Kriegel Link pops Ok No errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:00:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:00:07 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51427|0 |1 is obsolete| | --- Comment #22 from Bernardo Gonzalez Kriegel --- Created attachment 51435 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51435&action=edit [SIGNED-OFF] Bug 15801: minor fixes - Fix a tab - Fix a variable name in a template Signed-off-by: Bernardo Gonzalez Kriegel With all patches applied no errors. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:00:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:00:20 +0000 Subject: [Koha-bugs] [Bug 15801] Move the framework related code to Koha::BiblioFramework[s] - part 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15801 Bernardo Gonzalez Kriegel 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 May 11 16:05:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:05:48 +0000 Subject: [Koha-bugs] [Bug 16499] New: circulation.pl logs warnings about Use of uninitialized value Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16499 Bug ID: 16499 Summary: circulation.pl logs warnings about Use of uninitialized value Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: minor 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: 14015 If you search for a patron in the circulation module, you get: Use of uninitialized value $barcode in string eq at /home/koha/src/circ/circulation.pl line 84. Use of uninitialized value $restoreduedatespec in string eq at /home/koha/src/circ/circulation.pl line 170. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14015 [Bug 14015] Checkout: Fix software error if barcode '0' is given -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:05:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:05:48 +0000 Subject: [Koha-bugs] [Bug 14015] Checkout: Fix software error if barcode '0' is given In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14015 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16499 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16499 [Bug 16499] circulation.pl logs warnings about Use of uninitialized value -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:07:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:07:51 +0000 Subject: [Koha-bugs] [Bug 16499] circulation.pl logs warnings about Use of uninitialized value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16499 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 May 11 16:07:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:07:54 +0000 Subject: [Koha-bugs] [Bug 16499] circulation.pl logs warnings about Use of uninitialized value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16499 --- Comment #1 from Jonathan Druart --- Created attachment 51436 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51436&action=edit Bug 16499: Remove "Use of uninitialized value" warnings in circulation.pl If you search for a patron in the circulation module, you get: Use of uninitialized value $barcode in string eq at /home/koha/src/circ/circulation.pl line 84. Use of uninitialized value $restoreduedatespec in string eq at /home/koha/src/circ/circulation.pl line 170. Test plan: - Search for a patron and confirm the warnings are not displayed anymore - Make sure this patch does not introduce regression on bug 14015 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:10:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:10:15 +0000 Subject: [Koha-bugs] [Bug 16500] New: Replace two warns in TestBuilder.t with warning_like Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16500 Bug ID: 16500 Summary: Replace two warns in TestBuilder.t with warning_like Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: m.de.rooy at rijksmuseum.nl QA Contact: gmcharlt at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:12:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:12:47 +0000 Subject: [Koha-bugs] [Bug 16500] Catch two warns in TestBuilder.t with warning_like In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16500 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Replace two warns in |Catch two warns in |TestBuilder.t with |TestBuilder.t with |warning_like |warning_like -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:15:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:15:37 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #29 from Jacek Ablewicz --- (In reply to Jonathan Druart from comment #28) > (In reply to Jacek Ablewicz from comment #27) > > Yikes, finally it would be possible to benchmark koha under plack and get > > the timings that actually make some sense ;) > > Does that mean you have doubt about this patch? No, not at all. I think this patch is pretty essential for all plack setups. What I meant was that some earlier benchmarks I did with plack (catalogue searches in particular) were 50%-100% slower in comparision with CGI, for no apparent reasons, and with this patch I expect this to be fixed. BTW, is 3.22 also affected by this? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:16:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:16:03 +0000 Subject: [Koha-bugs] [Bug 16500] Catch two warns in TestBuilder.t with warning_like In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16500 --- Comment #1 from Marcel de Rooy --- Created attachment 51437 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51437&action=edit Bug 16500: Catch two warns in TestBuilder.t with warning_like When testing a wrong case in TestBuilder.t, two warns show up. We can catch them with warning_like. Test plan: Run t/db_dependent/TestBuilder.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:16:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:16:01 +0000 Subject: [Koha-bugs] [Bug 16500] Catch two warns in TestBuilder.t with warning_like In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16500 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 Wed May 11 16:16:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:16:35 +0000 Subject: [Koha-bugs] [Bug 16500] Catch two warns in TestBuilder.t with warning_like In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16500 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com 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 Wed May 11 16:19:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:19:57 +0000 Subject: [Koha-bugs] [Bug 16501] New: Remove some unneeded warns in Upload.t Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16501 Bug ID: 16501 Summary: Remove some unneeded warns in Upload.t Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: m.de.rooy at rijksmuseum.nl QA Contact: gmcharlt at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:20:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:20:41 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 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 May 11 16:26:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:26:00 +0000 Subject: [Koha-bugs] [Bug 16501] Remove some unneeded warns in Upload.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16501 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 Wed May 11 16:26:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:26:03 +0000 Subject: [Koha-bugs] [Bug 16501] Remove some unneeded warns in Upload.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16501 --- Comment #1 from Marcel de Rooy --- Created attachment 51438 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51438&action=edit Bug 16501: Remove some unneeded warns in Upload.t At some point I saw some gain in warning about a missing config line. But these warns are actually not needed here. Removing them here. Test plan: Run t/db_dependent/Upload.t while having upload_path in your koha-conf and also without it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:26:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:26:18 +0000 Subject: [Koha-bugs] [Bug 16501] Remove some unneeded warns in Upload.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16501 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com 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 Wed May 11 16:26:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:26:56 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 Kyle M Hall 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 Wed May 11 16:26:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:26:58 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 --- Comment #4 from Kyle M Hall --- Created attachment 51439 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51439&action=edit Bug 16493 - acq matching on title and author When you order from a staged file you're getting duplicate warnings that are inaccurate. For example, when you order a file of 50 DVDs for example and they don't have ISBNs they're matching on the books. And then you have to order them one by one. This patch replaces the use of FindDuplicates with Koha's match point system. This means you can select from the same match points defined and used in the batch record importer, or you can opt to skip matching altogether! Test Plan: 1) Import a record with a title, isbn and author. 2) Delete the from the record and stage it again 3) Attempt to add it to a basket via the staged record 4) You should note the gives you the "No records imported" message 5) Apply this patch 6) Create a matcher for ISBN 7) Create a matcher for Author/Title 8) Attempt to add the record to your basket using the ISBN matcher 8) Koha should find no match and import the record to the basket 9) Stage the record again 10) Attempt to add the record to your basket using the Title/Author matcher 11) You should recieve the "No records imported" message. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:33:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:33:28 +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 #3 from Julian Maurice --- I confirm that the "Collection" column display data from biblioitems.collectiontitle. I don't know if it's specific to UNIMARC users. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:34:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:34:29 +0000 Subject: [Koha-bugs] [Bug 16499] circulation.pl logs warnings about Use of uninitialized value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16499 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. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:34:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:34:31 +0000 Subject: [Koha-bugs] [Bug 16499] circulation.pl logs warnings about Use of uninitialized value In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16499 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51436|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 51440 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51440&action=edit [SIGNED-OFF] Bug 16499: Remove "Use of uninitialized value" warnings in circulation.pl If you search for a patron in the circulation module, you get: Use of uninitialized value $barcode in string eq at /home/koha/src/circ/circulation.pl line 84. Use of uninitialized value $restoreduedatespec in string eq at /home/koha/src/circ/circulation.pl line 170. Test plan: - Search for a patron and confirm the warnings are not displayed anymore - Make sure this patch does not introduce regression on bug 14015 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 May 11 16:39:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:39:54 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #30 from Jonathan Druart --- (In reply to Jacek Ablewicz from comment #29) > BTW, is 3.22 also affected by this? Yes but to a lesser extent, bug 16044 has not been backported (yet?): in 3.22, CGI->new is overridden to call clear_syspref_L1_cache. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:43:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:43:18 +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 #4 from Owen Leonard --- (In reply to Julian Maurice from comment #3) > I don't know if it's specific to UNIMARC users. It's all NULL in our MARC21 database, for what it's worth. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:44:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:44:38 +0000 Subject: [Koha-bugs] [Bug 16502] New: Table koha_plugin_com_bywatersolutions_kitchensink_mytable not always dropped after running Plugin.t Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16502 Bug ID: 16502 Summary: Table koha_plugin_com_bywatersolutions_kitchensink_mytable not always dropped after running Plugin.t Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt at gmail.com Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org Happened to notice that running this test (t/db_dependent/Plugin.t) twice may not have the expected result. Sometimes(?) I need to manually drop the table. Note that quickly adding a transaction does not resolve it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:45:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:45:33 +0000 Subject: [Koha-bugs] [Bug 13961] Option to include patron's total amount of fines in notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13961 Ray Delahunty changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r.delahunty at arts.ac.uk --- Comment #16 from Ray Delahunty --- Are we sure that <> is working as it should? We are on 3.20.01 and we recently changed ODUE to use allowing nice layout rather than the horridly formatted <> variable. But often (not always) the fine amount wasn?t pulling through. Also to our horror, after the change sometimes only the first overdue would be listed, and not the full list. The consensus here is that the <> tag can cause problems when generating notices and we have reverted to <>. This has resolved issues with notices being truncated after the first item. (We can find no pattern for why some of these fail but we suspect it is related to the <> variable.) 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 Wed May 11 16:45:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:45:44 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51439|0 |1 is obsolete| | --- Comment #5 from Nicole C. Engard --- Created attachment 51441 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51441&action=edit Bug 16493 - acq matching on title and author When you order from a staged file you're getting duplicate warnings that are inaccurate. For example, when you order a file of 50 DVDs for example and they don't have ISBNs they're matching on the books. And then you have to order them one by one. This patch replaces the use of FindDuplicates with Koha's match point system. This means you can select from the same match points defined and used in the batch record importer, or you can opt to skip matching altogether! Test Plan: 1) Import a record with a title, isbn and author. 2) Delete the from the record and stage it again 3) Attempt to add it to a basket via the staged record 4) You should note the gives you the "No records imported" message 5) Apply this patch 6) Create a matcher for ISBN 7) Create a matcher for Author/Title 8) Attempt to add the record to your basket using the ISBN matcher 8) Koha should find no match and import the record to the basket 9) Stage the record again 10) Attempt to add the record to your basket using the Title/Author matcher 11) You should recieve the "No records imported" message. Signed-off-by: Barbara Fondren Signed-off-by: Nicole C Engard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:45:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:45: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 --- Comment #5 from Theodoros Theodoropoulos --- Also In our MARC21 system, ALL ~1m items have NULL in biblioitems.collectiontitle -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:45:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:45:56 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 Nicole C. Engard 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 May 11 16:46:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:46:45 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicole at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:46:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:46:58 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |16.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:57:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:57:03 +0000 Subject: [Koha-bugs] [Bug 16382] Update German web installer sample files for 16.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16382 Bernardo Gonzalez Kriegel 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 May 11 16:57:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:57:06 +0000 Subject: [Koha-bugs] [Bug 16382] Update German web installer sample files for 16.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16382 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51396|0 |1 is obsolete| | --- Comment #2 from Bernardo Gonzalez Kriegel --- Created attachment 51442 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51442&action=edit [SIGNED-OFF] Bug 16382: Update German web installer sample files for 16.05 Easy this time, only sample notices have been changed: - Changed discharge to match the English sample notice. - Translated new PASSWORD_RESET e-mail To test: - Start with an empty database - Install de-DE - Run the web installer in de-DE/German - Verify all files, especially sample notices, load without any problems. Signed-off-by: Bernardo Gonzalez Kriegel Tested removing all from letter table and loading file. File loads Ok, notices look good. No errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 16:58:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:58:04 +0000 Subject: [Koha-bugs] [Bug 16461] Add some information (branch and barcode) in fine description for overdue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16461 --- Comment #1 from Alex Arnaud --- Created attachment 51443 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51443&action=edit Bug 16461 - Add branch and barcode in fine description for overdue -- You are receiving 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 May 11 16:58:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 14:58:36 +0000 Subject: [Koha-bugs] [Bug 16461] Add some information (branch and barcode) in fine description for overdue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16461 Alex Arnaud changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |alex.arnaud at biblibre.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 Wed May 11 17:17:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 15:17:44 +0000 Subject: [Koha-bugs] [Bug 15086] Creators layout and template sql has warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15086 Bernardo Gonzalez Kriegel 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 May 11 17:17:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 15:17:48 +0000 Subject: [Koha-bugs] [Bug 15086] Creators layout and template sql has warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15086 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #46233|0 |1 is obsolete| | --- Comment #5 from Bernardo Gonzalez Kriegel --- Created attachment 51444 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51444&action=edit [SIGNED-OFF] Bug 15086: Creators layout and template sql has warnings When doing a hacked install off the master branch: use ... {koha database name} truncate creator_layouts; truncate creator_templates; truncate printers_profiles; source installer/data/mysql/... {name of a sample_labels type file} Warnings are generated, which may not be visible in the UI. Most of the warnings were triggered by: -/*!40000 ALTER TABLE `creator_layouts` DISABLE KEYS */; -/*!40000 ALTER TABLE `creator_layouts` ENABLE KEYS */; http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html#error_er_illegal_ha In the Russian, the layout_name was truncated, because the layout_name was only 20. An atomic update sql and kohastructure.sql update were provided to widen it to 25. http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html#error_warn_data_truncated Also fr-FR, ru-RU, and uk-UA were slightly different in structure, so the structure was made the same as the other files. See comment #1 for the test plan. NOTE: pl-PL is likely very out of date, but is not affected in this regard. Signed-off-by: Bernardo Gonzalez Kriegel Works, no more warnings mysql> show warnings; Empty set (0.01 sec) No errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 17:18:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 15:18:44 +0000 Subject: [Koha-bugs] [Bug 3534] Patron quick add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51389|0 |1 is obsolete| | --- Comment #34 from Nick Clemens --- Created attachment 51445 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51445&action=edit Bug 3534 - Patron quick add form This patch adds a new system preference: PatronQuickAddFields When either this pref or BorrowerMandatoryField is populated this will add a new dropdown to the bew patron toolbar. When a category is chosen from this dropdown the fields in PatronQuickAddFields and BorrowerMandatoryField will be displayed. There will be a button allowing a user to switch from the quickadd to the full form and fields will be copied between the forms when toggling. The Quick add will only be displayed on add of a new patron, future edits should display the full form. Test plan: 1 - Apply patch 2 - run updatedatabase.pl 3 - Add a new patron and ensure nothing has changed 4 - Populate either PatronQuickAddFields or BorrowerMandatory fields and note the new button for adding a patron 5 - Click the Quick add and choose a type 6 - Only required or quick add fields should be displayed 7 - Verify toggling forms copies information 8 - Ensure you cannot save patron without filling required fields (quick add fields should be optional) 9 - Ensure you can save patron with fields filled out 10 - Ensure that a duplicate patron brings up the duplicate/add new buttons with full form displayed 11 - Verify that subsequent edits use only full form 12 - Verify that data on form submitted is the data saved to patron 13 - Test with various values in both MandatoryBorrowerFields and PatronQuickAddFields Sponsored by: VOKAL (Vermont Organization of Koha Automated Libraries) 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 Wed May 11 17:18:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 15:18:51 +0000 Subject: [Koha-bugs] [Bug 3534] Patron quick add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534 --- Comment #35 from Nick Clemens --- Created attachment 51446 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51446&action=edit Bug 3534 - QA Followup - use floating save I am not sure if this is desired, it makes sense for consistency but floats in a wierd place for a short form. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 17:32:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 15:32:29 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #31 from Jacek Ablewicz --- (In reply to Jonathan Druart from comment #30) > (In reply to Jacek Ablewicz from comment #29) > > BTW, is 3.22 also affected by this? > > Yes but to a lesser extent, bug 16044 has not been backported (yet?): in > 3.22, CGI->new is overridden to call clear_syspref_L1_cache. AFAIRC feching a syspref from memcached takes 80-120 usec on average, in 3.22 there are ~1500 ->preference() calls per catalog search (for 20 results per page, ~3000 for 50 results per page). There is still some (hard to say how much) syspref caching going on.. Worst case scenario: 1500 * 0.0001 = 150 msec penalty. Unless someone is running 3.22 under plack without memcached (worst case: 1500 * 0.0014 = 2.1 seconds) - probably not such a big deal. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 17:33:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 15:33:56 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #32 from Jesse Weaver --- Question about naming/design; this thing you're making has less in common with Koha::Cache and more in common with a per-request C4::Context. Might it make more sense to tie it to the latter? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 17:38:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 15:38:36 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 --- Comment #66 from Nick Clemens --- *** Bug 16479 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 May 11 17:38:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 15:38:36 +0000 Subject: [Koha-bugs] [Bug 16479] SIP should send separate AF message for send_patron_home_library_in_af In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16479 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #1 from Nick Clemens --- *** This bug has been marked as a duplicate of bug 13871 *** -- You are receiving 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 May 11 18:18:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 16:18:15 +0000 Subject: [Koha-bugs] [Bug 13961] Option to include patron's total amount of fines in notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13961 --- Comment #17 from Katrin Fischer --- Hi, this bug is about a different feature, so it would be good to open a separate bug report, maybe with a 'see also' link to this one if you want to. We have been using the items.fine variable without any problems for quite some time now - although not in 3.20, but in 3.18 and 3.22. One reson for the fine not printing can be the sequence the cronjobs are being run. fines.pl should be run before overdue_notices.pl (currently not the default, see bug 11144). Or that you haven't defined a proper ISO code for your active currency. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 18:18:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 16:18:58 +0000 Subject: [Koha-bugs] [Bug 3534] Patron quick add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3534 --- Comment #36 from Nick Clemens --- (In reply to Marc V?ron from comment #33) > I re-tested, it seems that the "Save" button in the quick add form no longer > works. Yeah, the quick add save 'clicks' the full form save button, fixed the selector and should work again -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 18:19:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 16:19:08 +0000 Subject: [Koha-bugs] [Bug 13961] Option to include patron's total amount of fines in notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13961 --- Comment #18 from Katrin Fischer --- Btw: you can use and leave the <> out too! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 18:53:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 16:53:23 +0000 Subject: [Koha-bugs] [Bug 16458] Setting to guarantor: JavaScript error form.branchcode is undefined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16458 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. From bugzilla-daemon at bugs.koha-community.org Wed May 11 18:53:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 16:53:26 +0000 Subject: [Koha-bugs] [Bug 16458] Setting to guarantor: JavaScript error form.branchcode is undefined In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16458 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51413|0 |1 is obsolete| | --- Comment #4 from Owen Leonard --- Created attachment 51447 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51447&action=edit [SIGNED-OFF] Bug 16458: Update library when a guarantor is set If you edit a patron from the Edit link of the patron information block (step 1 of the memberentry script), the branchcode is not displayed. If you set a guarantor to a child from this form, a JavaScript error will be raised: JavaScript error form.branchcode is undefined It happens because there is the branchcode is not displayed and there is no element with a branchcode name. To avoid this issue, a branchcode hidden input is added to the form and it will be updated when a guarantor is selected (same behavior as when you edit a patron using the complete form). Test plan: Edit a patron using the Edit link of the patron info block (not the Edit button in the toolbar) Set a guarantor => Notice that the branchcode of the patron has been updated with the branchcode of the guarantor 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 May 11 19:06:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 17:06:33 +0000 Subject: [Koha-bugs] [Bug 16394] Fix formatting of review.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16394 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- 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 Wed May 11 21:03:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 19:03:48 +0000 Subject: [Koha-bugs] [Bug 16501] Remove some unneeded warns in Upload.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16501 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 Wed May 11 21:03:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 19:03:51 +0000 Subject: [Koha-bugs] [Bug 16501] Remove some unneeded warns in Upload.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16501 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51438|0 |1 is obsolete| | --- Comment #2 from Tom?s Cohen Arazi --- Created attachment 51448 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51448&action=edit Bug 16501: Remove some unneeded warns in Upload.t At some point I saw some gain in warning about a missing config line. But these warns are actually not needed here. Removing them here. Test plan: Run t/db_dependent/Upload.t while having upload_path in your koha-conf and also without it. 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 May 11 21:31:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 19:31:18 +0000 Subject: [Koha-bugs] [Bug 16503] New: Label creator: grouping fields with quotes does not work in layout creator Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16503 Bug ID: 16503 Summary: Label creator: grouping fields with quotes does not work in layout creator Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger at foundations.edu Reporter: barton at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org The description for "Data field" under label-edit-layout.pl shows "Enter a comma separated list of fields to print. You may include any Koha field or MARC subfield. See online help for advanced options ex: barcode, itemcallnumber, title, "050a 050b", 300a Fields homebranch_description, holdingbranch_description, ccode_description, location_description and permanent_location_description show description instead of code." This seems to indicate that grouping fields using quotes, non-comma separated, *should* work: Given an item with the following data: title: Juggling for the complete klutz / author: Cassidy, John. itemcallnumber: JNF 793.8 Cas Using the data fields "title author", itemcallnumber Should yield a CSV export this: "Juggling for the complete klutz / Cassidy, John.","JNF 793.8 Cas" Instead I get this: ,"JNF 793.8 Cas" To replicate: 1/ Create a record using the title, author and itemcallnumber above. 2/ Go to tools > label creator 3/ Add a batch containing the created item 4/ Add a new layout. Click the list fields radio button, and add the fields title, author, itemcallnumber 5/ Export the batch as CSV using the new layout. The resulting file will look like this: "Juggling for the complete klutz /","Cassidy, John.","JNF 793.8 Cas" 6/ Edit the layout, change the field list to "title author", itemcallnumber 7/ Export the batch again, the new CSV file will read ,"JNF 793.8 Cas" The bug was replicated under version 3.23. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed May 11 22:17:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 20:17:50 +0000 Subject: [Koha-bugs] [Bug 16503] Label creator: grouping fields with quotes does not work in layout creator In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16503 Chris Nighswonger changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #1 from Chris Nighswonger --- (In reply to Barton Chittenden from comment #0) > The description for "Data field" under label-edit-layout.pl shows > > "Enter a comma separated list of fields to print. You may include any Koha > field or MARC subfield. > > See online help for advanced options > > ex: barcode, itemcallnumber, title, "050a 050b", 300a > > Fields homebranch_description, holdingbranch_description, ccode_description, > location_description and permanent_location_description show description > instead of code." > > This seems to indicate that grouping fields using quotes, non-comma > separated, *should* work: This is a "vestigial example." The feature itself never quite made it in. A quick look over the code shows that there does not appear to be any code to handle this feature. It is described in the formal documentation as "concatenating and keeping on a single line." If one were to write code to handle this, it would probably best go here: http://tinyurl.com/j9o4au3 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 00:13:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 22:13:47 +0000 Subject: [Koha-bugs] [Bug 15163] Patron attributes with branch limiits are not saved when invisible In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15163 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=16504 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 00:13:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 22:13:47 +0000 Subject: [Koha-bugs] [Bug 16504] New: All borrower attribute values for a given code deleted if that attribute has branch limits Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16504 Bug ID: 16504 Summary: All borrower attribute values for a given code deleted if that attribute has branch limits Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: jweaver at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, jonathan.druart at bugs.koha-community.org, kyle.m.hall at gmail.com Bug 15163 introduced a regression for branch-limited patron attributes; when modifying a patron attribute with branch limits, all of the values for that attribute for every patron will be deleted due to a predecence mistake: WHERE b_branchcode = ? OR b_branchcode IS NULL AND borrowernumber = ? is parsed as: WHERE b_branchcode = ? OR (b_branchcode IS NULL AND borrowernumber = ?) -- You are receiving 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 May 12 00:55:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 11 May 2016 22:55:06 +0000 Subject: [Koha-bugs] [Bug 14571] using_https check for ssl connections doesn't work in some situations In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14571 Heather Braum changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hbraum at nekls.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 02:18:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 00:18:17 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 Craig Dean changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |craig at dean.net.nz --- Comment #15 from Craig Dean --- I have a customer affected by this bug and thus can't import any new users. Looking at the previous releases it seems that 3.22.7 won't be out until closer to the end of the month. This is not really an acceptable wait to be able to provision new users. 1. Is there any chance that the 3.22.7 will be released sooner? 2. Is there anything I can do to import this patch now, without breaking future updates. Given then I am a Systems Administrator and not a developer. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 04:36:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 02:36:58 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 --- Comment #10 from Aleisha Amohia --- Created attachment 51449 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51449&action=edit Toolbar covers drop down menu I'm getting this problem where the syspref toolbar covers the drop down menu. Agreed that it would be nice to have some consistency across the buttons. Having just 'Save' and 'Cancel' in the toolbar alone doesn't bother me too much imo! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 06:25:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 04:25:07 +0000 Subject: [Koha-bugs] [Bug 16388] Move option to download report into reports toolbar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16388 Aleisha Amohia 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 Thu May 12 06:25:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 04:25:10 +0000 Subject: [Koha-bugs] [Bug 16388] Move option to download report into reports toolbar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16388 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50990|0 |1 is obsolete| | --- Comment #4 from Aleisha Amohia --- Created attachment 51450 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51450&action=edit Bug 16388: Move option to download report into reports toolbar To test: 1) Create a new SQL report or edit a report 2) Ensure that the download option does NOT show in the toolbar 3) Save and run the report 4) Confirm that download option DOES show in toolbar as a dropdown with the 3 options (csv, tab and ods) 5) Confirm that downloading all 3 file types 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 May 12 06:42:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 04:42:58 +0000 Subject: [Koha-bugs] [Bug 12402] Show more on pending patron modification requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12402 Aleisha Amohia 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 Thu May 12 06:43:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 04:43:01 +0000 Subject: [Koha-bugs] [Bug 12402] Show more on pending patron modification requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12402 --- Comment #3 from Aleisha Amohia --- Created attachment 51451 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51451&action=edit Bug 12402: Show patron category on pending patron modifications To test: 1) Go to OPAC and make a modification to user 2) Go to Staff Client and go to pending patron modifications 3) Notice that we have the user's surname, first name, branch and cardnumber 4) Apply patch and refresh page 5) Notice that patron category now shows after user's name 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 May 12 06:43:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 04:43:16 +0000 Subject: [Koha-bugs] [Bug 12402] Show more on pending patron modification requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12402 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored Assignee|koha-bugs at lists.koha-commun |aleishaamohia at hotmail.com |ity.org | CC| |aleishaamohia at hotmail.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 May 12 06:49:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 04:49:26 +0000 Subject: [Koha-bugs] [Bug 16454] Use "inventory" instead of "inventory/stocktaking" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454 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. From bugzilla-daemon at bugs.koha-community.org Thu May 12 06:49:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 04:49:29 +0000 Subject: [Koha-bugs] [Bug 16454] Use "inventory" instead of "inventory/stocktaking" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454 --- Comment #1 from Aleisha Amohia --- Created attachment 51452 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51452&action=edit Bug 16454: Use 'inventory' instead of 'inventory/stocktaking' To test: 1) Go to the tools home page. Confirm it says 'Inventory' instead of 'Inventory/stocktaking' 2) Click Inventory. Confirm heading now says 'Inventory' instead of 'Inventory/stocktaking' 3) Confirm that it now says 'Inventory' instead of 'Inventory/stocktaking' in the tools menu along the left of the page 4) Click Help in top right corner. Confirm help heading now says 'Inventory' instead of 'Inventory/stocktaking' 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 May 12 06:49:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 04:49:39 +0000 Subject: [Koha-bugs] [Bug 16454] Use "inventory" instead of "inventory/stocktaking" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |aleishaamohia at hotmail.com CC| |aleishaamohia at hotmail.com Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 06:56:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 04:56:22 +0000 Subject: [Koha-bugs] [Bug 16371] Quote of the Day (QOTD) - Display in different interfaces In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16371 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleishaamohia at hotmail.com --- Comment #1 from Aleisha Amohia --- No patch has been attached! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 07:11:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 05:11:25 +0000 Subject: [Koha-bugs] [Bug 16426] Import borrowers tool warns for blank and/or existing userids In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16426 --- Comment #16 from Katrin Fischer --- If you are importing new borrowers it will will help to add a userid column with some unique key to your import file - for example the cardnumber or something similar. That will let you import the data. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 11:27:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 09:27:23 +0000 Subject: [Koha-bugs] [Bug 13438] Convert normarc framework plugins to new style (see also 10480) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13438 --- Comment #12 from Marcel de Rooy --- Created attachment 51453 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51453&action=edit Bug 13438: Fix report function in normarc_field_008 js The report function did not deal well with undefined fields and did not respect the length of all elements. NOTE: This is a quick fix for something that is currently broken. A next (larger) step would be to bring it back to the approach in the marc21 counterpart. Test plan: Make sure that normarc_field_008.pl is connected to your field 008. Click tag editor for 008, save some values and go back to tag editor. Test different material types in the tag editor. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 11:27:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 09:27:53 +0000 Subject: [Koha-bugs] [Bug 13438] Convert normarc framework plugins to new style (see also 10480) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13438 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=10997 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 11:27:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 09:27:53 +0000 Subject: [Koha-bugs] [Bug 10997] Modernize value_builders for NORMARC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10997 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=13438 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 11:31:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 09:31:49 +0000 Subject: [Koha-bugs] [Bug 16497] REST API: add routes to list libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16497 Benjamin Rokseth 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 Thu May 12 11:32:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 09:32:24 +0000 Subject: [Koha-bugs] [Bug 16497] REST API: add routes to list libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16497 --- Comment #1 from Benjamin Rokseth --- Created attachment 51454 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51454&action=edit Bug 16497 - REST API: add routes to list libraries Simple routes to list all or get one Library GET /api/v1/libraries - List all libraries GET /api/v1/libraries/{branchcode} - Get one Library Test plan: - apply patch - run tests: t/db_dependent/api/v1/libraries.t - test API with some API tool or simple curl e.g.: curl http://host:port/api/v1/libraries curl http://host:port/api/v1/libraries/cpl -- You are receiving 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 May 12 13:06:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 11:06:54 +0000 Subject: [Koha-bugs] [Bug 16461] Add some information (branch and barcode) in fine description for overdue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16461 --- Comment #2 from Theodoros Theodoropoulos --- Thank you Alex and Sophie, this would indeed come very handy to our Koha installation. However, in the long term, (especially if this is to be used the whole community), I think it would be far better if separate columns were created in the accountlines table to hold (at least) the branchcode and/or the item barcode[1]. In the same context, an ideal situation would be if branchcode/barcode would be displayed in separate columns in the fines table (and not concatenated in the description). This way description text would not be unnecessarily long and would not include hardcoded "Branch" and "Barcode" strings (which instead would be shown as translatable table headers in the fines table). Just as food for thought :) [1] if you don't want to keep barcodes both in items and accountlines table (also useful if barcode was changed in the meantime), it could be dynamically read during fines display (using itemnumber as key) -- You are receiving 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 May 12 13:38:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 11:38:40 +0000 Subject: [Koha-bugs] [Bug 16461] Add some information (branch and barcode) in fine description for overdue In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16461 --- Comment #3 from Theodoros Theodoropoulos --- Another advantage of the 'separate columns for Branch/Barcode in fines' approach would be that instead of branch CODE, the branch NAME could be displayed in the separate "Branch" column (as it happens with other item-related tables) which is more clear to staff librarians. Of course, similarly due date could be a separate column in the fines table! So to wrap the whole idea up: My proposal for the long run would be something like: Fines & charges | Description | Barcode | Due Date | Branch | Payment note | Account type | Notify id | Level | Amount | Amount outstanding (The table seems to hold too much information to fit into the screen, but description is no longer required to be that long!) Having said that, the disadvantage of this approach is that not ALL fines are related to items, in which case Barcode and Due Date columns will be empty. If this is acceptable and you're willing to make the change in the database schema of the accountlines table, I think it would be fairly easy to implement and would worth the time and effort... -- You are receiving 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 May 12 13:55:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 11:55:35 +0000 Subject: [Koha-bugs] [Bug 12402] Show more on pending patron modification requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12402 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. From bugzilla-daemon at bugs.koha-community.org Thu May 12 13:55:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 11:55:38 +0000 Subject: [Koha-bugs] [Bug 12402] Show more on pending patron modification requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12402 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51451|0 |1 is obsolete| | --- Comment #4 from Owen Leonard --- Created attachment 51455 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51455&action=edit [SIGNED-OFF] Bug 12402: Show patron category on pending patron modifications To test: 1) Go to OPAC and make a modification to user 2) Go to Staff Client and go to pending patron modifications 3) Notice that we have the user's surname, first name, branch and cardnumber 4) Apply patch and refresh page 5) Notice that patron category now shows after user's name 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 Thu May 12 14:04:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 12:04:53 +0000 Subject: [Koha-bugs] [Bug 16388] Move option to download report into reports toolbar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16388 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51450|0 |1 is obsolete| | --- Comment #5 from Owen Leonard --- Created attachment 51456 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51456&action=edit [SIGNED-OFF] Bug 16388: Move option to download report into reports toolbar To test: 1) Create a new SQL report or edit a report 2) Ensure that the download option does NOT show in the toolbar 3) Save and run the report 4) Confirm that download option DOES show in toolbar as a dropdown with the 3 options (csv, tab and ods) 5) Confirm that downloading all 3 file types works as expected 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 Thu May 12 14:08:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 12:08:38 +0000 Subject: [Koha-bugs] [Bug 16454] Use "inventory" instead of "inventory/stocktaking" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from Owen Leonard --- This looks great, but it occurred to me to look for other forms of "stocktaking." I see some instances of "inventory (stocktaking)": /includes/permissions.inc: /modules/help/members/member-flags.tt: /modules/tools/tools-home.tt: -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 15:20:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 13:20:16 +0000 Subject: [Koha-bugs] [Bug 16505] New: rebuild_zebra.pl skips updates if -x is passed Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 Bug ID: 16505 Summary: rebuild_zebra.pl skips updates if -x is passed Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt at gmail.com Reporter: tomascohen 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 Thu May 12 15:20:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 13:20:29 +0000 Subject: [Koha-bugs] [Bug 16505] rebuild_zebra.pl skips updates if -x is passed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.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 Thu May 12 15:21:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 13:21:33 +0000 Subject: [Koha-bugs] [Bug 16506] New: rebuild_zebra.pl still using USMARC as default Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16506 Bug ID: 16506 Summary: rebuild_zebra.pl still using USMARC as default Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt at gmail.com Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org The current rebuild_zebra.pl still uses usmarc as serialization format. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 15:21:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 13:21:55 +0000 Subject: [Koha-bugs] [Bug 16506] rebuild_zebra.pl still using USMARC as default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16506 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.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 Thu May 12 15:32:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 13:32:16 +0000 Subject: [Koha-bugs] [Bug 13324] [DEPENDS_ON_13321] The fund values must be based on tax included values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13324 claire.hernandez at biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez at biblibre.c | |om Status|BLOCKED |Signed Off --- Comment #13 from claire.hernandez at biblibre.com --- bz 13321 rebased, so status resetted/ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 15:38:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 13:38:44 +0000 Subject: [Koha-bugs] [Bug 16507] New: show play media tab first Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16507 Bug ID: 16507 Summary: show play media tab first 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: nengard at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 51457 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51457&action=edit opac view It might be nice if there are no holdings and there is a play media tab to show that tab first. For example I'm cataloging streaming media so I don't need items, but the video can be viewed right in the OPAC so why not show that tab first? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 17:04:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 15:04:18 +0000 Subject: [Koha-bugs] [Bug 16508] New: User permission "parameters_remaining_permissions Remaining system parameters permissions" does not allow saving systempreferences. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16508 Bug ID: 16508 Summary: User permission "parameters_remaining_permissions Remaining system parameters permissions" does not allow saving systempreferences. Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: barton at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com A staff borrower with catalogue and "parameters_remaining_permissions Remaining system parameters permissions" cannot save sysprefs. To recreate: 1/ Create a staff user. 2/ Go to details, select more->set permissions. 3/ Set catalogue, Manage Koha system settings (Administration panel), manage circulation rules, and Remaining system parameters permissions. 4/ Log in as the new staff user, go to administration > system preferences. Change a syspref and save it... it will save correctly. 5/ Log back in as superlibrarian 6/ On the 'set permissions' screen, un-check 'manage circulation rules' and save. 7/ Log back in to the new staff user, and try to change the same systemprefrence and save. You will see the following message: Error; your data might not have been saved You need to log in again, your session has timed out. -- You are receiving 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 May 12 17:12:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 15:12:53 +0000 Subject: [Koha-bugs] [Bug 16508] User permission "parameters_remaining_permissions Remaining system parameters permissions" does not allow saving systempreferences. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16508 Barton Chittenden changed: What |Removed |Added ---------------------------------------------------------------------------- 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 May 12 17:44:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 15:44:55 +0000 Subject: [Koha-bugs] [Bug 14941] Subfield defaults: Add information about substitutable values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14941 --- Comment #2 from Nicole C. Engard --- I had this documented and removed it because it didn't seem to work can you confirm that it works now - I know that 'user' didn't work last time I tried it. Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 17:52:17 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 15:52:17 +0000 Subject: [Koha-bugs] [Bug 14251] style discharge letter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14251 --- Comment #4 from Nicole C. Engard --- I did not - good to know - but I'm not sure that everything can be done with CSS - can it? Nicole -- You are receiving 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 May 12 17:54:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 15:54:35 +0000 Subject: [Koha-bugs] [Bug 7021] patron category in the statistics table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7021 --- Comment #27 from Nicole C. Engard --- Checking in here again ... any updates on a test plan? -- 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 May 12 18:07:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 16:07:59 +0000 Subject: [Koha-bugs] [Bug 8483] Borrower reading history should include deleted items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8483 --- Comment #52 from Nicole C. Engard --- Checking in here. Can anyone on the QA team help Kyle with his question? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 18:39:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 16:39:15 +0000 Subject: [Koha-bugs] [Bug 16509] New: Koha::Logger dies when log4perl.conf has FileAppender files with different permissions, also compatibility with logrotate Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16509 Bug ID: 16509 Summary: Koha::Logger dies when log4perl.conf has FileAppender files with different permissions, also compatibility with logrotate Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt at gmail.com Reporter: olli-antti.kivilahti at jns.fi QA Contact: testopia at bugs.koha-community.org We define all the logging configurations for various interfaces in log4perl.conf. Interfaces log to files, and every interface can run as a different user. Every time you execute a Perl program that uses Koha::Logger and Log::Log4perl, Log::Log4perl tries to open all the filehandles in the log4perl.conf. Since different interface logs should be owned by different users, this crashes the system. Can't sysopen /home/koha/koha-dev/var/log/intranet.log (Permission denied) at /usr/local/share/perl/5.18.2/Log/Log4perl/Appender/File.pm line 120. This patch introduces lazy-loading parameters to the FileAppenders, so they open only the files they need. Koha::Logger makes sure they always use the correct log file for the interface (opac, intranet, commandline, sip, restapi, ...). log4perl.appender.CLI.syswrite=true log4perl.appender.*.create_at_logtime=true Also while working on this bug identified as a target of opportunity some useful extra parameters for the appenders. log4perl.appender.*.syswrite=true This should solve concurrency issues under multithreaded Perl-apps such as what Mojolicious should be ran as. log4perl.appender.*.recreate=true This polls the filesystem path to the logfile for changes. Eg. if logrotate of the admin might move the logfile for storage purposes, Log4perl can recreate the missing file, instead of writing to the moved file. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 18:51:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 16:51:21 +0000 Subject: [Koha-bugs] [Bug 16509] Koha::Logger dies when log4perl.conf has FileAppender files with different owners, also compatibility with logrotate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16509 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Koha::Logger dies when |Koha::Logger dies when |log4perl.conf has |log4perl.conf has |FileAppender files with |FileAppender files with |different permissions, also |different owners, also |compatibility with |compatibility with |logrotate |logrotate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 18:51:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 16:51:28 +0000 Subject: [Koha-bugs] [Bug 16509] Koha::Logger dies when log4perl.conf has FileAppender files with different owners, also compatibility with logrotate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16509 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |olli-antti.kivilahti at jns.fi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 18:51:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 16:51:41 +0000 Subject: [Koha-bugs] [Bug 16509] Koha::Logger dies when log4perl.conf has FileAppender files with different owners, also compatibility with logrotate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16509 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |14167 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14167 [Bug 14167] Add Koha::Logger based on Log4perl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 18:51:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 16:51:41 +0000 Subject: [Koha-bugs] [Bug 14167] Add Koha::Logger based on Log4perl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14167 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16509 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16509 [Bug 16509] Koha::Logger dies when log4perl.conf has FileAppender files with different owners, also compatibility with logrotate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 18:58:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 16:58:20 +0000 Subject: [Koha-bugs] [Bug 16509] Koha::Logger dies when log4perl.conf has FileAppender files with different owners, also compatibility with logrotate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16509 --- Comment #1 from Olli-Antti Kivilahti --- Created attachment 51458 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51458&action=edit Bug-16509-Koha-Logger-dies-when-log4perl.conf-has-Fi.patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 18:58:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 16:58:38 +0000 Subject: [Koha-bugs] [Bug 16509] Koha::Logger dies when log4perl.conf has FileAppender files with different owners, also compatibility with logrotate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16509 Olli-Antti Kivilahti changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From kamalbd627 at gmail.com Thu May 12 17:10:48 2016 From: kamalbd627 at gmail.com (Kamal Hossain) Date: Thu, 12 May 2016 21:10:48 +0600 Subject: [Koha-bugs] [Bug 16508] New: User permission "parameters_remaining_permissions Remaining system parameters permissions" does not allow saving systempreferences. In-Reply-To: References: Message-ID: Hi All, Thank you very much for the update. Regards, Kamal On Thu, May 12, 2016 at 9:04 PM, wrote: > https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16508 > > Bug ID: 16508 > Summary: User permission "parameters_remaining_permissions > Remaining system parameters permissions" does not > allow saving systempreferences. > Change sponsored?: --- > Product: Koha > Version: 3.22 > Hardware: All > OS: All > Status: NEW > Severity: enhancement > Priority: P5 - low > Component: Patrons > Assignee: koha-bugs at lists.koha-community.org > Reporter: barton at bywatersolutions.com > QA Contact: testopia at bugs.koha-community.org > CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com > > A staff borrower with catalogue and "parameters_remaining_permissions > Remaining > system parameters permissions" cannot save sysprefs. > > To recreate: > > 1/ Create a staff user. > 2/ Go to details, select more->set permissions. > 3/ Set catalogue, Manage Koha system settings (Administration panel), > manage > circulation rules, and Remaining system parameters permissions. > 4/ Log in as the new staff user, go to administration > system preferences. > Change a syspref and save it... it will save correctly. > 5/ Log back in as superlibrarian > 6/ On the 'set permissions' screen, un-check 'manage circulation rules' and > save. > 7/ Log back in to the new staff user, and try to change the same > systemprefrence and save. > > You will see the following message: > > Error; your data might not have been saved > You need to log in again, your session has timed out. > > -- > You are receiving this mail because: > You are the assignee for the bug. > You are watching all bug changes. > _______________________________________________ > Koha-bugs mailing list > Koha-bugs at lists.koha-community.org > http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs > website : http://www.koha-community.org/ > git : http://git.koha-community.org/ > bugs : http://bugs.koha-community.org/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bugzilla-daemon at bugs.koha-community.org Thu May 12 19:37:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 17:37:21 +0000 Subject: [Koha-bugs] [Bug 14251] style discharge letter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14251 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #5 from Katrin Fischer --- It depends on what you want to do - did you try to add the logo? You could either try adding it in the HTML of the notice or with CSS. -- You are receiving 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 May 12 23:25:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 21:25:11 +0000 Subject: [Koha-bugs] [Bug 7441] search results showing wrong branch? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7441 --- Comment #70 from Nick Clemens --- Still valid in current master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu May 12 23:41:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 21:41:06 +0000 Subject: [Koha-bugs] [Bug 16454] Use "inventory" instead of "inventory/stocktaking" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454 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 May 12 23:41:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 21:41:08 +0000 Subject: [Koha-bugs] [Bug 16454] Use "inventory" instead of "inventory/stocktaking" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51452|0 |1 is obsolete| | --- Comment #3 from Aleisha Amohia --- Created attachment 51459 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51459&action=edit Bug 16454: Use 'inventory' instead of 'inventory/stocktaking' To test: 1) Go to the tools home page. Confirm it says 'Inventory' instead of 'Inventory/stocktaking' in heading and in description 2) Click Inventory. Confirm heading now says 'Inventory' instead of 'Inventory/stocktaking' 3) Confirm that it now says 'Inventory' instead of 'Inventory/stocktaking' in the tools menu along the left of the page 4) Click Help in top right corner. Confirm help heading now says 'Inventory' instead of 'Inventory/stocktaking' 5) Go to user account page, go to Set Permissions 6) Expand Tools option and confirm it says 'inventory' instead of 'inventory (stocktaking)' Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 00:04:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 22:04:33 +0000 Subject: [Koha-bugs] [Bug 16489] ES code incorrectly refers to Moose In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |jweaver at bywatersolutions.co | |m --- Comment #4 from Jesse Weaver --- Pushed for inclusion in 16.05, to be released in May 2015. Thanks for your work! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 00:08:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 22:08:51 +0000 Subject: [Koha-bugs] [Bug 16428] The framework is not checked to know if a field is mapped In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |In Discussion CC| |jweaver at bywatersolutions.co | |m --- Comment #7 from Jesse Weaver --- I have some qualms about pushing this... there are a very significant number of places in Koha that use the default framework's mappings (enough to make it a de-facto standard). See the results of a $ git grep TransformMarcToKoha -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 00:11:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 22:11:33 +0000 Subject: [Koha-bugs] [Bug 16412] Cache undef in L1 only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |jweaver at bywatersolutions.co | |m --- Comment #7 from Jesse Weaver --- Pushed for inclusion in 16.05, to be released in May 2015. Thanks for your work! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 00:15:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 22:15:56 +0000 Subject: [Koha-bugs] [Bug 16489] ES code incorrectly refers to Moose In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 --- Comment #5 from Jesse Weaver --- May 2016, rather... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 00:16:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 22:16:05 +0000 Subject: [Koha-bugs] [Bug 16412] Cache undef in L1 only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 --- Comment #8 from Jesse Weaver --- May 2016, rather... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 00:17:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 22:17:41 +0000 Subject: [Koha-bugs] [Bug 16474] Standardize spelling of EDIFACT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jweaver at bywatersolutions.co | |m Status|Passed QA |Pushed to Master --- Comment #4 from Jesse Weaver --- Pushed for inclusion in 16.05, to be released in May 2016. Thanks for your work! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 00:21:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 22:21:35 +0000 Subject: [Koha-bugs] [Bug 16480] Unclosed tag in shelves on intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |jweaver at bywatersolutions.co | |m --- Comment #4 from Jesse Weaver --- Pushed for inclusion in 16.05, to be released in May 2016. Thanks for your work! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 00:22:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 22:22:47 +0000 Subject: [Koha-bugs] [Bug 16473] Tiny typo: there was _an_ problem ... In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473 Jesse Weaver changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |jweaver at bywatersolutions.co | |m --- Comment #4 from Jesse Weaver --- Pushed for inclusion in 16.05, to be released in May 2016. Thanks for your work! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 01:10:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 23:10:37 +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 Manuel Flores changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |manuel.flores.villatoro at gma | |il.com --- Comment #15 from Manuel Flores --- We had the same problem authenticating LDAP with KOHA 3.22 in Debian Jessie, we ran some tests and found that the file /usr/share/koha/lib/C4/Auth_with_ldap.pm in the line: my $cmpmesg = $db->compare( $userldapentry, attr=>'userpassword', value => $password ); Wasn't encoding the password to md5_base64 (which use LDAP), so we changed the line to: my $cmpmesg = $db->compare( $userldapentry, attr=>'userPassword', value => "{MD5}".md5_base64($password)."==" ); Retrieve userPassword attribute, encode the clear text password to md5_base64 and add '{MD5}' at start and '==' end of the password. If LDAP is using different encryption, that change should be made in the code. Hope it helps someone. Greetings. -- 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 May 13 01:44:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 23:44:12 +0000 Subject: [Koha-bugs] [Bug 16507] show play media tab first In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16507 Aleisha Amohia 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 May 13 01:44:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 23:44:15 +0000 Subject: [Koha-bugs] [Bug 16507] show play media tab first In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16507 --- Comment #1 from Aleisha Amohia --- Created attachment 51460 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51460&action=edit Bug 16507: Show play media tab first if record has no holdings To test: 1) Go to Admin -> Global sysprefs 2) Turn on HTML5MediaEnabled and HTML5MediaYouTube 3) Go to Cataloging and create a new record 4) Catalogue a YouTube link in 856$u and save record. Do not add any items (click Normal tab) 5) Confirm that Play media tab shows first 6) Add an item then go back to Normal tab 7) Confirm that Holdings tab now shows first and Play media tab is last Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 01:44:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 23:44:44 +0000 Subject: [Koha-bugs] [Bug 16507] show play media tab first In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16507 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleishaamohia at hotmail.com Change sponsored?|--- |Sponsored Assignee|oleonard at myacpl.org |aleishaamohia at hotmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 01:51:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 23:51:11 +0000 Subject: [Koha-bugs] [Bug 13654] Cannot place a hold for biblio with too many Items to display unless viewing them all. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13654 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com --- Comment #5 from Nick Clemens --- Did you get any feedback Olli? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 01:52:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 23:52:50 +0000 Subject: [Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662 --- Comment #81 from David Cook --- Just a reminder that koha-gitify can't be used for testing changes to Zebra configuration files or koha-conf.xml, and this patch makes changes to both. You'll need to do a source install. It doesn't matter which type you do, although I personally find a "dev" install to be the nicest. Regardless of what you choose, you'll need to use "make" and "make upgrade" to update your Zebra configuration files and koha-conf.xml. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 01:56:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 12 May 2016 23:56:50 +0000 Subject: [Koha-bugs] [Bug 14096] Licences on About page not consistently linked In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14096 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleishaamohia at hotmail.com --- Comment #1 from Aleisha Amohia --- I think this has been fixed. Can you check? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 02:24:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 00:24:12 +0000 Subject: [Koha-bugs] [Bug 16510] New: When record items exceed OpacMaxItemsToDisplay opacSerialDefaultTab is ignored Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16510 Bug ID: 16510 Summary: When record items exceed OpacMaxItemsToDisplay opacSerialDefaultTab is ignored 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: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org In opac-detail.pl the if construct checks (@itemloop) to see if holdings should be displayed, however, if items exceed OpacMaxItemsToDisplay @itemloop isn't populated and the syspref is ignored my $opac_serial_default = C4::Context->preference('opacSerialDefaultTab'); my $defaulttab = $opac_serial_default eq 'subscriptions' && $subscriptionsnumber ? 'subscriptions' : $opac_serial_default eq 'serialcollection' && @serialcollections > 0 ? 'serialcollection' : $opac_serial_default eq 'holdings' && scalar (@itemloop) > 0 ? 'holdings' : $subscriptionsnumber ? 'subscriptions' : @serialcollections > 0 ? 'serialcollection' : 'subscriptions'; $template->param('defaulttab' => $defaulttab); -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 02:25:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 00:25:38 +0000 Subject: [Koha-bugs] [Bug 1859] Notice fields: can't select multiple fields at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1859 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|REMIND |--- Assignee|henridamien at koha-fr.org |oleonard at myacpl.org Version|rel_3_0 |master Hardware|Macintosh |All Status|CLOSED |REOPENED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 02:27:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 00:27:25 +0000 Subject: [Koha-bugs] [Bug 1859] Notice fields: can't select multiple fields at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1859 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED --- Comment #1 from Owen Leonard --- If you're building a notice and select multiple fields, either by using click+shift+click or ctrl+click, when you add them they are not added as separate fields: <> Instead of <><><> -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 02:46:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 00:46:24 +0000 Subject: [Koha-bugs] [Bug 16511] New: Making contracts actions buttons Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16511 Bug ID: 16511 Summary: Making contracts actions buttons 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: aleishaamohia at hotmail.com QA Contact: testopia at bugs.koha-community.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 May 13 02:49:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 00:49:36 +0000 Subject: [Koha-bugs] [Bug 16511] Making contracts actions buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16511 Aleisha Amohia 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 Fri May 13 02:49:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 00:49:39 +0000 Subject: [Koha-bugs] [Bug 16511] Making contracts actions buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16511 --- Comment #1 from Aleisha Amohia --- Created attachment 51461 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51461&action=edit Bug 16511: Making contracts actions buttons To test: 1) Go to Acqui -> find a vendor 2) On Vendor details page (supplier.pl) confirm that Contracts table now has one column called Actions 3) Confirm that Edit and Delete show as buttons 4) Confirm that buttons don't wrap on a narrower browser 5) Click Contracts tab 6) Confirm Actions column, Edit and Delete buttons, and button's don't wrap 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 Fri May 13 02:50:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 00:50:03 +0000 Subject: [Koha-bugs] [Bug 16511] Making contracts actions buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16511 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored Assignee|koha-bugs at lists.koha-commun |aleishaamohia at hotmail.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 May 13 02:59:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 00:59:50 +0000 Subject: [Koha-bugs] [Bug 16512] New: Route to library alert missing Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16512 Bug ID: 16512 Summary: Route to library alert missing Change sponsored?: --- Product: Koha Version: 3.22 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: david.roberts at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com When an item belonging to one library is checked in at a different library using the main check in box at the top of the screen, and alert pops up to remind the staff member to return the item to the owning library. However, if an item is returned by using the list of checkouts in the patron record, this alert doesn't display. It would be ideal if these could be consistent and generate an alert in both instances. -- You are receiving 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 May 13 11:20:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 09:20:50 +0000 Subject: [Koha-bugs] [Bug 16288] Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colin.campbell at ptfs-europe. | |com --- Comment #1 from Colin Campbell --- Created attachment 51462 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51462&action=edit Proposed patch Remove the reference to the EAN syspref -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 11:21:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 09:21:55 +0000 Subject: [Koha-bugs] [Bug 16288] Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 Colin Campbell changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|gmcharlt at gmail.com |colin.campbell at ptfs-europe. | |com --- Comment #2 from Colin Campbell --- Created attachment 51463 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51463&action=edit Proposed patch REmove the shipping budget syspref -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 14:38:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 12:38:56 +0000 Subject: [Koha-bugs] [Bug 15816] Timeout login redirects to home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #13 from Kyle M Hall --- Pushed to master for the 16.05 release. Thanks Jesse! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 14:40:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 12:40:46 +0000 Subject: [Koha-bugs] [Bug 1859] Notice fields: can't select multiple fields at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1859 Owen Leonard 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 Fri May 13 14:40:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 12:40:50 +0000 Subject: [Koha-bugs] [Bug 1859] Notice fields: can't select multiple fields at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1859 --- Comment #2 from Owen Leonard --- Created attachment 51464 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51464&action=edit Bug 1859 - Notice fields: can't select multiple fields at once When selecting database fields to appear in a notice, selecting multiple fields at once doesn't work correctly. The selected fields are grouped together between << and >> instead of each being bracketed separately. This patch corrects this problem. Also changed: Removal of 'onclick'; Conversion of 'insert' button to a Bootstrap buttons styled with a Font Awesome icon; HTML validation error fixes. To test, apply the patch and go to Tools -> Notices & Slips. - Edit any notice. - Select a notice version to edit (Email, Print, etc.). - Confirm that the "Insert" button looks correct. - Using ctrl+click, select multiple database fields to add to the notice. Confirm that clicking the "Insert" button adds the fields correctly. - Confirm that there are no HTML validation errors. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 14:41:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 12:41:39 +0000 Subject: [Koha-bugs] [Bug 16509] Koha::Logger dies when log4perl.conf has FileAppender files with different owners, also compatibility with logrotate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16509 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com --- Comment #2 from Kyle M Hall --- Olli, this patch doesn't apply to master. I think this must be dependent on another bug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 14:41:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 12:41:49 +0000 Subject: [Koha-bugs] [Bug 16509] Koha::Logger dies when log4perl.conf has FileAppender files with different owners, also compatibility with logrotate In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16509 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 Fri May 13 14:47:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 12:47:55 +0000 Subject: [Koha-bugs] [Bug 1859] Notice fields: can't select multiple fields at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1859 Nicole C. Engard 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 May 13 14:47:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 12:47:57 +0000 Subject: [Koha-bugs] [Bug 1859] Notice fields: can't select multiple fields at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1859 Nicole C. Engard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51464|0 |1 is obsolete| | --- Comment #3 from Nicole C. Engard --- Created attachment 51465 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51465&action=edit Bug 1859 - Notice fields: can't select multiple fields at once When selecting database fields to appear in a notice, selecting multiple fields at once doesn't work correctly. The selected fields are grouped together between << and >> instead of each being bracketed separately. This patch corrects this problem. Also changed: Removal of 'onclick'; Conversion of 'insert' button to a Bootstrap buttons styled with a Font Awesome icon; HTML validation error fixes. To test, apply the patch and go to Tools -> Notices & Slips. - Edit any notice. - Select a notice version to edit (Email, Print, etc.). - Confirm that the "Insert" button looks correct. - Using ctrl+click, select multiple database fields to add to the notice. Confirm that clicking the "Insert" button adds the fields correctly. - Confirm that there are no HTML validation errors. Signed-off-by: Nicole C Engard -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 15:08:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 13:08:46 +0000 Subject: [Koha-bugs] [Bug 16288] Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51462|0 |1 is obsolete| | --- Comment #3 from Tom?s Cohen Arazi --- Created attachment 51466 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51466&action=edit Bug 16288: Remove Reference to obsolete EAN syspref Remove reference to obsolete syspref EDIfactEAN which was present in earlier test version of EDI code but should not now be used 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 May 13 15:08:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 13:08:54 +0000 Subject: [Koha-bugs] [Bug 16288] Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51463|0 |1 is obsolete| | --- Comment #4 from Tom?s Cohen Arazi --- Created attachment 51467 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51467&action=edit Bug 16288: Remove unused EDI Shipping Budget syspref 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 May 13 15:09:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 13:09:02 +0000 Subject: [Koha-bugs] [Bug 16288] Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 --- Comment #5 from Tom?s Cohen Arazi --- Created attachment 51468 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51468&action=edit Bug 16288: (QA followup) Remove the syspref INSERT line 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 May 13 15:09:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 13:09:57 +0000 Subject: [Koha-bugs] [Bug 16288] Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Trivial patch 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 Fri May 13 15:11:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 13:11:10 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 Koha Team Lyon 3 changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koha at univ-lyon3.fr --- Comment #6 from Koha Team Lyon 3 --- Hi, I'm not sure to understand so I need more explanations :) Now, since BZ 12074 was pushed to master, when someone adds a full batch from a staged file, there's an alert for duplicates. But this alert is based on what is found by FindDuplicate. Could we change Findduplicate as it can find duplicate on another field than ISBN rather to avoid to use findDuplicate ? I have no preference, all what I want is that we can find duplicates for books, DVDs or whatever materials when we're importing a batch records. But, is it better to do it without FindDuplicates ? Sonia -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 15:14:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 13:14:29 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 --- Comment #7 from Nicole C. Engard --- (In reply to Koha Team Lyon 3 from comment #6) > Hi, > I'm not sure to understand so I need more explanations :) > Now, since BZ 12074 was pushed to master, when someone adds a full batch > from a staged file, there's an alert for duplicates. But this alert is based > on what is found by FindDuplicate. > Could we change Findduplicate as it can find duplicate on another field than > ISBN rather to avoid to use findDuplicate ? > > I have no preference, all what I want is that we can find duplicates for > books, DVDs or whatever materials when we're importing a batch records. > > But, is it better to do it without FindDuplicates ? > Sonia Sonia, The problem was that FindDuplicates was hardcoded and the library had no way to change that. So the following scenario is just one example of where FindDuplicates fails libraries: 1. Stage DVD Marc Records 2. Use a rule to match on 024 (the identifier on many DVDs) 3. Find duplicates 4. Go to Acq and add staged file to basket 5. Koha says there are duplicates but there aren't instead it's matching on Title & Author and matching DVDs to books because the DVDs don't have ISBNs By using this patch we allow for libraries to choose how to find duplicates instead of forcing them to use a hard coded script that they have no control over. Nicole -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 15:23:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 13:23:52 +0000 Subject: [Koha-bugs] [Bug 16493] acq matching on title and author In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16493 --- Comment #8 from Koha Team Lyon 3 --- Ok, Thanks Nicole, I understand and I share the "setting principle" that allow librarians to choose the key to deduplicate. I will test the patch with unimarc file to see if it's ok for us. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 15:59:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 13:59:16 +0000 Subject: [Koha-bugs] [Bug 16513] New: Improvements and fixes for quote upload process Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16513 Bug ID: 16513 Summary: Improvements and fixes for quote upload process Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Tools Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org I have a few minor improvements and fixes for the Quotes editor and upload process: - Removing 'onclick' - Making the 'Cancel upload' button work correctly - Add a 'Cancel upload' button to the toolbar - Capitalization corrections -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 16:00:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:00:43 +0000 Subject: [Koha-bugs] [Bug 16504] All borrower attribute values for a given code deleted if that attribute has branch limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16504 --- Comment #1 from Jonathan Druart --- Created attachment 51469 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51469&action=edit Bug 16504: Add regression 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 Fri May 13 16:00:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:00:41 +0000 Subject: [Koha-bugs] [Bug 16504] All borrower attribute values for a given code deleted if that attribute has branch limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16504 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 Fri May 13 16:00:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:00:47 +0000 Subject: [Koha-bugs] [Bug 16504] All borrower attribute values for a given code deleted if that attribute has branch limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16504 --- Comment #2 from Jonathan Druart --- Created attachment 51470 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51470&action=edit Bug 16504: (follow-up for bug 15163) Do not remove attributes of other patrons Simple patch for a silly error, this single line is going to fix a critical bug. If a patron attribute is limited to a library, all the values for that attributes for every patrons will be deleted. Test plan: Create a patron attribute limited to a library Set the the attribute for a patron Set the the attribute for another patron => Without this patch applied, the attribute's value for the first patron is deleted => With this patch applied, the 2 values exist in the DB after the second edition -- You are receiving 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 May 13 16:01:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:01:11 +0000 Subject: [Koha-bugs] [Bug 15163] Patron attributes with branch limiits are not saved when invisible In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15163 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16504 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16504 [Bug 16504] All borrower attribute values for a given code deleted if that attribute has branch limits -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 16:01:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:01:11 +0000 Subject: [Koha-bugs] [Bug 16504] All borrower attribute values for a given code deleted if that attribute has branch limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16504 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |jonathan.druart at bugs.koha-c |ity.org |ommunity.org Depends on| |15163 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15163 [Bug 15163] Patron attributes with branch limiits are not saved when invisible -- You are receiving 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 May 13 16:06:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:06:21 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 --- Comment #11 from Jonathan Druart --- Created attachment 51471 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51471&action=edit Bug 16400: Restore the previous stack order behavior When updating the plugin, the stack order behavior has changed. This patch restores the prevous behavior (not always z-index: 1000) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 16:06:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:06:53 +0000 Subject: [Koha-bugs] [Bug 16513] Improvements and fixes for quote upload process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16513 --- Comment #1 from Owen Leonard --- Created attachment 51472 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51472&action=edit Bug 16513 - Improvements and fixes for quote upload process This patch fixes some minor bugs and adds a small enhancement to the quotes editor and quotes upload pages. To test, apply the patch and go to Tools -> Quote editor - In the table of quotes, clicking the "ID" table header should trigger an alert, "Click on the quote's ide to select..." - Go to "Import quotes" and select a file to upload. - On the upload preview page you should see a new "Cancel import" button. Clicking it should return you to the quotes upload page after asking for confirmation. - Test the upload cancel button: - If you have fast reflexes or are uploading a file large enough, you should be able to see a "Cancel upload" button during the upload process. - Clicking this button should cancel the upload and return you to the quote upload page. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 16:06:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:06:48 +0000 Subject: [Koha-bugs] [Bug 16513] Improvements and fixes for quote upload process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16513 Owen Leonard 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 Fri May 13 16:07:27 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:07:27 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff --- Comment #12 from Jonathan Druart --- Aleisha, thanks for testing! The last patch fixes the issue you got. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 16:08:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:08:54 +0000 Subject: [Koha-bugs] [Bug 16088] Excessive CGI->new() calls hurting cache performace under plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16088 --- Comment #33 from Jonathan Druart --- (In reply to Jesse Weaver from comment #32) > Question about naming/design; this thing you're making has less in common > with Koha::Cache and more in common with a per-request C4::Context. Might it > make more sense to tie it to the latter? To me it makes sense to have it using the Koha::Cache namespace, it's cache-related, but I don't really mind about the naming :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 16:17:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:17:30 +0000 Subject: [Koha-bugs] [Bug 16428] The framework is not checked to know if a field is mapped In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16428 --- Comment #8 from Jonathan Druart --- (In reply to Jesse Weaver from comment #7) > I have some qualms about pushing this... there are a very significant number > of places in Koha that use the default framework's mappings (enough to make > it a de-facto standard). See the results of a $ git grep TransformMarcToKoha It seems that we are using it when adding/modifying a record/item. git grep TransformMarcToKoha|grep -v frameworkcode does not return a lot of relevant results :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 16:21:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:21:14 +0000 Subject: [Koha-bugs] [Bug 16388] Move option to download report into reports toolbar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16388 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 May 13 16:30:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:30:25 +0000 Subject: [Koha-bugs] [Bug 16388] Move option to download report into reports toolbar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16388 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 May 13 16:30:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:30:28 +0000 Subject: [Koha-bugs] [Bug 16388] Move option to download report into reports toolbar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16388 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51456|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart --- Created attachment 51473 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51473&action=edit Bug 16388: Move option to download report into reports toolbar To test: 1) Create a new SQL report or edit a report 2) Ensure that the download option does NOT show in the toolbar 3) Save and run the report 4) Confirm that download option DOES show in toolbar as a dropdown with the 3 options (csv, tab and ods) 5) Confirm that downloading all 3 file types works as expected 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 Fri May 13 16:30:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:30:33 +0000 Subject: [Koha-bugs] [Bug 16388] Move option to download report into reports toolbar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16388 --- Comment #7 from Jonathan Druart --- Created attachment 51474 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51474&action=edit Bug 16388: Use existing 'execute' parameter instead of creating a new one An existing 'execute' parameter is already passed to the template when we need to display the 'Download' button, so let's use it instead of creating a new one. 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 May 13 16:33:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:33:16 +0000 Subject: [Koha-bugs] [Bug 14908] Item search: Item search results not properly sorted by Date. Date filter also not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14908 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=14636 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 Fri May 13 16:33:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:33:16 +0000 Subject: [Koha-bugs] [Bug 14636] Sorting and searching by publication year in item search doesn't work correctly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14636 Fridolin SOMERS changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=14908 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 16:33:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:33:59 +0000 Subject: [Koha-bugs] [Bug 14908] Item search: Item search results not properly sorted by Date. Date filter also not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14908 --- Comment #3 from Fridolin SOMERS --- Corrected by Bug 14636 ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 16:42:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:42:00 +0000 Subject: [Koha-bugs] [Bug 16514] New: Force scalar cotext where param assumes a list incorrectly in admin/edi scripts Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16514 Bug ID: 16514 Summary: Force scalar cotext where param assumes a list incorrectly in admin/edi scripts 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: colin.campbell at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CGI's param method assumes a list context when lvalue not explicitly scalar. Force the correct context to avoid errors being 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 Fri May 13 16:57:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:57:35 +0000 Subject: [Koha-bugs] [Bug 16514] Force scalar cotext where param assumes a list incorrectly in admin/edi scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16514 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 51475 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51475&action=edit proposed patch Fix up were scalar needs setting explicitly. To test without patch editing an edi vendor or ean will generate 'CGI::param called in list context' warnings in log - with patch applied these should no longer appear -- You are receiving 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 May 13 16:59:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 14:59:06 +0000 Subject: [Koha-bugs] [Bug 7736] Edifact QUOTE and ORDER functionality In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736 --- Comment #175 from Colin Campbell --- (In reply to Jonathan Druart from comment #174) > (In reply to Colin Campbell from comment #173) > > (In reply to Jonathan Druart from comment #172) > > > (In reply to Colin Campbell from comment #171) > > > > (In reply to Jonathan Druart from comment #170) > > > > > This patchset introduces some uses of CGI->param in list context, please fix. > > > > > > > > Any clue as to where? > > > > > > grep '=>.*->param' admin/edi_* > > > > > > and see commit f3e4b5bbb6b02d7bb6e89d84c0379666eb1e704f > > > Bug 16154: CGI->multi_param - Force scalar context > > > should give you some tricks. > > > > > > Basically you need to force the scalar context if called in a list context > > > (when passed to the template). > > > > Exactly these are scalar context calls > > Please have a look at bug 16154 and bug 15809 if you want more information > on this issue. Patch submitted on separate bug 16514 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 17:09:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 15:09:44 +0000 Subject: [Koha-bugs] [Bug 16505] rebuild_zebra.pl skips updates if -x is passed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- 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 May 13 17:10:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 15:10:02 +0000 Subject: [Koha-bugs] [Bug 16505] rebuild_zebra.pl skips updates if -x is passed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 Tom?s Cohen Arazi 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 May 13 17:10:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 15:10:23 +0000 Subject: [Koha-bugs] [Bug 16505] rebuild_zebra.pl skips updates if -x is passed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 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. From bugzilla-daemon at bugs.koha-community.org Fri May 13 17:10:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 15:10:26 +0000 Subject: [Koha-bugs] [Bug 16505] rebuild_zebra.pl skips updates if -x is passed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 51476 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51476&action=edit Bug 16505: is missing the marc namespace and updates fail if -x is passed Using rebuild_zerba.pl with the -x option switch, produces an incorrect output in terms of what our XSLTs expect for indexing. This patch introduces the right namespace information on the exported records so indexing succeeds. To test: - On current master, have some records on your db - Run: $ sudo koha-shell kohadev $ cd kohaclone $ misc/migration_tools/rebuild_zebra.pl -r -b -k -x => you will get a message like this: NOTHING cleaned : the export /tmp/NL5ufjUfpp has been kept. - Run $ less /tmp/NL5ufjUfpp/biblio/exported_records => FAIL: The first line looks like this FAIL: No output - Apply the patch - Run: $ misc/migration_tools/rebuild_zebra.pl -r -b -k -x - Take a look at the result file: $ less /tmp/asdiouqwiue/biblio/exported_records => SUCCESS: The start of the file looks like this: - Run: $ xsltproc \ /etc/koha/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl \ /tmp/asdiouqwiue/biblio/exported_records => SUCCESS: There is actually indexing data :-D - Sign off :-D Sponsored-by: American Numismatic Society -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 17:11:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 15:11:05 +0000 Subject: [Koha-bugs] [Bug 16505] rebuild_zebra.pl skips updates if -x is passed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 Tom?s Cohen Arazi 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 Fri May 13 17:21:01 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 15:21:01 +0000 Subject: [Koha-bugs] [Bug 16515] New: Did you mean? links don't wrap on smaller screens Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16515 Bug ID: 16515 Summary: Did you mean? links don't wrap on smaller screens 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 you have turned on "did you mean" suggestions in the OPAC, the text in the yellow box won't wrap on smaller screens. This is because of: .searchsuggestion { white-space: nowrap; } .searchsuggestion { white-space: normal } in OpacUserCSS seems to fix it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 17:27:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 15:27:54 +0000 Subject: [Koha-bugs] [Bug 15816] Timeout login redirects to home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon at cdalibrary.org --- Comment #14 from Christopher Brannon --- Any chance this will work on 3.22? Would like to be able to fix this on our server. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 17:58:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 15:58:05 +0000 Subject: [Koha-bugs] [Bug 14744] Cannot select guarantor when quote in one of the fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14744 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 May 13 18:38:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 16:38:06 +0000 Subject: [Koha-bugs] [Bug 14744] Cannot select guarantor when quote in one of the fields In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14744 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|In Discussion |RESOLVED --- Comment #9 from Owen Leonard --- I believe this is fixed by Bug 16450. *** This bug has been marked as a duplicate of bug 16450 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 18:38:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 16:38:06 +0000 Subject: [Koha-bugs] [Bug 16450] Remove the use of "onclick" from guarantor search template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16450 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |philippe.blouin at inlibro.com --- Comment #4 from Owen Leonard --- *** Bug 14744 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 May 13 19:03:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 17:03:30 +0000 Subject: [Koha-bugs] [Bug 14209] opacserialdefaulttab ignored with bibs having items <1 or >50 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14209 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE CC| |nick at bywatersolutions.com --- Comment #1 from Nick Clemens --- *** This bug has been marked as a duplicate of bug 16510 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 19:03:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 17:03:30 +0000 Subject: [Koha-bugs] [Bug 16510] When record items exceed OpacMaxItemsToDisplay opacSerialDefaultTab is ignored In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16510 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joy at bywatersolutions.com --- Comment #1 from Nick Clemens --- *** Bug 14209 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 May 13 20:06:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 18:06:03 +0000 Subject: [Koha-bugs] [Bug 15878] C4::Barcodes::hbyymmincr should have/require a default branch or provide an error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15878 Nick Clemens 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 May 13 20:06:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 18:06:05 +0000 Subject: [Koha-bugs] [Bug 15878] C4::Barcodes::hbyymmincr should have/require a default branch or provide an error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15878 --- Comment #2 from Nick Clemens --- Created attachment 51477 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51477&action=edit Bug 15878 - Updated unit tests for hbyymmincr barcodes Test plan in second patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 20:06:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 18:06:37 +0000 Subject: [Koha-bugs] [Bug 15878] C4::Barcodes::hbyymmincr should have/require a default branch or provide an error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15878 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51477|0 |1 is obsolete| | --- Comment #3 from Nick Clemens --- Created attachment 51478 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51478&action=edit Bug 15878 - Updated unit tests for hbyymmincr barcodes Test plan in second patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 20:06:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 18:06:42 +0000 Subject: [Koha-bugs] [Bug 15878] C4::Barcodes::hbyymmincr should have/require a default branch or provide an error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15878 --- Comment #4 from Nick Clemens --- Created attachment 51479 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51479&action=edit Bug 15878 - C4::Barcodes::hbyymmincr inccorectly calculates max and should warn when no branchcode present Test plan: 1 - prove t/db_dependent/Barcodes.t 2 - All should pass 3 - Apply first patch (unit tests update) 4 - Tests should fail on values and warnings 5 - Apply second patch 6 - All tests should now pass -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 20:07:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 18:07:31 +0000 Subject: [Koha-bugs] [Bug 15878] C4::Barcodes::hbyymmincr inccorectly calculates max and should warn when no branchcode present In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15878 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|C4::Barcodes::hbyymmincr |C4::Barcodes::hbyymmincr |should have/require a |inccorectly calculates max |default branch or provide |and should warn when no |an error |branchcode present -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 20:08:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 18:08:20 +0000 Subject: [Koha-bugs] [Bug 15878] C4::Barcodes::hbyymmincr inccorectly calculates max and should warn when no branchcode present In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15878 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Blocks| |14752 Assignee|gmcharlt at gmail.com |nick at bywatersolutions.com Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14752 [Bug 14752] Add multiple copies to a basket at once -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 20:08:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 18:08:20 +0000 Subject: [Koha-bugs] [Bug 14752] Add multiple copies to a basket at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14752 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15878 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15878 [Bug 15878] C4::Barcodes::hbyymmincr inccorectly calculates max and should warn when no branchcode present -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 20:25:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 18:25:59 +0000 Subject: [Koha-bugs] [Bug 16516] New: showListsUpdate JS function is not defined at the OPAC Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16516 Bug ID: 16516 Summary: showListsUpdate JS function is not defined at the OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: OPAC 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: 12233 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12233 [Bug 12233] remove prog and CCSR OPAC themes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 20:25:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 18:25:59 +0000 Subject: [Koha-bugs] [Bug 12233] remove prog and CCSR OPAC themes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12233 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16516 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16516 [Bug 16516] showListsUpdate JS function is not defined at the OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 20:31:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 18:31:10 +0000 Subject: [Koha-bugs] [Bug 16516] showListsUpdate JS function is not defined at the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16516 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 May 13 20:31:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 18:31:13 +0000 Subject: [Koha-bugs] [Bug 16516] showListsUpdate JS function is not defined at the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16516 --- Comment #1 from Jonathan Druart --- Created attachment 51480 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51480&action=edit Bug 16516: Define the showListsUpdate JS function at the OPAC Bug 12233 removes the declaration of the showListsUpdate JS function for the OPAC. It results in a JS error (ReferenceError: showListsUpdate is not defined) when a user tries to add selected titles to a list if no title is selected. Test plan: Launch a catalogue search Select a list in the "Select titles to" dropdown list => Without this patch you will get the JS error => With this patch you will get a JS alert "No item was selected" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 21:17:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:17:42 +0000 Subject: [Koha-bugs] [Bug 14544] Move the list related code to Koha::Virtualshelves In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14544 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16517 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16517 [Bug 16517] A server error is raised when creating a new list with an existing name -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 21:17:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:17:42 +0000 Subject: [Koha-bugs] [Bug 16517] New: A server error is raised when creating a new list with an existing name Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16517 Bug ID: 16517 Summary: A server error is raised when creating a new list with an existing name Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: critical 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: 14544 A very bad typo causes a server error when a librarian try to create a list with an existing list's name. This is caused by bug 14544 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14544 [Bug 14544] Move the list related code to Koha::Virtualshelves -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 21:20:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:20:44 +0000 Subject: [Koha-bugs] [Bug 16517] A server error is raised when creating a new list with an existing name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16517 --- Comment #1 from Jonathan Druart --- For my defense it looks like a merge conflict error when rebasing bug 14544, but I plead guilty :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 21:25:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:25:55 +0000 Subject: [Koha-bugs] [Bug 14752] Add multiple copies to a basket at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14752 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #46832|0 |1 is obsolete| | Attachment #46833|0 |1 is obsolete| | Attachment #47223|0 |1 is obsolete| | Attachment #47252|0 |1 is obsolete| | Attachment #48254|0 |1 is obsolete| | --- Comment #19 from Nick Clemens --- Created attachment 51481 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51481&action=edit Bug 14752 - Add multiple copies to a basket at once This patch add an 'Add multiple copies' button on the new order page in acquisitions. While processing the multiple copies a modal is displayed. To test: 1 - Add an order to an acquisitions basket 2 - Choose to add multiple items 3 - A modal shouold warn about ignoring UniqueItemFields from syspref 4 - When submitting the modal should popup until all items are processed. 5 - The modal should disappear after items are added. 6 - Items should be cloned, minus unique fields 7 - Enable autoBarcode for various formats, ensure you are warned that barcodes will be generated, and ensure they are generated correctly Sponsored by: Middletown Township Public Library (http://www.mtpl.org) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 21:26:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:26:12 +0000 Subject: [Koha-bugs] [Bug 16517] A server error is raised when creating a new list with an existing name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16517 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 May 13 21:26:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:26:15 +0000 Subject: [Koha-bugs] [Bug 16517] A server error is raised when creating a new list with an existing name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16517 --- Comment #2 from Jonathan Druart --- Created attachment 51482 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51482&action=edit Bug 16517: Do not crash when creating a list with an existing name A typo has been made during a merge conflict when rebasing bug 16517. it should be eval { Koha::Object->new->store; }; instead of eval { Koha::Object->new; }->store; Test plan: >From the result list (intranet side), check some entries and add them to a new list Use an existing list's name => Without this patch you will get a server error (exception 'Duplicate shelf object' raised by Koha::Virtualshelf->new->store) => With this patch you must get a friendly error message -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 21:27:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:27:04 +0000 Subject: [Koha-bugs] [Bug 14752] Add multiple copies to a basket at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14752 --- Comment #20 from Nick Clemens --- Patches rebased and squashed, added dependency -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 21:27:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:27:51 +0000 Subject: [Koha-bugs] [Bug 16517] A server error is raised when creating a new list with an existing name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16517 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Architecture, internals, |Lists |and plumbing | 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 May 13 21:46:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:46:40 +0000 Subject: [Koha-bugs] [Bug 16518] New: opac-addbybiblionumber is not plack safe Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16518 Bug ID: 16518 Summary: opac-addbybiblionumber is not plack safe 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 Blocks: 7172 The script opac/opac-addbybiblionumber.pl is not plack safe because the variable @biblios is declared with our and is not assigned to an empty array (so not reset). Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 [Bug 7172] Omnibus for Plack variable scoping problems -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 21:46:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:46:40 +0000 Subject: [Koha-bugs] [Bug 7172] Omnibus for Plack variable scoping problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7172 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16518 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16518 [Bug 16518] opac-addbybiblionumber is not plack safe -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 21:51:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:51:05 +0000 Subject: [Koha-bugs] [Bug 16518] opac-addbybiblionumber is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16518 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 May 13 21:51:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:51:08 +0000 Subject: [Koha-bugs] [Bug 16518] opac-addbybiblionumber is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16518 --- Comment #1 from Jonathan Druart --- Created attachment 51483 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51483&action=edit Bug 16518: Fix Plack variable scoping problem in opac-addbybiblionumber.pl The script opac/opac-addbybiblionumber.pl is not plack safe because the variable @biblios is declared with our and is not assigned to an empty array (so not reset). The issue: When trying to add items to a list (virtualshelf), the biblionumbers are added to the @biblios variable and the list is not reset between each run. Test plan: Check from records from the result list and add them to a list. Cancel or save and re-add them (or others) to a list (same or different). => Without this patch, the list of records will never stop growing, the previous items added are still listed when adding new ones. => With this patch, the behavior is the one expected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 21:57:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:57:38 +0000 Subject: [Koha-bugs] [Bug 16517] A server error is raised when creating a new list with an existing name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16517 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16519 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16519 [Bug 16519] Do not use global variables in [opac-]addbybiblionumbers.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 21:57:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:57:38 +0000 Subject: [Koha-bugs] [Bug 16519] New: Do not use global variables in [opac-]addbybiblionumbers.pl Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16519 Bug ID: 16519 Summary: Do not use global variables in [opac-]addbybiblionumbers.pl 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: 16517, 16518 To avoid bug like bug 16518 and to ease the readability/maintainability of these scripts, it would be great to see them rewritten not to use global variables. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16517 [Bug 16517] A server error is raised when creating a new list with an existing name https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16518 [Bug 16518] opac-addbybiblionumber is not plack safe -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 21:57:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 19:57:38 +0000 Subject: [Koha-bugs] [Bug 16518] opac-addbybiblionumber is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16518 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16519 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16519 [Bug 16519] Do not use global variables in [opac-]addbybiblionumbers.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 22:00:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:00:55 +0000 Subject: [Koha-bugs] [Bug 14908] Item search: Item search results not properly sorted by Date. Date filter also not working In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14908 --- Comment #4 from Theodoros Theodoropoulos --- Indeed Fridolin, the ordering by date seems to be fixed in 3.20.8+ Thank you all for the great work! Having said that, filtering by date, still doesn't seem to work. For example, if you enter a date (that appears in the items results) in the date filter, you get no results at all. I've checked it with v3.20.10 Can you reproduce it? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 22:02:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:02:20 +0000 Subject: [Koha-bugs] [Bug 16519] Do not use global variables in [opac-]addbybiblionumbers.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16519 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 May 13 22:02:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:02:23 +0000 Subject: [Koha-bugs] [Bug 16519] Do not use global variables in [opac-]addbybiblionumbers.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16519 --- Comment #1 from Jonathan Druart --- Created attachment 51484 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51484&action=edit Bug 16519: Replace 'our' with 'my' in [opac-]addbybiblionumbers.pl To avoid bug like bug 16518 and to ease the readability/maintainability of these scripts, this patch replaces the use of 'our' with 'my' to avoid the use of global variables. Basically the code has been moved from subroutines to the appropriate places. Test plan: At the intranet and OPAC sides 1/ Add items to a list 2/ Add items to a list using an existing name 3/ Add items to a list you don't have right on it (by modifying the biblionumber in the url) 4/ At the OPAC, use the opac-addbybiblionumber.pl without being logged in to add items to a list -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 22:08:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:08:16 +0000 Subject: [Koha-bugs] [Bug 16505] rebuild_zebra.pl skips updates if -x is passed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 --- Comment #2 from Jonathan Druart --- Minor: use q{} instead of qq{} if you do not need to interpolate variables. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 22:09:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:09:21 +0000 Subject: [Koha-bugs] [Bug 16514] Force scalar cotext where param assumes a list incorrectly in admin/edi scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16514 Jonathan Druart 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 Fri May 13 22:24:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:24:20 +0000 Subject: [Koha-bugs] [Bug 8483] Borrower reading history should include deleted items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8483 --- Comment #53 from Jonathan Druart --- (In reply to Kyle M Hall from comment #51) > I need someone to tell me what needs changed in order to for this to pqa. > All of these changes are internal to Koha::Object and it's children. Taking > advantage of the underlying DBIC object should not be an issue. Can someone > please tell me specifically what needs to be changed? I am sorry but I do not have any good answers. It seems that we are stuck with our Koha::Object[s] implementation at different places. Here you are trying to cache something when we should rely on DBIx::Class. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 22:30:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:30:53 +0000 Subject: [Koha-bugs] [Bug 16382] Update German web installer sample files for 16.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16382 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 May 13 22:30:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:30:56 +0000 Subject: [Koha-bugs] [Bug 16382] Update German web installer sample files for 16.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16382 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51442|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51485 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51485&action=edit Bug 16382: Update German web installer sample files for 16.05 Easy this time, only sample notices have been changed: - Changed discharge to match the English sample notice. - Translated new PASSWORD_RESET e-mail To test: - Start with an empty database - Install de-DE - Run the web installer in de-DE/German - Verify all files, especially sample notices, load without any problems. Signed-off-by: Bernardo Gonzalez Kriegel Tested removing all from letter table and loading file. File loads Ok, notices look good. No errors 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 May 13 22:39:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:39:16 +0000 Subject: [Koha-bugs] [Bug 15086] Creators layout and template sql has warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15086 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 May 13 22:39:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:39:20 +0000 Subject: [Koha-bugs] [Bug 15086] Creators layout and template sql has warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15086 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51444|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart --- Created attachment 51486 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51486&action=edit Bug 15086: Creators layout and template sql has warnings When doing a hacked install off the master branch: use ... {koha database name} truncate creator_layouts; truncate creator_templates; truncate printers_profiles; source installer/data/mysql/... {name of a sample_labels type file} Warnings are generated, which may not be visible in the UI. Most of the warnings were triggered by: -/*!40000 ALTER TABLE `creator_layouts` DISABLE KEYS */; -/*!40000 ALTER TABLE `creator_layouts` ENABLE KEYS */; http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html#error_er_illegal_ha In the Russian, the layout_name was truncated, because the layout_name was only 20. An atomic update sql and kohastructure.sql update were provided to widen it to 25. http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html#error_warn_data_truncated Also fr-FR, ru-RU, and uk-UA were slightly different in structure, so the structure was made the same as the other files. See comment #1 for the test plan. NOTE: pl-PL is likely very out of date, but is not affected in this regard. Signed-off-by: Bernardo Gonzalez Kriegel Works, no more warnings mysql> show warnings; Empty set (0.01 sec) No errors 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 May 13 22:44:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:44:59 +0000 Subject: [Koha-bugs] [Bug 14514] LocalHoldsPriority and the HoldsQueue conflict with each other In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14514 Barton Chittenden changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |barton at bywatersolutions.com --- Comment #8 from Barton Chittenden --- 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 May 13 22:46:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:46:52 +0000 Subject: [Koha-bugs] [Bug 16517] A server error is raised when creating a new list with an existing name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16517 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |major -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri May 13 22:54:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:54:09 +0000 Subject: [Koha-bugs] [Bug 16501] Remove some unneeded warns in Upload.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16501 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 May 13 22:54:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:54:12 +0000 Subject: [Koha-bugs] [Bug 16501] Remove some unneeded warns in Upload.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16501 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51448|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 51487 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51487&action=edit Bug 16501: Remove some unneeded warns in Upload.t At some point I saw some gain in warning about a missing config line. But these warns are actually not needed here. Removing them here. Test plan: Run t/db_dependent/Upload.t while having upload_path in your koha-conf and also without it. Signed-off-by: Tomas Cohen Arazi 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 May 13 22:56:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:56:40 +0000 Subject: [Koha-bugs] [Bug 12402] Show more on pending patron modification requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12402 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 May 13 22:56:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 20:56:43 +0000 Subject: [Koha-bugs] [Bug 12402] Show more on pending patron modification requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12402 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51455|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart --- Created attachment 51488 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51488&action=edit Bug 12402: Show patron category on pending patron modifications To test: 1) Go to OPAC and make a modification to user 2) Go to Staff Client and go to pending patron modifications 3) Notice that we have the user's surname, first name, branch and cardnumber 4) Apply patch and refresh page 5) Notice that patron category now shows after user's name 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 Fri May 13 23:04:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 21:04:57 +0000 Subject: [Koha-bugs] [Bug 1859] Notice fields: can't select multiple fields at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1859 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 May 13 23:05:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 21:05:00 +0000 Subject: [Koha-bugs] [Bug 1859] Notice fields: can't select multiple fields at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1859 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51465|0 |1 is obsolete| | --- Comment #4 from Jonathan Druart --- Created attachment 51489 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51489&action=edit Bug 1859 - Notice fields: can't select multiple fields at once When selecting database fields to appear in a notice, selecting multiple fields at once doesn't work correctly. The selected fields are grouped together between << and >> instead of each being bracketed separately. This patch corrects this problem. Also changed: Removal of 'onclick'; Conversion of 'insert' button to a Bootstrap buttons styled with a Font Awesome icon; HTML validation error fixes. To test, apply the patch and go to Tools -> Notices & Slips. - Edit any notice. - Select a notice version to edit (Email, Print, etc.). - Confirm that the "Insert" button looks correct. - Using ctrl+click, select multiple database fields to add to the notice. Confirm that clicking the "Insert" button adds the fields correctly. - Confirm that there are no HTML validation errors. Signed-off-by: Nicole C Engard 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 May 13 23:05:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 21:05:04 +0000 Subject: [Koha-bugs] [Bug 1859] Notice fields: can't select multiple fields at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1859 --- Comment #5 from Jonathan Druart --- Created attachment 51490 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51490&action=edit Bug 1859: Do not display <<>> if an entry without value is selected For instance there are ---TABLES--- to delimite fields' tables, if selected we do not want to add "<<>>" to the letter. 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 May 13 23:47:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 21:47:16 +0000 Subject: [Koha-bugs] [Bug 16517] A server error is raised when creating a new list with an existing name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16517 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. From bugzilla-daemon at bugs.koha-community.org Fri May 13 23:47:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 21:47:18 +0000 Subject: [Koha-bugs] [Bug 16517] A server error is raised when creating a new list with an existing name In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16517 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51482|0 |1 is obsolete| | --- Comment #3 from Owen Leonard --- Created attachment 51491 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51491&action=edit [SIGNED-OFF] Bug 16517: Do not crash when creating a list with an existing name A typo has been made during a merge conflict when rebasing bug 16517. it should be eval { Koha::Object->new->store; }; instead of eval { Koha::Object->new; }->store; Test plan: >From the result list (intranet side), check some entries and add them to a new list Use an existing list's name => Without this patch you will get a server error (exception 'Duplicate shelf object' raised by Koha::Virtualshelf->new->store) => With this patch you must get a friendly error 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 Fri May 13 23:52:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 21:52:47 +0000 Subject: [Koha-bugs] [Bug 16516] showListsUpdate JS function is not defined at the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16516 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. From bugzilla-daemon at bugs.koha-community.org Fri May 13 23:52:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 21:52:49 +0000 Subject: [Koha-bugs] [Bug 16516] showListsUpdate JS function is not defined at the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16516 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51480|0 |1 is obsolete| | --- Comment #2 from Owen Leonard --- Created attachment 51492 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51492&action=edit [SIGNED-OFF] Bug 16516: Define the showListsUpdate JS function at the OPAC Bug 12233 removes the declaration of the showListsUpdate JS function for the OPAC. It results in a JS error (ReferenceError: showListsUpdate is not defined) when a user tries to add selected titles to a list if no title is selected. Test plan: Launch a catalogue search Select a list in the "Select titles to" dropdown list => Without this patch you will get the JS error => With this patch you will get a JS alert "No item was selected" 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 Sat May 14 00:23:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 22:23:23 +0000 Subject: [Koha-bugs] [Bug 16505] rebuild_zebra.pl skips updates if -x is passed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 --- Comment #3 from Tom?s Cohen Arazi --- (In reply to Jonathan Druart from comment #2) > Minor: use q{} instead of qq{} if you do not need to interpolate variables. Heh, yes. That's a leftover from the first approach, that changed things a bit more, so I delayed it for an enhancement bug. Good catch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 00:24:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 22:24:37 +0000 Subject: [Koha-bugs] [Bug 16520] New: Per-virtualhost SetEnvs don't work with Plack Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16520 Bug ID: 16520 Summary: Per-virtualhost SetEnvs don't work with Plack Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jweaver at bywatersolutions.com Reporter: jweaver at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org The various SetEnvs that can be used in Koha to configure memcached, change search limits, override sysprefs and add custom stylesheets don't work in Plack. It is likely impossible to fix this with the current HTTP proxy setup, so we need a workaround. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 00:50:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 22:50:11 +0000 Subject: [Koha-bugs] [Bug 16520] Per-virtualhost SetEnvs don't work with Plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16520 Jesse Weaver 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 Sat May 14 00:50:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 22:50:13 +0000 Subject: [Koha-bugs] [Bug 16520] Per-virtualhost SetEnvs don't work with Plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16520 --- Comment #1 from Jesse Weaver --- Created attachment 51493 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51493&action=edit Bug 16520: Allow per-VirtualHost environment variables with Plack This allows MEMCACHED_*, OVERRIDE_SYSPREF_* and others to work properly. Test plan: 1) Add the following line to your plack.psgi (near the bottom, just above "mount ..."): enable "+Koha::Middleware::Plack"; 2) Load the OPAC advanced search page (under Plack). The title should read "Koha online catalog" (or whatever your LibraryName syspref contains). 3) Add the following to your Apache configuration: RequestHeader add X-Koha-SetEnv "OVERRIDE_SYSPREF_LibraryName Potato\, Potato" 4) Restart Apache. 5) Refresh. The title should now read "Potato, Potato online catalog". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 00:50:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 22:50:18 +0000 Subject: [Koha-bugs] [Bug 16520] Per-virtualhost SetEnvs don't work with Plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16520 --- Comment #2 from Jesse Weaver --- Created attachment 51494 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51494&action=edit Bug 16520: Initialize the sysprefs Koha::Cache on demand This is needed so that the cache singleton doesn't get created before the MEMCACHED_* environment variables are set. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 00:50:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 22:50:21 +0000 Subject: [Koha-bugs] [Bug 16520] Per-virtualhost SetEnvs don't work with Plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16520 --- Comment #3 from Jesse Weaver --- Created attachment 51495 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51495&action=edit Bug 16520: Add new Plack-SetEnv syntax to Apache configuration files This was not added to the old etc/koha-httpd.conf because that file has no infrastructure for Plack anyway. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 00:50:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 22:50:25 +0000 Subject: [Koha-bugs] [Bug 16520] Per-virtualhost SetEnvs don't work with Plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16520 --- Comment #4 from Jesse Weaver --- Created attachment 51496 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51496&action=edit Bug 16520: Fix the Apache Plack config to load the main page through Plack Previously, the ProxyPass would not pass the OPAC/staff homepage to Plack. This fixes this problem (which is necessary for the other changes on this bug to show on the main page). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 00:51:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 22:51:08 +0000 Subject: [Koha-bugs] [Bug 16521] New: <> and <> not expanding on DUE, PREDUE notices. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16521 Bug ID: 16521 Summary: <> and <> not expanding on DUE, PREDUE notices. Change sponsored?: --- Product: Koha Version: 3.22 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 Items, Biblio and issues information should be available on DUE and PREDUE notices, but are not populated. I believe that this is a regression. To reproduce: Prerequisites: System set up to run predue notices. 1/ Create DUE and PREDUE letters with the following content for email: The following item is due: <>, (<>), <> 2/ Check out two items, and back-date the date due so that one will generate a predue notice, and the other is due today. 3/ Run advanced_notices.pl Note that the item information in each notice will show as , (), -- You are receiving 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 May 14 00:52:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 13 May 2016 22:52:06 +0000 Subject: [Koha-bugs] [Bug 16521] <> and <> not expanding on DUE, PREDUE notices. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16521 Barton Chittenden changed: What |Removed |Added ---------------------------------------------------------------------------- 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 Sat May 14 05:44:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 14 May 2016 03:44:47 +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 #106 from Florent Mara --- (Thank you Bernardo for the advice on trying to progress this) Here are the changes introduces in each of the 6 patches: Patch 1 - Replace deprecated C4::Dates with Koha::DateUtils and backport fix from master for entries with empty userids. This fix is deprecated in my last commit due to bug 16426. Patch 2 - Add missing dependency C4::Members::Attributes and some pod. Add the first regression tests - none were present previously - with basic tests for empty parameters variables and valid input file. Patch 3 - Introduced Moo. Refactored setting of column keys, missing borrower category code and missing borrower branch code into 3 new methods. Features are identical as prior. Each method is 100% test covered with subtests. Patch 4 - Update misc/import_patrons.pl and tools/import_borrowers.pl to use Koha::Patrons::Import in an object oriented way. Patch 5 - Adds missing dependency C4::Members::AttributeTypes. Refactor setting attributes types, prepare columns and dates formatting into 3 new methods. Features for attributes type and prepare column are identical. Date formatting was changes as follows after discussion with Chris. * The previous implementation let parsing of dates silently failed then be overwritten with system default values during import as the error was push to @missing_criticals after this array was last considered. * The new implementation formats dates and uses @missing_criticals before it is used to bail out of importing the entry. Each new method is 100% test covered with subtests. Patch 6 - Backport changes from bug 16426 and fixes the defect it introduces. As per my comment in 16426, the fix was introduced at the wrong place in the code which caused it to never be reached and prevents checks on duplicate userid . Test plan: 1) Apply this patch. 2) Set dateformat to mm/dd/yyyy. (Koha home->Administration->search for dateformat -> select and save) 3) run 'prove t/db_dependent/Koha/Patrons/Import.t'. All 122 tests should pass. These regression tests validate (1) Koha::Patrons::Import compiles, (2) all fields output from the main import() method are identical before and after refactoring (equivalence of output), (3) all 6 new methods provide the expected feature, (4) backport duplicate userid fix. 4) Run the online importer ( Koha home->tools->Import patrons) Load PatronDataCSV1.csv sample file with default import parameters. It should result in 165 imported records and 835 not imported because they are not in the expected format. This step validates that (1) tools/import_borrowers.pl works as previously and wrongly formatted dates are now correctly being reported as such. 5) Set dateformat to dd/mm/yyyy. 6) Run the new command line importer 'perl misc/import_patrons.pl -f PatronDataCSV1.csv -c -m 'cardnumber' -v' It should load the remaining 835 entries from the sample file. Import complete: Imported: 835 Overwritten: 0 Skipped: 0 Invalid: 165 Total: 1000 This step validates the new command line tool misc/import_patrons works and confirm date validation is effective. While this is a big patch, it contains only one feature change to fix dates being silently overwritten and is coming with a large number of tests with extensive test coverage for all changes made. It also contains a regression tested fix for bug 16426. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 07:37:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 14 May 2016 05:37:33 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51258|0 |1 is obsolete| | --- Comment #6 from H?ctor Eduardo Castro Avalos --- Created attachment 51497 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51497&action=edit Bug 16456: Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation Add Font Awesome Icons to section Patrons and circulation in Tools module To test goto: -Patron list -> my_list_saved -> Add patrons -> Remove selected patrons, Clear all, Select all -Comments -> Approve, delete and, unapprove -Tags -> Apply filter(s), Test, Approved, Reject, Select all, Clear all, Select all pending. Set TagsModeration to Require. -Verify that all tools work as expected NOTE: The Tag and Comments tools has been revised to fit with others interfaces in Koha. Bug ammended according with QA comment 5 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 07:38:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 14 May 2016 05:38:50 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51251|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 May 14 07:40:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 14 May 2016 05:40:32 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 --- Comment #7 from H?ctor Eduardo Castro Avalos --- Created attachment 51498 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51498&action=edit Add patrons tools -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 07:41:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 14 May 2016 05:41:10 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 --- Comment #8 from H?ctor Eduardo Castro Avalos --- Created attachment 51499 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51499&action=edit Tag Moderation Tool -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 07:42:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 14 May 2016 05:42:12 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff CC| |oleonard at myacpl.org --- Comment #9 from H?ctor Eduardo Castro Avalos --- Patch changed according with comment #5 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 07:56:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 14 May 2016 05:56:24 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 H?ctor Eduardo Castro Avalos changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51497|0 |1 is obsolete| | --- Comment #10 from H?ctor Eduardo Castro Avalos --- Created attachment 51500 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51500&action=edit Bug 16456: Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation Add Font Awesome Icons to section Patrons and circulation in Tools module To test goto: -Patron list -> my_list_saved -> Add patrons -> Remove selected patrons, Clear all, Select all -Comments -> Approve, delete and, unapprove -Tags -> Apply filter(s), Test, Approved, Reject, Select all, Clear all, Select all pending. Set TagsModeration to Require. -Verify that all tools work as expected NOTE: The Tag and Comments tools has been revised to fit with others interfaces in Koha. Bug ammended according with QA comment 5 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 08:27:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 14 May 2016 06:27:16 +0000 Subject: [Koha-bugs] [Bug 16456] Add Font Awesome icons to some buttons in Tools module, section Patrons and circulation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16456 --- Comment #11 from H?ctor Eduardo Castro Avalos --- Created attachment 51501 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51501&action=edit Bug 16456: Add Font Awesome icons to tag result To test goto: -Tags -> and click in a tag with multiple titles -A table with titles tagged with the term is presented -See the new button 'Remove' -Verify if you can remove tags from a selected title. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 12:57:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 14 May 2016 10:57:55 +0000 Subject: [Koha-bugs] [Bug 16522] New: Add 773 (Host item entry) to the cart display and e-mail Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522 Bug ID: 16522 Summary: Add 773 (Host item entry) to the cart display and e-mail 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 When adding an analytical record to your cart or your list, the host item entry - the serial or monograph the analytic is included in, will now show. Ideally this information should show in staff and OPAC - in the brief display table - on the more details view - in the e-mail text For libraries with a lot of analytical records this is quite an issue. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 22:46:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 14 May 2016 20:46:26 +0000 Subject: [Koha-bugs] [Bug 10095] There should be a way to suppress a category of authorised values In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10095 Christopher Brannon changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cbrannon at cdalibrary.org -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat May 14 23:00:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 14 May 2016 21:00:53 +0000 Subject: [Koha-bugs] [Bug 16523] New: Ability to choose NONE for the libraries limitation in authorised values Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16523 Bug ID: 16523 Summary: Ability to choose NONE for the libraries limitation in authorised values 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: cbrannon at cdalibrary.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Currently you have to choose at least one library on an authorized value. However, I would like to be able to have a location of CART, with a user friendly description, but not give ANY libraries the ability to choose it manually. I only want the check in process to use it. There should be a NONE option in the list. Christopher -- You are receiving 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 May 14 23:55:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 14 May 2016 21:55:10 +0000 Subject: [Koha-bugs] [Bug 16454] Use "inventory" instead of "inventory/stocktaking" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454 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 Sat May 14 23:55:12 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 14 May 2016 21:55:12 +0000 Subject: [Koha-bugs] [Bug 16454] Use "inventory" instead of "inventory/stocktaking" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51459|0 |1 is obsolete| | --- Comment #4 from Owen Leonard --- Created attachment 51502 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51502&action=edit [SIGNED-OFF] Bug 16454: Use 'inventory' instead of 'inventory/stocktaking' To test: 1) Go to the tools home page. Confirm it says 'Inventory' instead of 'Inventory/stocktaking' in heading and in description 2) Click Inventory. Confirm heading now says 'Inventory' instead of 'Inventory/stocktaking' 3) Confirm that it now says 'Inventory' instead of 'Inventory/stocktaking' in the tools menu along the left of the page 4) Click Help in top right corner. Confirm help heading now says 'Inventory' instead of 'Inventory/stocktaking' 5) Go to user account page, go to Set Permissions 6) Expand Tools option and confirm it says 'inventory' instead of 'inventory (stocktaking)' 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 Sun May 15 09:23:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 15 May 2016 07:23:24 +0000 Subject: [Koha-bugs] [Bug 13211] Added: GoogleIndicTransliteration as a System Preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13211 Zeno Tajoli changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |z.tajoli at cineca.it Text to go in the| |From git description: release notes| | | |Use | |Google Indic | |Transliteration API to | |allow users to | |transliterate english typed | |words into Indic languages. | | | |This is available only on | |the masthead search box in | |the OPAC. | | | |User has to | |enter a word in english and | |press space or return to | |transliterate the word. The | |destination language can be | |selected from a drop down | |list. User can temporarily | |turn on/off the feature by | |using "ctrl +g". | | | |A system | |preference - | |GoogleIndicTransliteration | |can be used to turn on this | |feature. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 15 09:25:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 15 May 2016 07:25:00 +0000 Subject: [Koha-bugs] [Bug 13211] Added: GoogleIndicTransliteration as a System Preference In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13211 --- Comment #15 from Zeno Tajoli --- (In reply to Nicole C. Engard from comment #14) > Can someone explain to me what this does in librarian terms for the manual? > Does it just make it so you can type in your language in the search box? Hi Nicole, I have insert a description of the patch in Text section of this bug. Taken from git description. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun May 15 17:25:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 15 May 2016 15:25:33 +0000 Subject: [Koha-bugs] [Bug 14874] Add ability to search for patrons by date of birth from checkout and patron quick searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14874 --- Comment #1 from Nick Clemens --- Created attachment 51503 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51503&action=edit Bug 14874 - Add ability to search for patrons by date of birth from checkout and patron quick searches This patch alters C4::Utils::DataTables::Members::search to autodetect if the searchmember parameter is a date and search by DOB if so To test: 1 - Apply patch 2 - Search for members by DOB formatted as per dateformat syspref or mysql format 3 - Results should be returned as expected 4 - Search combined with other terms, results should be returned as expected 5 - Search for patrons without using dates, results should be as expected 6 - Search using search fields 'Date of birth' from expanded menu on patron search - results should be returned as before (Note dying on incorrect format is an existing bug) 7 - prove t/db_dependent/Utils/Datatables_Members.t Sponsored by Carnegie Stout Library (https://www.dubuque.lib.ia.us/) -- You are receiving 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 May 15 17:25:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 15 May 2016 15:25:31 +0000 Subject: [Koha-bugs] [Bug 14874] Add ability to search for patrons by date of birth from checkout and patron quick searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14874 Nick Clemens 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 Sun May 15 17:25:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 15 May 2016 15:25:59 +0000 Subject: [Koha-bugs] [Bug 14874] Add ability to search for patrons by date of birth from checkout and patron quick searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14874 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51503|0 |1 is obsolete| | --- Comment #2 from Nick Clemens --- Created attachment 51504 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51504&action=edit Bug 14874 - Add ability to search for patrons by date of birth from checkout and patron quick searches This patch alters C4::Utils::DataTables::Members::search to autodetect if the searchmember parameter is a date and search by DOB if so To test: 1 - Apply patch 2 - Search for members by DOB formatted as per dateformat syspref or mysql format 3 - Results should be returned as expected 4 - Search combined with other terms, results should be returned as expected 5 - Search for patrons without using dates, results should be as expected 6 - Search using search fields 'Date of birth' from expanded menu on patron search - results should be returned as before (Note dying on incorrect format is an existing bug) 7 - prove t/db_dependent/Utils/Datatables_Members.t Sponsored by Carnegie Stout Library (https://www.dubuque.lib.ia.us/) -- You are receiving 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 May 15 17:26:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 15 May 2016 15:26:03 +0000 Subject: [Koha-bugs] [Bug 14874] Add ability to search for patrons by date of birth from checkout and patron quick searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14874 --- Comment #3 from Nick Clemens --- Created attachment 51505 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51505&action=edit Bug 14874 - (followup) Refactor t/db_dependent/Utils/Datatables_Members.t to use TestBuilder To test: 1 - Apply other patches (not this one) 2 - Prove t/db_dependent/Utils/Datatables_Members.t 3 - SHould pass 4 - Apply this patch 5 - prove t/db_dependent/Utils/Datatables_Members.t 6 - All tests should continue to pass -- You are receiving 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 May 15 17:26:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 15 May 2016 15:26:53 +0000 Subject: [Koha-bugs] [Bug 14874] Add ability to search for patrons by date of birth from checkout and patron quick searches In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14874 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | Version|unspecified |master CC| |nick at bywatersolutions.com, | |nicole at bywatersolutions.com Change sponsored?|--- |Sponsored 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 Mon May 16 01:51:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 15 May 2016 23:51:30 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 --- Comment #13 from Aleisha Amohia --- Hi Jonathan, I like this. The buttons on the member entry page for adding a new patron don't have any space between them, but that's the only thing I could find wrong. Something else did come to mind - I think the cancel buttons should use the fa fa-times icon like many of our other cancel buttons. Thoughts? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 02:07:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 00:07:18 +0000 Subject: [Koha-bugs] [Bug 12430] Truncation disables relevance ranking when not using QueryParser In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12430 --- Comment #8 from David Cook --- (In reply to David Cook from comment #6) > It appears that this patch could break the "Publication Date (yyyy)" search, > when using "yr,st-numeric" (which might be the case after bug 9368). > > If we were to use "yr,st-year" instead, you might get results for a "2000-" > query but they would only be for "2000". If you specified a full range > "2000-2012", it would break. > > It seems that relevance can't be run with date ranges (which is usually > fine, as we use date ranges as limits which are not affected by relevance > ranking). FYI, the issue with st-numeric was fixed in Zebra 2.0.62 http://www.indexdata.com/zebra/doc/NEWS -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 02:07:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 00:07:58 +0000 Subject: [Koha-bugs] [Bug 12430] Truncation disables relevance ranking when not using QueryParser In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12430 --- Comment #9 from David Cook --- Also, I'm probably never going to work on this again. I don't have the time to fix all the things that are wrong with C4::Search. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 02:09:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 00:09:16 +0000 Subject: [Koha-bugs] [Bug 9383] Bad logic, missing params, and irregular labeling for Members scripts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9383 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |RESOLVED Resolution|--- |INVALID --- Comment #9 from David Cook --- I'm closing this one, as it's super old and I reckon it's been fixed or is no longer relevant in its current incarnation. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 02:11:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 00:11:38 +0000 Subject: [Koha-bugs] [Bug 12430] Truncation disables relevance ranking when not using QueryParser In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12430 --- Comment #10 from David Cook --- Honestly, there's probably no point trying to refactor the C4::Search code for Zebra anymore. It would probably be better to scrap it and start over rather than try to make it work the way it does now. Time would probably be better spent finishing the QueryParser, or converting Koha to use actual CCL query syntax. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 02:50:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 00:50:47 +0000 Subject: [Koha-bugs] [Bug 16524] New: Use floating toolbar on item search Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16524 Bug ID: 16524 Summary: Use floating toolbar on item search Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching Assignee: gmcharlt at gmail.com Reporter: aleishaamohia at hotmail.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 Mon May 16 03:00:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 01:00:30 +0000 Subject: [Koha-bugs] [Bug 16524] Use floating toolbar on item search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16524 Aleisha Amohia 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 May 16 03:00:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 01:00:33 +0000 Subject: [Koha-bugs] [Bug 16524] Use floating toolbar on item search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16524 --- Comment #1 from Aleisha Amohia --- Created attachment 51506 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51506&action=edit Bug 16524: Use floating toolbar on item search To test: 1) Go to item search 2) Confirm toolbar at top of page, goes down page as you scroll 3) Both output options (screen and CSV) 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 Mon May 16 03:00:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 01:00:41 +0000 Subject: [Koha-bugs] [Bug 16524] Use floating toolbar on item search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16524 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |aleishaamohia at hotmail.com Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 03:03:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 01:03:51 +0000 Subject: [Koha-bugs] [Bug 15998] software error in svc/holds in 3.20.x In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15998 Chris Cormack changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris at bigballofwax.co.nz Status|Pushed by Module Maintainer |Pushed to Stable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 03:07:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 01:07:30 +0000 Subject: [Koha-bugs] [Bug 16525] New: Have cancel button when adding new aq budget Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16525 Bug ID: 16525 Summary: Have cancel button when adding new aq budget 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: aleishaamohia at hotmail.com 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 May 16 03:14:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 01:14:38 +0000 Subject: [Koha-bugs] [Bug 16525] Have cancel button when adding new aq budget In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16525 Aleisha Amohia 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 May 16 03:14:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 01:14:41 +0000 Subject: [Koha-bugs] [Bug 16525] Have cancel button when adding new aq budget In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16525 --- Comment #1 from Aleisha Amohia --- Created attachment 51507 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51507&action=edit Bug 16525: Have cancel button when adding new aq budget At the moment you only see the cancel button on the form if editing an existing budget. This patch adds a cancel button to the form which adds a budget. Also changes the wording of the save button from 'Save changes' to just 'Save' so it makes more sense when adding a new budget To test: 1) Go to Admin -> Budgets -> New budget 2) Notice 'Save changes' button and no cancel 3) Apply patch and refresh page 4) Notice 'Save' button and 'cancel' link 5) Click 'cancel' - should be taken to Budgets administration page 6) Edit an existing budget 7) Click 'cancel' - should be taken to the funds page for that budget 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 May 16 03:14:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 01:14:51 +0000 Subject: [Koha-bugs] [Bug 16525] Have cancel button when adding new aq budget In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16525 Aleisha Amohia changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |aleishaamohia at hotmail.com |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 Mon May 16 07:45:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 05:45:10 +0000 Subject: [Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662 --- Comment #82 from David Cook --- I keep wanting to split this bug into 2 separate bug reports, but I don't want to lose this CC list... so for now I'm going to split it into 2 separate patches, which can technically be tested separately. The actual "OAI-PMH Harvesting Client" will be part of the Icarus patch. It's implemented as a plugin for the Icarus job server. One plugin downloads (ie "harvests") records, and one plugin uploads them to a Koha HTTP API. The second patch will include the OAI-PMH import HTTP API for Koha. To test it, you can use cURL to post to the API, you can write your own OAI-PMH client and point it at the API, or whatever. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 08:07:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 06:07:39 +0000 Subject: [Koha-bugs] [Bug 16504] All borrower attribute values for a given code deleted if that attribute has branch limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16504 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51469|0 |1 is obsolete| | --- Comment #3 from Srdjan Jankovic --- Created attachment 51508 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51508&action=edit [SIGNED-OFF] Bug 16504: Add regression tests Signed-off-by: Srdjan -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 08:08:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 06:08:50 +0000 Subject: [Koha-bugs] [Bug 16504] All borrower attribute values for a given code deleted if that attribute has branch limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16504 Srdjan Jankovic 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 May 16 08:08:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 06:08:53 +0000 Subject: [Koha-bugs] [Bug 16504] All borrower attribute values for a given code deleted if that attribute has branch limits In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16504 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51470|0 |1 is obsolete| | --- Comment #4 from Srdjan Jankovic --- Created attachment 51509 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51509&action=edit [SIGNED-OFF] Bug 16504: (follow-up for bug 15163) Do not remove attributes of other patrons Simple patch for a silly error, this single line is going to fix a critical bug. If a patron attribute is limited to a library, all the values for that attributes for every patrons will be deleted. Test plan: Create a patron attribute limited to a library Set the the attribute for a patron Set the the attribute for another patron => Without this patch applied, the attribute's value for the first patron is deleted => With this patch applied, the 2 values exist in the DB after the second edition Signed-off-by: Srdjan -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 08:13:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 06:13:02 +0000 Subject: [Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50980|0 |1 is obsolete| | --- Comment #83 from David Cook --- Created attachment 51510 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51510&action=edit Bug 10662 - kohastructure.sql changes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 08:13:50 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 06:13:50 +0000 Subject: [Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662 --- Comment #84 from David Cook --- Created attachment 51511 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51511&action=edit Bug 10662 - Icarus job server and Koha UI for it -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 08:14:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 06:14:21 +0000 Subject: [Koha-bugs] [Bug 16492] Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16492 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |srdjan at catalyst.net.nz --- Comment #3 from Srdjan Jankovic --- I think that we need a test for this one. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 08:14:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 06:14:29 +0000 Subject: [Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662 --- Comment #85 from David Cook --- Created attachment 51512 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51512&action=edit Bug 10662 - Create svc/import_oai API -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 08:18:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 06:18:53 +0000 Subject: [Koha-bugs] [Bug 16518] opac-addbybiblionumber is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16518 Srdjan Jankovic 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 May 16 08:18:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 06:18:56 +0000 Subject: [Koha-bugs] [Bug 16518] opac-addbybiblionumber is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16518 Srdjan Jankovic changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51483|0 |1 is obsolete| | --- Comment #2 from Srdjan Jankovic --- Created attachment 51513 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51513&action=edit [SIGNED-OFF] Bug 16518: Fix Plack variable scoping problem in opac-addbybiblionumber.pl The script opac/opac-addbybiblionumber.pl is not plack safe because the variable @biblios is declared with our and is not assigned to an empty array (so not reset). The issue: When trying to add items to a list (virtualshelf), the biblionumbers are added to the @biblios variable and the list is not reset between each run. Test plan: Check from records from the result list and add them to a list. Cancel or save and re-add them (or others) to a list (same or different). => Without this patch, the list of records will never stop growing, the previous items added are still listed when adding new ones. => With this patch, the behavior is the one expected. Signed-off-by: Srdjan -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 09:03:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 07:03:56 +0000 Subject: [Koha-bugs] [Bug 16496] accountlines.issue_id not set when new overdue is processed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |15675 Status|Pushed to Master |RESOLVED CC| |julian.maurice at biblibre.com Resolution|--- |FIXED --- Comment #9 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15675 [Bug 15675] Add issue_id column to accountlines and use it for updating fines -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 09:03:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 07:03:56 +0000 Subject: [Koha-bugs] [Bug 15675] Add issue_id column to accountlines and use it for updating fines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15675 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16496 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16496 [Bug 16496] accountlines.issue_id not set when new overdue is processed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 09:12:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 07:12:40 +0000 Subject: [Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51512|0 |1 is obsolete| | --- Comment #86 from David Cook --- Created attachment 51514 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51514&action=edit Bug 10662 - Create svc/import_oai API -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 09:13:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 07:13:53 +0000 Subject: [Koha-bugs] [Bug 15816] Timeout login redirects to home page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15816 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #15 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 09:16:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 07:16:15 +0000 Subject: [Koha-bugs] [Bug 15682] Merging records from cataloguing search only allows to merge 2 records In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15682 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #11 from Julian Maurice --- Patches pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 09:23:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 07:23:57 +0000 Subject: [Koha-bugs] [Bug 15823] Can still access patron discharge slip without having the syspref on - Permissions breach In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15823 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #23 from Julian Maurice --- Patches pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 09:25:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 07:25:25 +0000 Subject: [Koha-bugs] [Bug 15919] Batch checkout should show due date in list of checked-out items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15919 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #5 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 09:35:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 07:35:02 +0000 Subject: [Koha-bugs] [Bug 16041] StaffAuthorisedValueImages & AuthorisedValueImages preferences - impact on search performance In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16041 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #20 from Julian Maurice --- Patches pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 09:36:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 07:36:59 +0000 Subject: [Koha-bugs] [Bug 16104] Warnings "used only once: possible typo" should be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16104 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #17 from Julian Maurice --- Revert will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 09:58:06 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 07:58:06 +0000 Subject: [Koha-bugs] [Bug 16170] Pseudo foreign key in Items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16170 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #22 from Julian Maurice --- Patches pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 10:01:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:01:44 +0000 Subject: [Koha-bugs] [Bug 16248] ModZebra doesn't update zebraqueue if ES is enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16248 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED CC| |julian.maurice at biblibre.com --- Comment #6 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 10:05:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:05:24 +0000 Subject: [Koha-bugs] [Bug 16249] Zebra-specific tests should pass with ES disabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16249 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED CC| |julian.maurice at biblibre.com --- Comment #7 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 10:05:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:05:25 +0000 Subject: [Koha-bugs] [Bug 12478] Elasticsearch support for Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 Bug 12478 depends on bug 16249, which changed state. Bug 16249 Summary: Zebra-specific tests should pass with ES disabled https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16249 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 Mon May 16 10:06:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:06:46 +0000 Subject: [Koha-bugs] [Bug 16257] EDIfact messages link on tools page results error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16257 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED CC| |julian.maurice at biblibre.com Resolution|--- |FIXED --- Comment #10 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 10:08:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:08:22 +0000 Subject: [Koha-bugs] [Bug 16315] OPAC Shelfbrowser doesn't display the full title In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16315 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #5 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 10:18:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:18:10 +0000 Subject: [Koha-bugs] [Bug 16321] 'Show all details' checkbox triggers JS error after jQuery upgrade In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16321 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #7 from Julian Maurice --- It's not strictly needed in 3.22.x, but it works with jQuery 1.7.2 too, and improves code readability. Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 10:21:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:21:21 +0000 Subject: [Koha-bugs] [Bug 16328] datatables on opac-suggestions.pl broken by js error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16328 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |julian.maurice at biblibre.com Status|Pushed to Master |RESOLVED --- Comment #6 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 10:28:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:28:31 +0000 Subject: [Koha-bugs] [Bug 16492] Checkouts ( and possibly checkins and other actions ) will use the patron home branch as the logged in library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16492 --- Comment #4 from Colin Campbell --- The call to checkpw in Patron.pm is weird and will probably make people think some magic is being invoked. the parameters should be more explicit i.e. : checkpw($dvh, $self->{userid}, $pwd, undef, undef, 1); with a comment to document -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 10:33:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:33:29 +0000 Subject: [Koha-bugs] [Bug 16369] Clean up and improve plugins template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16369 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #11 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 10:55:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:55:30 +0000 Subject: [Koha-bugs] [Bug 16390] Accounts.t does not need MPL In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16390 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #6 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 10:56:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:56:08 +0000 Subject: [Koha-bugs] [Bug 16396] Update package version for master packages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16396 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED CC| |julian.maurice at biblibre.com --- Comment #3 from Julian Maurice --- Not needed in stable versions, status changed to 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 May 16 10:58:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:58:20 +0000 Subject: [Koha-bugs] [Bug 16403] Fix Holds.t (tests 9 and 39) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16403 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |RESOLVED Resolution|--- |FIXED --- Comment #8 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 10:59:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:59:02 +0000 Subject: [Koha-bugs] [Bug 16404] Fix Circulation/Branch.t (tests 8-11) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16404 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED CC| |julian.maurice at biblibre.com Resolution|--- |FIXED --- Comment #5 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 10:59:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 08:59:33 +0000 Subject: [Koha-bugs] [Bug 16405] Fix Circulation/NoIssuesChargeGuarantees.t test 2 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16405 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Resolution|--- |FIXED Status|Pushed to Master |RESOLVED --- Comment #10 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:04:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:04:30 +0000 Subject: [Koha-bugs] [Bug 16407] Fix Koha_borrower_modifications.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16407 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #6 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:12:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:12:25 +0000 Subject: [Koha-bugs] [Bug 16044] Define a L1 cache for all objects set in cache In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16044 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16412 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 [Bug 16412] Cache undef in L1 only -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:12:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:12:25 +0000 Subject: [Koha-bugs] [Bug 16412] Cache undef in L1 only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16412 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16044 Status|Pushed to Master |RESOLVED CC| |julian.maurice at biblibre.com Resolution|--- |FIXED --- Comment #9 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16044 [Bug 16044] Define a L1 cache for all objects set in cache -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:14:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:14:35 +0000 Subject: [Koha-bugs] [Bug 16414] aqorders.budgetgroup_id has never been used and can be removed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16414 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to Master |RESOLVED CC| |julian.maurice at biblibre.com --- Comment #6 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:15:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:15:16 +0000 Subject: [Koha-bugs] [Bug 16419] Tests of t/db_dependent/Acquisition.t do not pass In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16419 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |julian.maurice at biblibre.com Status|Pushed to Master |RESOLVED --- Comment #6 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:35:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:35:22 +0000 Subject: [Koha-bugs] [Bug 16445] Bug 12478 has added an unnecessary line to Koha/Database.pm In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16445 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED CC| |julian.maurice at biblibre.com --- Comment #5 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:37:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:37:19 +0000 Subject: [Koha-bugs] [Bug 16447] "Borrow Permission" should not be used anymore In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16447 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #8 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:37:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:37:43 +0000 Subject: [Koha-bugs] [Bug 16448] Perlcritic errors introduced by 12478 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16448 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Resolution|--- |FIXED Status|Pushed to Master |RESOLVED --- Comment #5 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:38:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:38:46 +0000 Subject: [Koha-bugs] [Bug 16451] Fix missing body id in orders_by_budget.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16451 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED CC| |julian.maurice at biblibre.com Resolution|--- |FIXED --- Comment #5 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:39:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:39:03 +0000 Subject: [Koha-bugs] [Bug 16453] Elasticsearch tests should be skipped if configuration entry missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16453 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED CC| |julian.maurice at biblibre.com --- Comment #6 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:39:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:39:16 +0000 Subject: [Koha-bugs] [Bug 16489] ES code incorrectly refers to Moose In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16489 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED CC| |julian.maurice at biblibre.com Resolution|--- |FIXED --- Comment #6 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:53:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:53:26 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 Chris Kirby changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #49939|0 |1 is obsolete| | Attachment #49940|0 |1 is obsolete| | --- Comment #17 from Chris Kirby --- Created attachment 51515 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51515&action=edit Bug 9543 - Show patrons messaging subscription on holds notification Display an information about a patron's messaging preferences if an item is checked in where the patron has put a hold. To test: - Apply patch - Make sure that SMS driver and TalkingTech sysprefs are defined to enable SMS and Phone preferences for users (SMS driver can be a dummy value) - Place a hold for a patron - Set patron's messaging preferences to different choices (including none) - Check in the item that is on hold (it has not to be checked out for the test - Verify that below the message "Hold found (item is already waiting") an information appears about the patron's messaging preferences. Signed-off-by: Nick Clemens Signed-off-by: Chris Kirby -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:53:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:53:46 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 --- Comment #18 from Chris Kirby --- Created attachment 51516 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51516&action=edit Bug 9543 - Show patrons messaging subscription on holds notification not already waiting Same plan as previous patch, but this one should show the message for a hold not already waiting but not requiring a transfer (hold-found2 alert box) Signed-off-by: Chris Kirby -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 11:58:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 09:58:42 +0000 Subject: [Koha-bugs] [Bug 9393] Add note to circulation.pl if borrower has pending modifications In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9393 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #20 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 12:02:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 10:02:22 +0000 Subject: [Koha-bugs] [Bug 11203] Datatables in acqusitions do not ignore "stopwords" in titles In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11203 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #20 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 12:06:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 10:06:29 +0000 Subject: [Koha-bugs] [Bug 14144] Silence warnings t/db_dependent/Auth_with_ldap.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14144 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #21 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 12:21:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 10:21:46 +0000 Subject: [Koha-bugs] [Bug 16105] Cache::Memory is loaded even if memcache is used In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16105 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #9 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 12:32:51 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 10:32:51 +0000 Subject: [Koha-bugs] [Bug 16526] New: Insufficient permissions to delete users with category type set to Staff. Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16526 Bug ID: 16526 Summary: Insufficient permissions to delete users with category type set to Staff. Change sponsored?: --- Product: Koha Version: 3.20 Hardware: All OS: Linux Status: NEW Severity: minor Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: r.delahunty at arts.ac.uk QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com We have set up a user category STAFF (name=Staff) which we use for staff members. We also have set up a user category LIBRARY (name=Library) which we use for administrative purposes. Users with category Library are assigned the category type of Staff. When staff with Delete_Anonymize_Patrons permissions try to delete a user with a Library category they receive the error: "Unable to delete staff user- insufficient privileges", but when they change the user category to one with a Adult category type (for example), they can delete the user. Superlibrarian can delete the user regardless of user category type. User category type issues preventing deletion have arisen before (bug 12834). -- You are receiving 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 May 16 12:39:55 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 10:39:55 +0000 Subject: [Koha-bugs] [Bug 16526] Insufficient permissions to delete users with category type set to Staff. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16526 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de --- Comment #1 from Katrin Fischer --- I think it's by design that you can't delete users of the staff category as they could fall easily into 'inactive' - only being used for working in Koha, but having no checkouts. An easy workaround here might be to set Library to be non-staff - how are you using this category? We usually only use staff for users with permissions to access the staff interface. -- You are receiving 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 May 16 12:47:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 10:47:19 +0000 Subject: [Koha-bugs] [Bug 16526] Insufficient permissions to delete users with category type set to Staff. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16526 --- Comment #2 from Ray Delahunty --- We brought over dozens of patrons used for issuing books "in transit" between our multiple sites, as we had problems with our former LMS workflows for in-transit functionality. We set them to be their own user category, and assigned the STAFF category code. (Am pretty sure we have a set of "Repairs" users with the category/category type being Library/Staff.). In post-migration clean-up we are deleting the old-LMS workaround patrons, and stumbled across this issue. Not a major drama as library staff can simply alter the category type and kill off the obsolete user. -- You are receiving 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 May 16 12:56:44 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 10:56:44 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 --- Comment #14 from Jonathan Druart --- Created attachment 51517 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51517&action=edit Bug 16400: Use the fa-times icon for Cancel -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:06:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:06:32 +0000 Subject: [Koha-bugs] [Bug 16288] Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 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 May 16 13:06:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:06:35 +0000 Subject: [Koha-bugs] [Bug 16288] Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51466|0 |1 is obsolete| | Attachment #51467|0 |1 is obsolete| | Attachment #51468|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart --- Created attachment 51518 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51518&action=edit Bug 16288: Remove Reference to obsolete EAN syspref Remove reference to obsolete syspref EDIfactEAN which was present in earlier test version of EDI code but should not now be used Signed-off-by: Tomas Cohen Arazi 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 May 16 13:06:41 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:06:41 +0000 Subject: [Koha-bugs] [Bug 16288] Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 --- Comment #7 from Jonathan Druart --- Created attachment 51519 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51519&action=edit Bug 16288: Remove unused EDI Shipping Budget syspref Signed-off-by: Tomas Cohen Arazi 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 May 16 13:06:45 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:06:45 +0000 Subject: [Koha-bugs] [Bug 16288] Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 --- Comment #8 from Jonathan Druart --- Created attachment 51520 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51520&action=edit Bug 16288: (QA followup) Remove the syspref INSERT line Signed-off-by: Tomas Cohen Arazi 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 May 16 13:06:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:06:48 +0000 Subject: [Koha-bugs] [Bug 16159] guarantor section missing ID on patron add form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16159 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #9 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:06:49 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:06:49 +0000 Subject: [Koha-bugs] [Bug 16288] Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 --- Comment #9 from Jonathan Druart --- Created attachment 51521 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51521&action=edit Bug 16288: Remove EDIInvoicesShippingBudget for devs 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 May 16 13:10:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:10:28 +0000 Subject: [Koha-bugs] [Bug 16216] Circulation_Branch.t doesn't set itemtype for test data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16216 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com --- Comment #5 from Julian Maurice --- Why is this pushed if it depends on bug 14598 (which is Signed Off) ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:12:02 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:12:02 +0000 Subject: [Koha-bugs] [Bug 16454] Use "inventory" instead of "inventory/stocktaking" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454 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 May 16 13:12:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:12:05 +0000 Subject: [Koha-bugs] [Bug 16454] Use "inventory" instead of "inventory/stocktaking" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51502|0 |1 is obsolete| | --- Comment #5 from Jonathan Druart --- Created attachment 51522 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51522&action=edit Bug 16454: Use 'inventory' instead of 'inventory/stocktaking' To test: 1) Go to the tools home page. Confirm it says 'Inventory' instead of 'Inventory/stocktaking' in heading and in description 2) Click Inventory. Confirm heading now says 'Inventory' instead of 'Inventory/stocktaking' 3) Confirm that it now says 'Inventory' instead of 'Inventory/stocktaking' in the tools menu along the left of the page 4) Click Help in top right corner. Confirm help heading now says 'Inventory' instead of 'Inventory/stocktaking' 5) Go to user account page, go to Set Permissions 6) Expand Tools option and confirm it says 'inventory' instead of 'inventory (stocktaking)' 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 Mon May 16 13:12:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:12:09 +0000 Subject: [Koha-bugs] [Bug 16454] Use "inventory" instead of "inventory/stocktaking" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454 --- Comment #6 from Jonathan Druart --- Created attachment 51523 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51523&action=edit Bug 16454: Remove another occurrence in comment Note that few other occurrences exist in DB. This patch also replaces a tab with 4 spaces. 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 May 16 13:12:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:12:24 +0000 Subject: [Koha-bugs] [Bug 16216] Circulation_Branch.t doesn't set itemtype for test data In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16216 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|14598 | Blocks| |14598 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14598 [Bug 14598] itemtype is not set on statistics by C4::Circulation::AddReturn -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:12:24 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:12:24 +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 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|16216 | Depends on| |16216 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16216 [Bug 16216] Circulation_Branch.t doesn't set itemtype for test 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 Mon May 16 13:17:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:17:33 +0000 Subject: [Koha-bugs] [Bug 16220] The view tabs on opac-detail.pl are not responsive In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16220 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #8 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:18:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:18:00 +0000 Subject: [Koha-bugs] [Bug 16225] Extra closing quote in circulation home page template. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16225 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Resolution|--- |FIXED Status|Pushed to Master |RESOLVED --- Comment #5 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:20:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:20:47 +0000 Subject: [Koha-bugs] [Bug 16230] Show tooltip with menu item when fund cannot be deleted In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16230 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #5 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. You are on the CC list for the bug. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:21:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:21:33 +0000 Subject: [Koha-bugs] [Bug 16233] Unclosed tag in the opac-facets.inc breaks some display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16233 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #6 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:22:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:22:36 +0000 Subject: [Koha-bugs] [Bug 16322] Translatability: "Unknown" in suggestion/suggestion.pl not translatable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16322 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #11 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:24:40 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:24:40 +0000 Subject: [Koha-bugs] [Bug 16325] Suggestions: Tab "Status unknown" contains all suggestions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16325 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #8 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:25:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:25:26 +0000 Subject: [Koha-bugs] [Bug 16384] When canceling 'edit basket', return to basket summary if you came from there In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16384 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #5 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:31:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:31:35 +0000 Subject: [Koha-bugs] [Bug 16398] Keep expanded view after clearing the search form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16398 --- Comment #5 from Julian Maurice --- Created attachment 51524 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51524&action=edit [3.22.x] Bug 16398: Keep the expanded view after clearing the search form Patch for 3.22.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:31:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:31:54 +0000 Subject: [Koha-bugs] [Bug 16398] Keep expanded view after clearing the search form In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16398 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #6 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:33:14 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:33:14 +0000 Subject: [Koha-bugs] [Bug 16415] Layout problem on staff client detail page if local cover images are enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16415 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #5 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:41:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:41:25 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart at bugs.koha-c | |ommunity.org --- Comment #19 from Jonathan Druart --- QA comments: - Avoid c/p of code (use BLOCK instead) - Correctly name the variables: key is a message_transport_type, it would make sense to describe it better (mtt?) - If several MTT are selected, the display is not nice: "Patron is notified: SMS. Email. Phone." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:41:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:41:32 +0000 Subject: [Koha-bugs] [Bug 9543] Show patrons messaging subscription on holds notification In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9543 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:46:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:46:39 +0000 Subject: [Koha-bugs] [Bug 16429] Going to circulation from notice triggers may change logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16429 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #13 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:47:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:47:37 +0000 Subject: [Koha-bugs] [Bug 16452] PatronLists.t raises a warning In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16452 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #5 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:48:08 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:48:08 +0000 Subject: [Koha-bugs] [Bug 16474] Standardize spelling of EDIFACT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16474 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #5 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:51:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:51:54 +0000 Subject: [Koha-bugs] [Bug 9387] Feedback message for FAILED check out items are not obvious for visually impaired In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9387 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #8 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:56:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:56:07 +0000 Subject: [Koha-bugs] [Bug 14050] Default framework for authorities should not be deletable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14050 --- Comment #6 from Julian Maurice --- Created attachment 51525 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51525&action=edit [3.22.x] Bug 14050: Default framework for authorities should not be deletable Patch for 3.22.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 13:56:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 11:56:22 +0000 Subject: [Koha-bugs] [Bug 14050] Default framework for authorities should not be deletable In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14050 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #7 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:01:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:01:59 +0000 Subject: [Koha-bugs] [Bug 15009] Planning dropdown button in aqbudget can have empty line In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15009 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #21 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:02:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:02:58 +0000 Subject: [Koha-bugs] [Bug 16211] Missing tag in member.tt line 392 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16211 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |RESOLVED Resolution|--- |FIXED --- Comment #6 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:05:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:05:38 +0000 Subject: [Koha-bugs] [Bug 16218] printfeercpt.tt (and others) does not include jQuery In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16218 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #7 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:06:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:06:30 +0000 Subject: [Koha-bugs] [Bug 16253] Acq: Change "Delete order" to "Cancel order line" on basket summary and receive page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16253 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #5 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:08:48 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:08:48 +0000 Subject: [Koha-bugs] [Bug 16270] Typo authentification vs authentication in 404 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16270 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #13 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:09:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:09:59 +0000 Subject: [Koha-bugs] [Bug 16340] JS variable in opac-bottom.inc is declared two times In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16340 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #5 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:17:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:17:26 +0000 Subject: [Koha-bugs] [Bug 16381] Fix capitalization on tags review page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16381 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #7 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:20:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:20:31 +0000 Subject: [Koha-bugs] [Bug 16408] Fix UsageStats.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16408 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Resolution|--- |FIXED Status|Pushed to Master |RESOLVED --- Comment #5 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:25:42 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:25:42 +0000 Subject: [Koha-bugs] [Bug 16439] Allow styling to button for upload local cover images (Font Awesome Icons) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16439 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #5 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:26:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:26:59 +0000 Subject: [Koha-bugs] [Bug 16473] Tiny typo: there was _an_ problem ... In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16473 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Resolution|--- |FIXED Status|Pushed to Master |RESOLVED --- Comment #5 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:30:05 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:30:05 +0000 Subject: [Koha-bugs] [Bug 15403] Confirm messages in intranet lists interface strangely worded In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15403 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #6 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:30:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:30:11 +0000 Subject: [Koha-bugs] [Bug 16480] Unclosed tag in shelves on intranet In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16480 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |julian.maurice at biblibre.com --- Comment #5 from Julian Maurice --- Patch pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:45:20 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:45:20 +0000 Subject: [Koha-bugs] [Bug 16154] Replace CGI->param with CGI->multi_param in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16154 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #36 from Julian Maurice --- Patches pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 14:56:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:56:16 +0000 Subject: [Koha-bugs] [Bug 16527] New: Stick due date calendar unexpected behaviour Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16527 Bug ID: 16527 Summary: Stick due date calendar unexpected behaviour 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 Seeing a few things here that seem unexpected: 1 - Set a date and click "Remember for session" and checkout a book 2 - Click the calendar to change date, today's date is highlighted, not the current selection 3 - Select a new date, make sure 'remember for session is still checked' and checkout a book 4 - The book recieves the correct due date, however, the new date is not remembered, reverts to last saved date 5 - Attempt to set a due date prior to current date, the notice that pops up reverts to the last saved date and not the selected date -- You are receiving 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 May 16 14:56:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:56:25 +0000 Subject: [Koha-bugs] [Bug 16527] Sticky due date calendar unexpected behaviour In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16527 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Stick due date calendar |Sticky due date calendar |unexpected behaviour |unexpected behaviour -- You are receiving 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 May 16 14:58:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 12:58:00 +0000 Subject: [Koha-bugs] [Bug 13871] OverDrive message when user authentication fails In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13871 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #67 from Julian Maurice --- Follow-up pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 15:08:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 13:08:09 +0000 Subject: [Koha-bugs] [Bug 16520] Per-virtualhost SetEnvs don't work with Plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16520 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer at bsz-bw.de, | |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 May 16 15:19:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 13:19:39 +0000 Subject: [Koha-bugs] [Bug 16505] rebuild_zebra.pl skips updates if -x is passed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51476|0 |1 is obsolete| | --- Comment #4 from Tom?s Cohen Arazi --- Created attachment 51526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51526&action=edit Bug 16505: is missing the marc namespace and updates fail if -x is passed Using rebuild_zerba.pl with the -x option switch, produces an incorrect output in terms of what our XSLTs expect for indexing. This patch introduces the right namespace information on the exported records so indexing succeeds. To test: - On current master, have some records on your db - Run: $ sudo koha-shell kohadev $ cd kohaclone $ misc/migration_tools/rebuild_zebra.pl -r -b -k -x => you will get a message like this: NOTHING cleaned : the export /tmp/NL5ufjUfpp has been kept. - Run $ less /tmp/NL5ufjUfpp/biblio/exported_records => FAIL: The first line looks like this FAIL: No output - Apply the patch - Run: $ misc/migration_tools/rebuild_zebra.pl -r -b -k -x - Take a look at the result file: $ less /tmp/asdiouqwiue/biblio/exported_records => SUCCESS: The start of the file looks like this: - Run: $ xsltproc \ /etc/koha/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl \ /tmp/asdiouqwiue/biblio/exported_records => SUCCESS: There is actually indexing data :-D - Sign off :-D Edit: I changed qq{} for q{} as suggested by Jonathan. Sponsored-by: American Numismatic Society -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 15:41:58 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 13:41:58 +0000 Subject: [Koha-bugs] [Bug 14610] Add ability to place article requests in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50348|0 |1 is obsolete| | Attachment #50349|0 |1 is obsolete| | Attachment #50350|0 |1 is obsolete| | Attachment #50351|0 |1 is obsolete| | Attachment #50352|0 |1 is obsolete| | Attachment #50353|0 |1 is obsolete| | Attachment #50354|0 |1 is obsolete| | --- Comment #170 from Kyle M Hall --- Created attachment 51527 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51527&action=edit Bug 14610 - Add ability to place article requests in Koha - Update database Article Requests are somewhat similar to holds, but are not requests for an item to check out. Instead, article requests are requests for a photocopy of a particular section of a book ( most often ). This is very common in academic libraries where researchers may request a copy of a single article found in a journal. This patch set adds the ability to place article requests in Koha. It allows the control of what can be requested via the circulation rules. Since article requests of electronic resources are not outside the realm of possibility, the feature will check not only the items for requstability, but the record itself as well ( i.e. both items.itype and biblio.itemtype ). Article requests can be placed for patrons from the opac and staff intranet and can be viewed in most areas where holds are viewed ( e.g. patron details, record details, etc ). There is a script to view article requests in progress within the circulation module. Article requests can be Open ( i.e. new ), In Processing, Completed, or Canceled. The status of a given request can be updated from this script. Test Plan: 1) Apply the patch set 2) Run updatedatabase.pl 3) Enable the system preference ArticleRequests 4) Set up some required fields in: ArticleRequestsMandatoryFields ArticleRequestsMandatoryFieldsItemsOnly ArticleRequestsMandatoryFieldsRecordOnly 5) Edit your circ rules, set article requests to 'yes' for something 6) Test the ability to add an article request from the opac ( required fields enforced ) 7) Test the ability to add an article request from the staff interface ( required fields no enforced ) 8) Note you can choose item level or record level requests 9) Change the rule to "record only" 10) Repeat 6 and 7 11) Note you cannot choose items 12) Change the rule to "item only" 13) Repeat 6 and 7 14) Note you must choose an item 15) Note that the 'new request' message is queued for each new request 16) Browse to /cgi-bin/koha/circ/article-requests.pl 17) Note requests are split by pickup branch 18) Test slip printing via the "Print slip" action 19) Process request vai "Process request" action 20) Note an email notice is queued for patron 21) Refresh /cgi-bin/koha/circ/article-requests.pl 22) Note request has moved to "processing" tab. 23) Complete request with "Complete request" action 24) Note message is queued for patron 25) Cancel a request, add cancelation note. 26) Note message is queued for patron Signed-off-by: Jennifer Schmidt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 15:42:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 13:42:15 +0000 Subject: [Koha-bugs] [Bug 14610] Add ability to place article requests in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610 --- Comment #171 from Kyle M Hall --- Created attachment 51528 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51528&action=edit Bug 14610 - Add and update modules Signed-off-by: Jennifer Schmidt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 15:42:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 13:42:19 +0000 Subject: [Koha-bugs] [Bug 14610] Add ability to place article requests in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610 --- Comment #172 from Kyle M Hall --- Created attachment 51529 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51529&action=edit Bug 14610 - Add and update scripts Signed-off-by: Jennifer Schmidt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 15:42:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 13:42:23 +0000 Subject: [Koha-bugs] [Bug 14610] Add ability to place article requests in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610 --- Comment #173 from Kyle M Hall --- Created attachment 51530 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51530&action=edit Bug 14610 - Add unit tests Signed-off-by: Kyle M Hall Signed-off-by: Jennifer Schmidt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 15:42:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 13:42:28 +0000 Subject: [Koha-bugs] [Bug 14610] Add ability to place article requests in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610 --- Comment #174 from Kyle M Hall --- Created attachment 51531 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51531&action=edit Bug 14610 [QA Followup] - Get rid of separate scripts just for creating new requests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 15:42:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 13:42:33 +0000 Subject: [Koha-bugs] [Bug 14610] Add ability to place article requests in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610 --- Comment #175 from Kyle M Hall --- Created attachment 51532 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51532&action=edit Bug 14610 [QA Followup] - Switch from Koha::Borrower to Koha::Patron -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 15:42:43 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 13:42:43 +0000 Subject: [Koha-bugs] [Bug 14610] Add ability to place article requests in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610 --- Comment #177 from Kyle M Hall --- Created attachment 51534 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51534&action=edit Bug 14610 - Update Schema files -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 15:42:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 13:42:37 +0000 Subject: [Koha-bugs] [Bug 14610] Add ability to place article requests in Koha In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14610 --- Comment #176 from Kyle M Hall --- Created attachment 51533 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51533&action=edit Bug 14610 - Update opac.css via less -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 16:48:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 14:48:25 +0000 Subject: [Koha-bugs] [Bug 16528] New: Add ability to parallel process fines to fines.pl Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16528 Bug ID: 16528 Summary: Add ability to parallel process fines to fines.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt at gmail.com Reporter: kyle at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org On very large sites with thousands of overdue items, fines.pl may take an incredibly long time to complete. It may be possible to speed up fines.pl by allowing it to fork children that run in parallel. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 16:48:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 14:48:33 +0000 Subject: [Koha-bugs] [Bug 16528] Add ability to parallel process fines to fines.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16528 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 16:48:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 14:48:56 +0000 Subject: [Koha-bugs] [Bug 16528] Add ability to parallel process fines to fines.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16528 --- Comment #1 from Kyle M Hall --- Created attachment 51535 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51535&action=edit [WIP] Bug 16528 - Add ability to parallel process fines to fines.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 16:56:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 14:56:10 +0000 Subject: [Koha-bugs] [Bug 16529] New: Clean up and improve upload template Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16529 Bug ID: 16529 Summary: Clean up and improve upload template Change sponsored?: --- Product: Koha Version: master Hardware: All URL: /cgi-bin/koha/tools/upload.pl OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: oleonard at myacpl.org QA Contact: testopia at bugs.koha-community.org The file upload template has a few issues to be fixed: - use of 'onclick' should be corrected - markup errors should be fixed - layout should be adjusted based on whether the page is displaying in a popup or not. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:14:54 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:14:54 +0000 Subject: [Koha-bugs] [Bug 16528] Add ability to parallel process fines to fines.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16528 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51535|0 |1 is obsolete| | --- Comment #2 from Kyle M Hall --- Created attachment 51536 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51536&action=edit [WIP] Bug 16528 - Add ability to parallel process fines to fines.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:19:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:19:22 +0000 Subject: [Koha-bugs] [Bug 16505] rebuild_zebra.pl skips updates if -x is passed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |16506 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16506 [Bug 16506] rebuild_zebra.pl still using USMARC as default -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:19:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:19:22 +0000 Subject: [Koha-bugs] [Bug 16506] rebuild_zebra.pl still using USMARC as default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16506 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |16505 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 [Bug 16505] rebuild_zebra.pl skips updates if -x is passed -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:19:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:19:32 +0000 Subject: [Koha-bugs] [Bug 16506] rebuild_zebra.pl still using USMARC as default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16506 --- Comment #1 from Tom?s Cohen Arazi --- Created attachment 51537 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51537&action=edit Bug 16506: Make rebuild_zebra.pl use XML as default This patch deprecates the -x switch, making XML the default serialization format used by rebuild_zebra.pl. It doesn't remove the option switch, but raises a warning for the end user about the deprecation so they fix their cronjobs. Later we could remove it. To test: - Disable all indexing (daemon/cronjob) - Create 2 records - Edit one of them, delete the other one - Verify they are queued for updates in zebraqueue - sudo koha-mysql kohadev > SELECT * FROM zebraqueue WHERE done=0 ... | 265 | 265 | specialUpdate | biblioserver | 1 | 2016-05-13 14:23:45 | | 266 | 1 | recordDelete | biblioserver | 1 | 2016-05-16 14:14:33 | | 267 | 2 | specialUpdate | biblioserver | 1 | 2016-05-16 14:15:06 | +-----+--------------------+---------------+--------------+------+---------------------+ - Now go to koha-shell $ sudo koha-shell kohadev ; cd kohaclone - Run: $ misc/migration_tools/rebuild_zebra.pl -k -b -z You will get something similar to this: NOTHING cleaned : the export /tmp/jI0OeHy6Tn has been kept. You can re-run this script with the -s and -d /tmp/jI0OeHy6Tn parameters if you just want to rebuild zebra after changing the record.abs or another zebra config file - Verify * less /tmp/jI0OeHy6Tn/del_biblio/exported_records * less /tmp/jI0OeHy6Tn/upd_biblio/exported_records => FAIL: They contain the records you added/modified/deleted but they are in USMARC format - Apply the patch - Mark your records for indexing (in koha-mysql kohadev) > UPDATE zebraqueue SET done=0 WHERE id > 264 - Run: $ misc/migration_tools/rebuild_zebra.pl -k -b -z You will get something similar to this: [1] NOTHING cleaned : the export /tmp/jI0OeHy6Tn has been kept. You can re-run this script with the -s and -d /tmp/jI0OeHy6Tn parameters if you just want to rebuild zebra after changing the record.abs or another zebra config file - Verify * less /tmp/jI0OeHy6Tn/del_biblio/exported_records * less /tmp/jI0OeHy6Tn/upd_biblio/exported_records => SUCCESS: Data is correctly in XML format - Run: $ misc/migration_tools/rebuild_zebra.pl -k -b -z -noxml You will get something similar to this: [1] NOTHING cleaned : the export /tmp/jI0OeHy6Tn has been kept. You can re-run this script with the -s and -d /tmp/jI0OeHy6Tn parameters if you just want to rebuild zebra after changing the record.abs or another zebra config file - Verify * less /tmp/jI0OeHy6Tn/del_biblio/exported_records * less /tmp/jI0OeHy6Tn/upd_biblio/exported_records => SUCCESS: Data is correctly in USMARC format - Sign off :-D [1] Warnings covered by a followup -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:19:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:19:37 +0000 Subject: [Koha-bugs] [Bug 16506] rebuild_zebra.pl still using USMARC as default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16506 --- Comment #2 from Tom?s Cohen Arazi --- Created attachment 51538 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51538&action=edit Bug 16506: (Followup) remove warnings -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:20:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:20:35 +0000 Subject: [Koha-bugs] [Bug 16506] rebuild_zebra.pl still using USMARC as default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16506 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 Mon May 16 17:28:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:28:46 +0000 Subject: [Koha-bugs] [Bug 16506] rebuild_zebra.pl still using USMARC as default In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16506 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:31:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:31:28 +0000 Subject: [Koha-bugs] [Bug 16443] C4::Members::Statistics is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16443 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:32:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:32:46 +0000 Subject: [Koha-bugs] [Bug 16455] TagsExternalDictionary does not work under Plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16455 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:33:03 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:33:03 +0000 Subject: [Koha-bugs] [Bug 16444] C4::Tags is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16444 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:33:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:33:28 +0000 Subject: [Koha-bugs] [Bug 16442] C4::Ris is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16442 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:34:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:34:07 +0000 Subject: [Koha-bugs] [Bug 16342] Placks breaks Baker and Taylor cover images In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16342 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:34:23 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:34:23 +0000 Subject: [Koha-bugs] [Bug 16441] C4::Letters::getletter is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16441 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:34:59 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:34:59 +0000 Subject: [Koha-bugs] [Bug 16529] Clean up and improve upload template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16529 --- Comment #1 from Owen Leonard --- Created attachment 51539 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51539&action=edit Bug 16529 - Clean up and improve upload template This patch makes some fixes and improvements to the template for Tools -> Upload, including markup corrections, removal of 'onclick,' and conversion of some links to styled buttons. To test, apply the patch and go to Tools -> Upload. - Confirm that uploading a file works correctly. - Confirm that clicking 'Cancel' during a file upload works correctly. - Search existing uploads. - Confirm that the 'Download' and 'Delete' buttons look correct and work correctly. - In Administration -> MARC bibliographic framework, choose a framework and configure a tag subfield to use the upload plugin. - Create or edit a bibliographic record using the framework you modified. - Click the tag editor icon next to your modified subfield to trigger the pop-up window with the upload form. - Confirm that this window has a layout which is adjusted for the size of the window. - Confirm that uploading and selecting files from this window works correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:34:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:34:57 +0000 Subject: [Koha-bugs] [Bug 16529] Clean up and improve upload template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16529 Owen Leonard 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 Mon May 16 17:35:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:35:32 +0000 Subject: [Koha-bugs] [Bug 15333] Use Koha::Cache for caching all holidays In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15333 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:36:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:36:16 +0000 Subject: [Koha-bugs] [Bug 16520] Per-virtualhost SetEnvs don't work with Plack In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16520 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:36:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:36:47 +0000 Subject: [Koha-bugs] [Bug 16357] Plack error logs are not time stamped In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16357 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:37:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:37:33 +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 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:38:00 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:38:00 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51305|0 |1 is obsolete| | --- Comment #14 from Tom?s Cohen Arazi --- Created attachment 51540 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51540&action=edit Bug 16402: Make kohastructure.sql valid for MySQL v5.7 A primary key should not contain null value, and MySQL v5.7 is now more strict and won't accept our errors in the DB structure. Test plan: mysql < installer/data/mysql/kohastructure.sql should work using MySQL v5.7 QA: - letter.branchcode should not be NULL, the default (all) is an empty string - permissions.code should not be NULL, it's always a string Signed-off-by: Bernardo Gonzalez Kriegel Clean install of Ubuntu 16.05, MySQL 5.7.11 kohastructure.sql loads ok, just one warning No errors 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 Mon May 16 17:38:10 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:38:10 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51328|0 |1 is obsolete| | --- Comment #15 from Tom?s Cohen Arazi --- Created attachment 51541 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51541&action=edit Bug 16402: Fix fox existing installations 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 May 16 17:38:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:38:19 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 --- Comment #16 from Tom?s Cohen Arazi --- Created attachment 51542 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51542&action=edit Bug 16402: (QA followup) 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 May 16 17:38:38 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:38:38 +0000 Subject: [Koha-bugs] [Bug 15341] Performance - Retrieve all sysprefs at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15341 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |In Discussion -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:39:04 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:39:04 +0000 Subject: [Koha-bugs] [Bug 16402] Web Installation fails - Step 3 Importing the Database Structure In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |tomascohen at gmail.com --- Comment #17 from Tom?s Cohen Arazi --- Works as expected. I added a followup to ease the task for the RM. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:39:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:39:22 +0000 Subject: [Koha-bugs] [Bug 11904] Proposal for a uniform way to send messages to user interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11904 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:39:46 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:39:46 +0000 Subject: [Koha-bugs] [Bug 16402] DB structure cannot be loaded in MySQL 5.7 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Tom?s Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Web Installation fails - |DB structure cannot be |Step 3 Importing the |loaded in MySQL 5.7 |Database Structure | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 17:45:39 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 15:45:39 +0000 Subject: [Koha-bugs] [Bug 16518] opac-addbybiblionumber is not plack safe In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16518 Jacek Ablewicz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |abl at biblos.pk.edu.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 18:06:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 16:06:30 +0000 Subject: [Koha-bugs] [Bug 16505] rebuild_zebra.pl skips updates if -x is passed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 Bernardo Gonzalez Kriegel 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 May 16 18:06:32 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 16:06:32 +0000 Subject: [Koha-bugs] [Bug 16505] rebuild_zebra.pl skips updates if -x is passed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16505 Bernardo Gonzalez Kriegel changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51526|0 |1 is obsolete| | --- Comment #5 from Bernardo Gonzalez Kriegel --- Created attachment 51543 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51543&action=edit [SIGNED-OFF] Bug 16505: is missing the marc namespace and updates fail if -x is passed Using rebuild_zerba.pl with the -x option switch, produces an incorrect output in terms of what our XSLTs expect for indexing. This patch introduces the right namespace information on the exported records so indexing succeeds. To test: - On current master, have some records on your db - Run: $ sudo koha-shell kohadev $ cd kohaclone $ misc/migration_tools/rebuild_zebra.pl -r -b -k -x => you will get a message like this: NOTHING cleaned : the export /tmp/NL5ufjUfpp has been kept. - Run $ less /tmp/NL5ufjUfpp/biblio/exported_records => FAIL: The first line looks like this FAIL: No output - Apply the patch - Run: $ misc/migration_tools/rebuild_zebra.pl -r -b -k -x - Take a look at the result file: $ less /tmp/asdiouqwiue/biblio/exported_records => SUCCESS: The start of the file looks like this: - Run: $ xsltproc \ /etc/koha/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl \ /tmp/asdiouqwiue/biblio/exported_records => SUCCESS: There is actually indexing data :-D - Sign off :-D Edit: I changed qq{} for q{} as suggested by Jonathan. Sponsored-by: American Numismatic Society Signed-off-by: Bernardo Gonzalez Kriegel Works as described following test plan No errors -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 18:28:13 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 16:28:13 +0000 Subject: [Koha-bugs] [Bug 16402] DB structure cannot be loaded in MySQL 5.7 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Katrin Fischer 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 Mon May 16 19:10:56 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:10:56 +0000 Subject: [Koha-bugs] [Bug 16402] DB structure cannot be loaded in MySQL 5.7 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #18 from Kyle M Hall --- Pushed to master for Koha 16.05. Thanks Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:12:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:12:28 +0000 Subject: [Koha-bugs] [Bug 16502] Table koha_plugin_com_bywatersolutions_kitchensink_mytable not always dropped after running Plugin.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16502 --- Comment #1 from Marcel de Rooy --- Created attachment 51544 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51544&action=edit Bug 16502: Table koha_plugin_com_bywatersolutions_kitchensink_mytable not always dropped after running Plugin.t If you run Plugin.t, the above table will still be present (when you did not enable UseKohaPlugins). This would trigger a warning when running the test a second time. Why? The uninstall call does its work not completely due to a small inconsistency in Koha::Plugins::Handler::delete when calling run without the enable_plugins parameter. This patch resolves that inconsistency and also removes an unneeded skip in Plugin.t in case the KitchenSink module already exists. Note: This is a small fix. But I wonder if the Handler routines run and delete should not have been implemented in Koha::Plugins::Base. Also note that plugins/plugins-uninstall.pl will not be affacted by this change, since it checks whether the pref is enabled before calling the delete method. Test plan: [1] Do not yet install this patch. [2] Verify that plugins are enabled in koha-conf.xml. [3] Disable UseKohaPlugins in System Preferences! [4] Run t/db_dependent/Plugins.t. [5] Verify that table koha_plugin_com_bywatersolutions_kitchensink_mytable still exists. (It should have been deleted.) Remove it manually. [6] Apply this patch. [7] Run the test again. [8] Verify that the table does not exist. [9] Run the test again (without warnings). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:13:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:13:07 +0000 Subject: [Koha-bugs] [Bug 16502] Table koha_plugin_com_bywatersolutions_kitchensink_mytable not always dropped after running Plugin.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16502 Marcel de Rooy 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 Mon May 16 19:13:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:13:09 +0000 Subject: [Koha-bugs] [Bug 16502] Table koha_plugin_com_bywatersolutions_kitchensink_mytable not always dropped after running Plugin.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16502 --- Comment #2 from Marcel de Rooy --- Created attachment 51545 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51545&action=edit Bug 16502: Add additional test to Plugins.t In order to verify if the delete now really works, we add one test in Plugins.t. Test plan: [1] Run the test. [2] Bonus: Comment line 63 in Plugins.t where delete is called. Run the test again. It should fail now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:13:19 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:13:19 +0000 Subject: [Koha-bugs] [Bug 16502] Table koha_plugin_com_bywatersolutions_kitchensink_mytable not always dropped after running Plugin.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16502 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt at gmail.com |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 May 16 19:16:30 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:16:30 +0000 Subject: [Koha-bugs] [Bug 16288] Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #10 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Colin, Tomas! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:18:57 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:18:57 +0000 Subject: [Koha-bugs] [Bug 16529] Clean up and improve upload template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16529 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 Mon May 16 19:23:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:23:11 +0000 Subject: [Koha-bugs] [Bug 16402] DB structure cannot be loaded in MySQL 5.7 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16402 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice at biblibre.com Status|Pushed to Master |Pushed to Stable --- Comment #19 from Julian Maurice --- Patches pushed to 3.22.x, will be in 3.22.7 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:23:53 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:23:53 +0000 Subject: [Koha-bugs] [Bug 16288] Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 Julian Maurice changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED CC| |julian.maurice at biblibre.com --- Comment #11 from Julian Maurice --- Not needed in stable versions, status changed to RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:27:07 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:27:07 +0000 Subject: [Koha-bugs] [Bug 1859] Notice fields: can't select multiple fields at once In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1859 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #6 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Owen, Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:28:31 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:28:31 +0000 Subject: [Koha-bugs] [Bug 16259] More: Replace CGI->param with CGI->multi_param in list context In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16259 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #6 from Kyle M Hall --- Pushed to master for 16.05, thanks Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:31:09 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:31:09 +0000 Subject: [Koha-bugs] [Bug 16481] Report menu has unexpected issues In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16481 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #6 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Owen! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:35:37 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:35:37 +0000 Subject: [Koha-bugs] [Bug 15086] Creators layout and template sql has warnings In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15086 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |kyle at bywatersolutions.com --- Comment #7 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Mark! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:41:26 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:41:26 +0000 Subject: [Koha-bugs] [Bug 16385] Fix breadcrumbs when ordering from subscription In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16385 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #4 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Katrin! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:44:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:44:18 +0000 Subject: [Koha-bugs] [Bug 16454] Use "inventory" instead of "inventory/stocktaking" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16454 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #7 from Kyle M Hall --- Pushed to master for 16.05, thanks Aleisha, Jonathan! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:45:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:45:36 +0000 Subject: [Koha-bugs] [Bug 16471] Translatability: Fix issues in opac-password-recovery.tt In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16471 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #4 from Kyle M Hall --- Pushed to master for 16.05, thanks Marc! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:46:47 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:46:47 +0000 Subject: [Koha-bugs] [Bug 16501] Remove some unneeded warns in Upload.t In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16501 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #4 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Marcel! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:48:36 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:48:36 +0000 Subject: [Koha-bugs] [Bug 16382] Update German web installer sample files for 16.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16382 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #4 from Kyle M Hall --- Pushed to master for Koha 16.05, thanks Katrin! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:56:52 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:56:52 +0000 Subject: [Koha-bugs] [Bug 16460] Update MARC21 frameworks to Update No. 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16460 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #6 from Kyle M Hall --- Pushed to master for 16.05, thanks Bernardo! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 19:57:35 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 17:57:35 +0000 Subject: [Koha-bugs] [Bug 16470] Update MARC21 es-ES frameworks to Update 22 (April 2016) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16470 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Passed QA |Pushed to Master --- Comment #4 from Kyle M Hall --- Pushed to master for 16.05, thanks again Bernardo! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon May 16 20:19:15 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 18:19:15 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 --- Comment #15 from Owen Leonard --- Created attachment 51546 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51546&action=edit [SIGNED-OFF] Bug 16400: Update the fixFloat plugin I have updated it just in case it fixed the issue. I don't think there are big changes between our current version and this one, so keep it up-to-date 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 May 16 20:19:18 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 18:19:18 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 --- Comment #16 from Owen Leonard --- Created attachment 51547 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51547&action=edit [SIGNED-OFF] Bug 16400: Let's hack the fixFloat plugin to fix our needs On comment bug 11088 comment 2, Owen explained the problem with the fixFloat toolbar. Since we have a hidden div, the plugin does not manage to place the toolbar correctly. In order to make it work, this patch adds some changes to the plugin to add the ability to define our own offset. When the div is extended (+, filteraction_on), the offset should be updated to move the toolbar. Same when the div is folded (-, filteraction_off) 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 May 16 20:19:22 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 18:19:22 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 --- Comment #17 from Owen Leonard --- Created attachment 51548 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51548&action=edit [SIGNED-OFF] Bug 16400: Reintroduce the floating class 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 May 16 20:19:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 18:19:25 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 --- Comment #18 from Owen Leonard --- Created attachment 51549 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51549&action=edit [SIGNED-OFF] Bug 16400: Restore the previous stack order behavior When updating the plugin, the stack order behavior has changed. This patch restores the prevous behavior (not always z-index: 1000) 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 May 16 20:19:29 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 18:19:29 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 --- Comment #19 from Owen Leonard --- Created attachment 51550 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51550&action=edit [SIGNED-OFF] Bug 16400: Use the fa-times icon for Cancel 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 May 16 20:20:11 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 18:20:11 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51517|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 May 16 20:20:16 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 18:20:16 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51471|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 May 16 20:20:21 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 18:20:21 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51145|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 May 16 20:20:25 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 18:20:25 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51144|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 May 16 20:20:28 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 18:20:28 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #51043|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 May 16 20:21:33 2016 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 16 May 2016 18:21:33 +0000 Subject: [Koha-bugs] [Bug 16400] Proposal to uniform the placement of submit buttons In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16400 --- Comment #20 from Owen Leonard --- Created attachment 51551 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51551&action=edit Bug 16400 [Follow-up] Proposal to uniform the placement of submit buttons This follow-up makes some corrections to the markup of the cancel button: - Use instead of